Npm Error - No matching version found for

前端 未结 7 2088
灰色年华
灰色年华 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:25

    If none of this did not help, then try to swap ^ in "^version" to ~ "~version".

提交回复
热议问题