npm notice created a lockfile as package-lock.json. You should commit this file

后端 未结 8 2068
栀梦
栀梦 2020-12-09 01:06

I have been trying to load the skeleton of express with npm install express. It outputs the following line:

npm notice created a lockfil

8条回答
  •  难免孤独
    2020-12-09 02:05

    came out of this issue by changing the version in package.json file and also changing the name of the package and finally deleted the package-lock.json file

提交回复
热议问题