I have been trying to load the skeleton of express with npm install express
. It outputs the following line:
npm notice created a lockfil
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
Check for package-lock.json file at C:\Windows\system32
.
If it doesn't exist, run cmd
as admin and execute the following commands:
Set EXPO_DEBUG=true
npm config set package-lock false
npm install