Sunday, September 11, 2022
HomeWordPress DevelopmentPrimary Instructions #Node.js Fast Notes.

Primary Instructions #Node.js Fast Notes.


  1. npm set up //World Node module set up.
  2. npm set up <package-name> //Set up particular bundle and provides it to bundle.json file which holds file dependencies.
  3. npm replace //Replace all packages for newer model.
  4. npm replace <package-name> //Particular bundle updation.
  5. npm set up <package-name>@<model> //Particular bundle updation with particular model.
  6. npm run <task-name> //To run a process like npm run (watch/dev/rod).
  7. npm set up -g //Inform international set up folder.
  8. node_modules/.bin/ //Executable dependencies require to be on this folder.
RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments