Skip to content

a-xo/commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

commands

Useful commands:

Delete node modules:

  • rm -rf node_modules/
  • rm -rf node-modules package-lock.json

npm install from lock:

  • npm ci only uses the version in the lockfile and produces an error if the package-lock.json and package.json are out of sync.

About

Useful commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors