Code Monkey home page Code Monkey logo

ps-nvmw's Introduction

Node Version Manager for Windows

This is a simple PowerShell module for installing and using multiple Node.js versions on Windows.

Install

Clone this repository or put the psm1 somewhere on disk and import the module:

Import-Module <path to nvm.psm1>

Commands

There are 4 PowerShell commands exposed.

Note: Node.js will restrict you to a version number of v#.#.#

Install-NodeVersion <version>

Install-NodeVersion v0.10.33

This will install the specified Node.js. You can also use a -Force flag to override an existing install. If you do not specify a version, the module searches for a .nvmrc file and reads the version from this file if available.

Remove-NodeVersion <version>

Remove-NodeVersion v0.10.33

This will remove the specified Node.js version from your machine.

Get-NodeVersions

Get-NodeVersions

Shows a list of what Node.js versions are available.

Set-NodeVersion <version>

Set-NodeVersion v0.10.33

Makes the specified Node.js version the currently loaded Node.js version for your terminal.

Get-NodeInstallLocation

Get-NodeInstallLocation

Returns the path where Node.js will be looking for and installing new versions into.

Set-NodeInstallLocation

Set-NodeInstallLocation -Path C:\temp

Sets the base folder which Node.js versions will be installed into.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.