We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cbe441 commit ebefdd5Copy full SHA for ebefdd5
scripts/readme.md
@@ -6,11 +6,13 @@ The build.sh and deploy.sh scripts are meant to be run in Ubuntu WSL. Here are t
6
2. Run fromdos command on both these scripts to convert them from dos to unix.
7
8
sudo apt-get update
9
+
10
sudo apt-get install tofrodos
11
12
3. The command 'which node' should point to a node installation in ubuntu (eg: /usr/bin/node)
13
14
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash –
15
16
sudo apt-get install -y nodejs
17
18
4. The command 'which npm' should point to an npm installation in ubuntu (eg: /usr/bin/npm)
0 commit comments