Note:4: Difference between revisions

From notes
Line 7: Line 7:
* Follow instructions in README.md
* Follow instructions in README.md
** <code>curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash</code>
** <code>curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash</code>
** <code>source ~/.basrc</code>
** <code>source ~/.bashrc</code>
** <code>nvm install node</code>
** <code>nvm install node</code>
** <code>cd restbase</code>
** <code>cd restbase</code>

Revision as of 11:13, 3 September 2017

Author
Created 3 September 2017 14:10:00
Last Modified 3 September 2017 15:19:45
Tags Installing, RESTBase

Installing

Issues

  • npm does not appear to be available for debian stretch, the current stable version of debian, so you need to install nvm to get it

See also