npm ERR! Unexpected end of JSON input while parsing near '...--END PGP SIGNATURE--'
I keep getting this error while trying to install node-saas. I have even tried disabling anti-virus & windows defender.
I am using this command to install node sass:
npm install node-sass
Please check the below steps:
package.lock.json
file, along with that delete your node_modules
folder.npm cache clean --force
.globally
by using npm install -g node-sass
node-sass
that run your npm install && npm start
.Hope this should work fine.