Fix npm uglifyjs missing package error
uglifyjs has been [unpublished](https://www.npmjs.com/package/uglifyjs). Instead use uglify-js.
This commit is contained in:
parent
5f511023e9
commit
763586448a
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -34,7 +34,7 @@ $bootstrap = <<BOOTSTRAP
|
||||
curl -sL https://deb.nodesource.com/setup | bash -
|
||||
apt-get install -y nodejs
|
||||
|
||||
npm install -g bower requirejs uglifyjs jade
|
||||
npm install -g bower requirejs uglify-js jade
|
||||
|
||||
cd /vagrant
|
||||
python setup.py develop
|
||||
|
Loading…
Reference in New Issue
Block a user