Can you help me? I got this error when I hit ng s
ERROR in ./src/styles.scss (./node_modules/raw-loader!./node_modules/postcss-loader/lib??embedded!./node_modul
check for the supported version. As on date I had node 12.x installed on my machine and spent an hour running npm install node-sass
and npm rebuild node-sass
with --force
and --save-dev
hints.
Nothing worked until I uninstalled the node 12.x and installed node 10.x. So if you're hitting the same problem and could not get it to work, try following
node -v
) if it's higher than 10.x