• This repository has been archived on 24/Dec/2018
  • Stars
    star
    676
  • Rank 66,790 (Top 2 %)
  • Language Batchfile
  • Created about 13 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Simple Node Version Manager for Windows

SORRY, nvmw is no longer maintained. If someone wants to keep maintained, contact me by email or twitter.

Node Version Manager for Windows

nvmw is a simple Node Version Manager for Windows.

Prerequisites

You'll need to install the following software before installing nvmw:

Installation

Clone this repository:

git clone git://github.com/hakobera/nvmw.git "%HOMEDRIVE%%HOMEPATH%\.nvmw"

To activate nvmw, add nvmw directory to your PATH environment variable

set "PATH=%HOMEDRIVE%%HOMEPATH%\.nvmw;%PATH%"

Usage

Usage:
  nvmw help                    Show this message
  nvmw install [version]       Download and install a [version]
  nvmw uninstall [version]     Uninstall a [version]
  nvmw use [version]           Modify PATH to use [version]
  nvmw ls                      List installed versions

Example:
  nvmw install v0.6.0          Install a specific version number
  nvmw use v0.6.0              Use the specific version
  nvmw install iojs            Install the latest version of io.js
  nvmw install iojs-v1.0.2     Install a specific version number of io.js
  nvmw use iojs-v1.0.2         Use the specific version of io.js

Support install with arch

arch support values: x86, x64

Usage:
  nvmw install [version] [arch]    Download and install a [version] on the [arch]
  nvmw uninstall [version] [arch]  Uninstall a [version] on the [arch]
  nvmw use [version] [arch]        Modify PATH to use [version] on the [arch]

Example:
  nvmw install v0.12.0 x86         Install a specific 32-bit version
  nvmw use v0.12.0 x86             Use the specific 32-bit version

Mirror node.js/io.js/npm dist

To use a mirror of the node binaries, set $NVMW_NODEJS_ORG_MIRROR.

e.g.: In China, you can use these mirrors:

set "NVMW_NODEJS_ORG_MIRROR=http://npm.taobao.org/mirrors/node"
set "NVMW_IOJS_ORG_MIRROR=http://npm.taobao.org/mirrors/iojs"
set "NVMW_NPM_MIRROR=http://npm.taobao.org/mirrors/npm"

nvmw install 0.11.14
nvmw install node-v0.11.15
nvmw install iojs
nvmw install iojs-v1.0.2

FAQ

Q. Node.exe download faild caused 'Input Error: There is no script engine for file extension ".js"'

Maybe you associated ".js" file to another app, not JScript engine. To fix, see here

LICENSE

(The MIT License)

Copyright (c) 2011 Kazuyuki Honda [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

More Repositories

1

influga

Influga - A InfluxDB Dashboard and Graph Editor
JavaScript
221
star
2

Simple-WebSocket-Client

A Google Chrome Extension for construct custom Web Socket requests and handle responses to directly test your Web Socket services.
JavaScript
117
star
3

serverless-webrtc-signaling-server

Serverless WebRTC Signaling Server only works for WebRTC P2P.
Go
75
star
4

redashbot

Slack Bot for re:dash
JavaScript
68
star
5

mongobq

Command Line Tool to import MongoDB collection into BigQuery
JavaScript
44
star
6

docker-locust

Docker image for both locust master and slave
Shell
36
star
7

go-ayame

go-ayame is go client library for WebRTC Signaling Server Ayame
Go
28
star
8

lambda-kinesis-bigquery

AWS Lambda function for insert Kinesis event to Google BigQuery
JavaScript
28
star
9

rtvote

Realtime voting application written by Node.js. This app can run on Heroku.
JavaScript
25
star
10

tail.io

This tool is tail -f like output from stdin to browser using Socket.IO
JavaScript
24
star
11

node-freenect

[Under construction] Node.js bindings for libfreenect
JavaScript
22
star
12

luigi-bigquery-exercise

Example code of bq_sushi2
Python
18
star
13

luigi-bigquery

Luigi integration for Google BigQuery
Python
15
star
14

go-sora

go-sora is go signaling client library for WebRTC SFU Sora
Go
15
star
15

node-mecab-binding

Very simple MeCab binding for Node.js
C++
15
star
16

docker-golang-on-elasticbeanstalk-sample

Sample golang web app on AWS Elastic Beanstalk for Docker
Go
15
star
17

mqtt.io

[WIP] MQTT over Socket.IO
JavaScript
14
star
18

ebfly

Simple command line interface for Amazon ElasticBeanstalk
Ruby
11
star
19

docker-locust-gke

Example of locust cluster for Google Container Engine
Shell
10
star
20

screencast

This is a screen casting using binary framed WebSocket.
JavaScript
10
star
21

transfer

Simple file transfer service.
JavaScript
9
star
22

node-v8-benchmark-suite

V8 Benchmark suite for Node.js
JavaScript
7
star
23

docker-fluent-dstat-influxdb

Docker image: Send dstat output to influxdb using fluentd
Shell
6
star
24

image-transporter

JavaScript
6
star
25

node-vs-sastruts-vs-playframework-rest-api-bench

REST API server benchmarks (Node.js vs SAStruts vs Playframework)
Java
6
star
26

momo_exporter

Simple server that scrapes WebRTC Native Client Momo stats and exports them via HTTP for Prometheus consumption
Go
6
star
27

fluent-plugin-heroku-syslog

fluent plugin to drain heroku syslog
Ruby
6
star
28

fluent-plugin-mixpanel

Output data to mixpanel plugin for fluentd
Ruby
5
star
29

go-socket.io-sample

Sample application of go-socket.io. This app can run on Heroku
JavaScript
5
star
30

siob

Load test or benchmark for Socket.IO server
JavaScript
5
star
31

gyazo-shot

The extension for take browser screen shot and set it to Gyazo server.
JavaScript
5
star
32

tng6_sample

Sample application of my LT at Tokyo Node Gakuen #6 (2012/6/28)
JavaScript
4
star
33

go-webrtc-decoder

Decoders for WebRTC apps written in go and Pion
Go
4
star
34

ncurl

Simple cURL clone
JavaScript
4
star
35

kinectjs

Kinect (libfreenect) wrapper for JavaScript
Java
4
star
36

uglify-me

JavaScript uglify server
JavaScript
4
star
37

WiiRemote-Websocket-Demo

Java
3
star
38

fluentd-heroku-bootstrap

This is a bootstrap project for installing Fluentd on Heroku
Ruby
3
star
39

mai

Node module for sending text e-mail, and managing email templates build on emailjs and ejs
JavaScript
3
star
40

BulletCanvas

JavaScript
3
star
41

rtenq

Realtime response viewable sample
JavaScript
2
star
42

yand

Yet Another Node.js Documentation viewer
JavaScript
2
star
43

tstream

JavaScript
2
star
44

tscv

Realtime rendering TypeScript generated code
JavaScript
2
star
45

msgpack-rpc-over-http-go

[Golang] client library for msgpack-rpc-over-http
Go
2
star
46

webcas

webcas
JavaScript
2
star
47

influxdb-visualize-playground

InfluxDB visualize tools playgroud project
Ruby
2
star
48

jquery-analogpad-plugin

Analog pad like controller plugin.
JavaScript
2
star
49

nodejs-vs-avatarjs

Benchmark: Node.js vs Avatar.js
Shell
1
star
50

hikyaku

Plagger inspired feed aggregator
JavaScript
1
star
51

namoripics

Twitpic list viewer
JavaScript
1
star
52

data-url-proxy-for-google-appengine

DATA URL Proxy Implementation for Google AppEngine for Java
Java
1
star
53

fluent-plugin-bigquery-loadtest

Load test for fluent-plugin-bigquery
Shell
1
star
54

pitchtable

Calculate pitch infomation (note name, MIDI note number, frequency) from note name.
JavaScript
1
star
55

nodejyuku

Node塾で使ったサンプルソースやスライド置き場です
1
star
56

NiUserTracker-WebGL-Viewer

WebGL Viewer for OpenNI Sample-NiUserTracker
C
1
star
57

herokuman

Heroku App Manager
JavaScript
1
star
58

sikakudo-demo

鹿駆動開発LTで話したデモのソースです
JavaScript
1
star
59

connect-middleware-sample

Sample code of connect middleware
JavaScript
1
star
60

frontwalker

[WIP] Frontwalker is a tool to manage CloudFront distributions using DSL.
Ruby
1
star
61

simpledb-client-for-chrome

Amazon SimpleDB Client for Google Chrome
CSS
1
star
62

mackerel-eb-status-checker

Update mackerel host status for AWS Elastic Beanstalk
Ruby
1
star
63

voxceler

Simple voxcel rendering tool from dropped image file.
JavaScript
1
star
64

kinect-de-theremin

JavaScript
1
star