Can't install any package with node npm

前端 未结 16 2155
一向
一向 2020-12-02 13:12

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

16条回答
  •  离开以前
    2020-12-02 13:53

    There is a possibility that your package.json is causing this.

    Parse your package.json to find the unexpected token

    or

    Delete your package.json file and create one through

    npm install 
    

提交回复
热议问题