Skip to content

Commit 7635864

Browse files
author
Daniel Gräber
committed
Fix npm uglifyjs missing package error
uglifyjs has been [unpublished](https://www.npmjs.com/package/uglifyjs). Instead use uglify-js.
1 parent 5f51102 commit 7635864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $bootstrap = <<BOOTSTRAP
3434
curl -sL https://deb.nodesource.com/setup | bash -
3535
apt-get install -y nodejs
3636
37-
npm install -g bower requirejs uglifyjs jade
37+
npm install -g bower requirejs uglify-js jade
3838
3939
cd /vagrant
4040
python setup.py develop

0 commit comments

Comments
 (0)