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
Step 1 rm -rf node_modules it removes the directory recursively (the existing node modules, takes a min or two)
rm -rf node_modules
Step 2 npm install this will work for sure, i did try and it worked.
npm install