Forgot to install npm deps globally in #516
This commit is contained in:
parent
c721ba82b2
commit
d4a5176f26
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ if [ "$TRAVIS_PULL_REQUEST" != "false" ] ||
|
|||
fi
|
||||
|
||||
# Make sure we have the css dependencies
|
||||
npm install stylus nib
|
||||
npm install -g stylus nib
|
||||
|
||||
NC='\033[39m'
|
||||
CYAN='\033[36m'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue