You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a OS X machine with a fresh node-js install (you have not mentioned in the howto that this is a requirement, btw), the following extra commands had to be done:
Before bower install:
sudo npm -g install bower
Before node-pre-gyp command:
sudo npm -g install nw-gyp
Before gulp build:
sudo npm -g install gulp
The text was updated successfully, but these errors were encountered:
On a OS X machine with a fresh node-js install (you have not mentioned in the howto that this is a requirement, btw), the following extra commands had to be done:
Before bower install:
sudo npm -g install bower
Before node-pre-gyp command:
sudo npm -g install nw-gyp
Before gulp build:
sudo npm -g install gulp
The text was updated successfully, but these errors were encountered: