• This repository has been archived on 10/Jul/2018
  • Stars
    star
    141
  • Rank 259,971 (Top 6 %)
  • Language
    Shell
  • License
    MIT License
  • Created almost 11 years ago
  • Updated about 10 years ago

Reviews

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

Repository Details

Node Version Manager for fish shell - **NO LONGER MAINTAINED, DO NOT USE** - Use https://github.com/edc/bass instead to wrap the original nvm.

Node Version Manager for fish 2.1.0+

Important Note

nvm-fish is a port of nvm for fish shell. Although it is fully functional, it should be considered very beta, so you use it on your own risk! Please report any bugs you encounter. Please always specify your OS and fish shell version when reporting bugs.

Installation

First you'll need to make sure your system has a c++ compiler. For OSX, XCode will work, for Ubuntu, the build-essential and libssl-dev packages work.

Install script

To install you could use the install script (requires Git) using cURL:

curl https://raw.githubusercontent.com/Alex7Kom/nvm-fish/master/install.fish | fish

or Wget:

wget -qO- https://raw.githubusercontent.com/Alex7Kom/nvm-fish/master/install.fish | fish

The script clones the nvm repository to ~/.nvm-fish and adds the source line to your config (~/.config/fish/config.fish).

Manual install

For manual install create a folder somewhere in your filesystem with the nvm.fish file inside it. I put mine in a folder called nvm-fish.

Or if you have git installed, then just clone it:

git clone https://github.com/Alex7Kom/nvm-fish.git ~/.nvm-fish

To activate nvm, you need to source it from your shell:

source ~/.nvm-fish/nvm.fish

I always add this line to my ~/.config/fish/config.fish file to have it automatically sourced upon login. Often I also put in a line to use a specific version of node.

Usage

You can create an .nvmrc file containing version number in the project root directory (or any parent directory). nvm use, nvm install, and nvm run will all respect an .nvmrc file.

To download, compile, and install the latest v0.10.x release of node, do this:

nvm install 0.10

And then in any new shell just use the installed version:

nvm use 0.10

Or you can just run it:

nvm run 0.10 --version

If you want to see what versions are installed:

nvm ls

If you want to see what versions are available to install:

nvm ls-remote

To restore your PATH, you can deactivate it.

nvm deactivate

To set a default Node version to be used in any new shell, use the alias 'default':

nvm alias default 0.10

To use a mirror of the node binaries, set $NVM_NODEJS_ORG_MIRROR:

set NVM_NODEJS_ORG_MIRROR http://nodejs.org/dist
nvm install 0.10

License

nvm-fish is released under the MIT license.

Copyright (C) 2010-2014 Tim Caswell, Alexey Komarov

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.

Problems

If you try to install a node version and the installation fails, be sure to delete the node downloads from src (~/.nvm-fish/src/) or you might get an error when trying to reinstall them again or you might get an error like the following:

curl: (33) HTTP server doesn't seem to support byte ranges. Cannot resume.

Where's my 'sudo node'? Checkout this link:

nvm-sh/nvm#43

on Arch Linux and other systems using python3 by default, before running install you need to

set PYTHON python2

After the v0.8.6 release of node, nvm tries to install from binary packages. But in some systems, the official binary packages don't work due to incompatibility of shared libs. In such cases, use -s option to force install from source:

nvm install -s 0.8.6

More Repositories

1

node-steam-tradeoffers

Steam Trade Offers for Node.js **NO LONGER MAINTAINED**
JavaScript
289
star
2

nano-nanoid-cc

Nano ID Collision Calculator
JavaScript
31
star
3

node-steam-weblogon

WebLogOn implementation for node-steam 1.x **NO LONGER MAINTAINED**
JavaScript
27
star
4

node-steam-web-api-key

Automatically registers and retrieves Steam API key **NO LONGER MAINTAINED**
JavaScript
22
star
5

golden-colors

Generate random colors using Golden ratio conjugate
HTML
17
star
6

node-travelpayouts

Travelpayouts (JetRadar/Aviasales) API for Node.js **NO LONGER MAINTAINED**
JavaScript
11
star
7

Copy-Page-URL

Copy Page URL from Chromium context menu or toolbar. No longer published to Chrome Store. It is a hobby project and I don't have time nor interest to deal with all the vague rules Google introduces continuously. You can still install and use the extension through the developer mode. It also may stop working soon with Manifest V2 deprecation.
JavaScript
10
star
8

https-nginx-guide

How to set up HTTPS with Nginx
8
star
9

nanoid-cc

This archived version of nanoid-cc will stay here for a while, here is what you are looking for: https://github.com/Alex7Kom/nano-nanoid-cc
JavaScript
7
star
10

storekeeper

Steam bot with JSON-RPC interface - **NO LONGER MAINTAINED, DO NOT USE** - Thanks everyone! This was an amusing experiment, but I never considered this bot production-ready. I advise everyone to use node-steam directly in Node.js.
JavaScript
7
star
11

node-travelpayouts-data

Travelpayouts (Aviasales) data files with query interface **NO LONGER MAINTAINED**
JavaScript
5
star
12

node-steam-parental

Steam Parental Unlock
JavaScript
4
star
13

chrome-steam

Interface directly with Steam servers from Chrome Apps. - **NO LONGER MAINTAINED** It uses an outdated version of node-steam.
JavaScript
4
star
14

golden-number

A tiny Golden ratio based number generator
JavaScript
3
star
15

steam-1-click-buy

Purchase games in 1 click with Steam Wallet
JavaScript
3
star
16

deploying-https-russian

Как правильно развернуть HTTPS
1
star
17

evaluate-password

JavaScript
1
star
18

StrongDate

such strong, so date, very precision, many convenient, wow
JavaScript
1
star
19

katakana

Конвертация русских слов в катакану
JavaScript
1
star
20

alleluia-sample-project

Sample Alleluia project
CSS
1
star
21

higawari

Discord bot for organizing challenges
JavaScript
1
star
22

easy-location

A thin layer above window.history and window.location APIs for easier URL manipulation.
JavaScript
1
star
23

sweety

Small and simple DOM manipulation library
JavaScript
1
star