6
votes

Error: Node Sass does not yet support your current environment: Linux 64-bit with Unsupported runtime (72)

I faced this issue when I used the latest version of node.js i.e, 12.6.0 and npm version 6.9.0.

which version of node-sass is compatible with above mentioned node and npm versions.

node-sass version: 4.5.3

3

3 Answers

5
votes

Use the following command:

npm rebuild node-sass

You likely copied the node_modules from a Windows or OSX system. Rebuilding it builds the right version for your system.

1
votes

Run this command to solve this issue.

npm install --save-dev node-sass