We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue has the resolution but it is buried under a ton of logs: #35
You need to be running node version v10.24.1. I use Volta to switch node versions. NVM is another option.
Supposing you have already tried to run an npm install or yarn install, delete the node_modules folder.
node_modules
Run: npm install node-sass@latest
npm install node-sass@latest
This gave me an error attempting to install but corrected the dependency issue with the main package.json
Then run npm i
npm i
This should fix the issue. A ton of packages are deprecated but the project runs. Currently anyway... in July of 2023.
The text was updated successfully, but these errors were encountered:
Thank you! This got me up and running (Nov 2023) (I used nvm).
Sorry, something went wrong.
Actually, not quite; 'npm install node-sass@latest' didn't work for me, but 'npm install [email protected]' did (thanks @jordanwilcken -- see here: #21 (comment) )
No branches or pull requests
This issue has the resolution but it is buried under a ton of logs: #35
You need to be running node version v10.24.1. I use Volta to switch node versions. NVM is another option.
Supposing you have already tried to run an npm install or yarn install, delete the
node_modules
folder.Run:
npm install node-sass@latest
This gave me an error attempting to install but corrected the dependency issue with the main package.json
Then run
npm i
This should fix the issue. A ton of packages are deprecated but the project runs. Currently anyway... in July of 2023.
The text was updated successfully, but these errors were encountered: