Npm Error - No matching version found for

前端 未结 7 2086
灰色年华
灰色年华 2021-01-31 15:43

i clone a project with git, the project was create with ionic 2 but when i execute the command for re-create the node_modules folder i get this error.

npm instal         


        
7条回答
  •  礼貌的吻别
    2021-01-31 16:26

    Try removing "package-lock.json" and running "npm install && npm update", it'll install the latest version and clear all errors.

提交回复
热议问题