Skip to content

Script for installing standalone Nodejs for Windows and Linux

License

Notifications You must be signed in to change notification settings

Bengelsoft/install-nodejs-standalone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

install-node-standalone

Bash script for download standalone Nodejs for Windows and Linux

This standalone bash script is based on install-node with a few changes.

The script will install a specific version of Nodejs in the sub-directory './node/bin'.

Example

sh node-install-standalone.sh --force
PATH=$PATH:$PWD/node/bin

Now it is possible to run NPM or NPX commands in your shell without installing Nodejs.

npm init

Options:

argument explanation example default
-v or --version Download a specific version of Nodejs sh node-install-standalone.sh --version 8 latest
-b or --base-url The download locations of the Nodejs binaries sh node-install-standalone.sh --base-url http://mirror.example.com https://nodejs.org/dist
-f or --force Skip confirm sh node-install-standalone.sh --force

About

Script for installing standalone Nodejs for Windows and Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages