Answer the question
In order to leave comments, you need to log in
How to beat Node Sass does not yet support your current environment: Linux 64-bit with Unsupported runtime (64)?
Error while building the project:
Module build failed: Error: Node Sass does not yet support your current environment: Linux 64-bit with Unsupported runtime (64)
Answer the question
In order to leave comments, you need to log in
Look here . This problem has already been addressed in issues
If you have sass-loader installed, try updating it with npm update sass-loader, it worked for me
Reinstalling this module helped me.
npm remove node-sass
npm install node-sass
none of the above solves the issue, installing the nodejs version in accordance with https://www.npmjs.com/package/node-sass helped , here it is indicated which version of nodejs should be depending on which node-sass version you have.
In my case, neither rebuilding node-sass helped, nor reinstalling everything with the removal of package-local.json and node_modules.
I am using Vue cli to work on a pre-built Ubuntu project .
Here is a list of actions to take:
- remove node_modules ;
- remove package-lock.json ;
- in package.json remove node-sass ;
- uninstall everything via npm i ;
- after npm i write npm i sass .
In fact, we are changing node-sass to sass which can build your sass/scss source code and everything will start working. Good luck and I hope it helps someone.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question