Skip to content

Test-Lab-Tenable/npm-install-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

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`

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors