Wednesday, February 8, 2023
HomeSoftware DevelopmentSpecify Node Variations with .nvmrc

Specify Node Variations with .nvmrc


I’ve closely promoted nvm, a Node.js model supervisor, over time. Having a instrument to handle a number of variations of a language interpreter has been so helpful, particularly because of the complexity of Node.js bundle administration.

One tip I like to provide new builders is including a .nvmrc file to their repositories. The file contents is only a easy string representing the model of Node.js the undertaking requires:

v16

A undertaking with this .nvmrc is specifying that Node.js v16 ought to be used. Any developer may then run nvm use to obtain, set up, and swap to that model. A nvm set up name would then set up dependencies consistent with that model.

  • Write Simple, Elegant and Maintainable Media Queries with Sass
  • Create Spinning Rays with CSS3: Revisited


Supply hyperlink
RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments