Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

fuzzykiller/npm-install-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm-install-demo

Run npm ci and it will install everything that is in package-lock.json. The node_modules folder appears and no tracked files are changed.

Run npm install and it will install what’s in package-lock.json minus packages for different platforms. It will also update package-lock.json with new properties that did not exist with previous npm versions.

About

Demonstrate changes to `package-lock.json` by `npm install`

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published