Changes between Version 2 and Version 3 of programmersguide/installing
- Timestamp:
- 08/14/17 12:02:13 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
programmersguide/installing
v2 v3 12 12 **!NodeJs** can be installed with the commands: 13 13 {{{ 14 curl -sL https://deb.nodesource.com/setup_ 4.x | sudo -E bash -14 curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - 15 15 sudo apt-get install -y nodejs 16 16 }}}
