npm install cannot read package.json

后端 未结 3 1966
时光说笑
时光说笑 2020-12-17 19:02

I am trying to manage my node package dependencies. I\'d like to be able to install all the required dependencies by running a command, and from what I have read, one way to

3条回答
  •  情话喂你
    2020-12-17 19:36

    The only solution is to specify the exact version of the dependencies. NPM sometimes does not recognise > or .x

提交回复
热议问题