Skip to content
Snippets Groups Projects
Commit 5d1dc3a3 authored by Sylvain Arreckx's avatar Sylvain Arreckx
Browse files

Add symlink for node under Unix.

parent 71588fbc
No related branches found
No related tags found
No related merge requests found
......@@ -22,9 +22,14 @@ sudo apt install npm
npm install --global npm@latest
```
- Under Unix, create a symbolic link for `node`
```
sudo ln -s /usr/bin/nodejs /usr/bin/node
```
- Install Yeoman, bower and grunt
```
npm install --global yo
sudo npm install --global yo
npm install -g generator-reveal
npm install -g grunt-cli
npm install -g bower
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment