wheelopk.blogg.se

Node js nvm
Node js nvm







node js nvm

This module has been tested in several production servers (OpenLogic7 (Centos7) and Ubuntu 14.04) in Azure. This module is CI tested against open source Puppet on: This module can not work on Windows and should work on LINUX systems. Backguard compatibilty is added but throws a warning message.ĭetermines whether to set this Node.js version as default.ĭetermines whether to install Node.js from sources. This parameter is now deprecated because is a reserved word, use set_default instead. set_default ĭetermines whether to set this Node.js version as default. Could be set to any NVM Node.js version name.ĭefault: 0.12.7. Sets the directory where NVM is going to be installed. Parameters within nvm::node::install: user Could be set to any NVM Node.js version name.Ī hash with the node instances you want to install (it will be used to create nvm::node::install instances with create_resources). Sets if the repo should be fetched again.

node js nvm

Sets the NVM repo url that is going to be cloned. Sets if the module will add the nvm.sh file to the user profile. Sets if the module will manage the git, wget, make package dependencies. Sets if the selected user will be created if not exists. Can point to any git reference of the NVM project (or the repo set in ǹvm_repo parameter).

node js nvm

Version of NVM that is going to be installed. Only used when manage_profile is set to true (default behaivour). Sets the profile file where the nvm.sh is going to be loaded. To have Puppet install NVM with the default parameters, declare the nvm class ( user is a required parameter): class /.nvm. Warning: If your are going to manage Node.js with NVM is highly recommended to uninstall any native Node.js installation.

node js nvm

bashrc file, this behaviour can be modified with the profile_path or manage_profile parameters as is explained bellow.

  • Profile configuration: By default this module will write in the user's.
  • This Puppet module simplifies the task of installing it and allows to install unique or multiple versions of Node.js. Node Version Manager (NVM) is a little bash script that allows you to manage multiple versions of Node.js on the same box.
  • Development - Guide for contributing to the module.
  • Reference - An under-the-hood peek at what the module is doing and how.
  • Installing multiple versions of Node.js.
  • Installing an specific version of Node.js.
  • Usage - Configuration options and additional functionality.
  • Setup - The basics of getting started with nvm.
  • Module Description - What the module does and why it is useful.
  • A puppet module to install (multiple versions of) Node.js with NVM (Node Version Manager).









    Node js nvm