I\'m trying to install some node packages through npm, but it won\'t go. I\'ve already tried to install/unistall/update node, but nothing seems to work.
I\'m using u
There is a possibility that your package.json is causing this.
package.json
Parse your package.json to find the unexpected token
or
Delete your package.json file and create one through
npm install