-
Notifications
You must be signed in to change notification settings - 8000 Fork 7.1k
minify error with uglifyjs #218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@kitcambridge is on the case! |
It looks like the |
@kitcambridge Can you sanity check me. Node 0.8.20 is here and then install |
@jdalton Hmm, both Closure Compiler and UglifyJS downloaded successfully for me on v0.8.20—and I was able to create a minified custom build. |
Ah, yap, I checked back and it did eventually download. So back to thinking it's a Node 0.10.0 thing. |
I retried this morning, same problem. |
I haven't bumped yet. It's fixed on edge. |
Former-commit-id: 9b35d27127dbd85dd56808e50bf255bbd3413c62
Former-commit-id: 9b35d27127dbd85dd56808e50bf255bbd3413c62
Former-commit-id: 9b35d27127dbd85dd56808e50bf255bbd3413c62
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Hello, I get this error while trying to compile a csp minified build.
Lodash version 1.1.0
I use :
Compressing lodash.custom.min using UglifyJS...
Error: Cannot find module '/usr/lib/node_modules/lodash/vendor/uglifyjs/tools/node.js'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Minify.uglify (/usr/lib/node_modules/lodash/build/minify.js:448:22)
at Minify.onClosureAdvancedGzip (/usr/lib/node_modules/lodash/build/minify.js:573:14)
at Gzip.onEnd (zlib.js:166:5)
at Gzip.EventEmitter.emit (events.js:117:20)
at _stream_readable.js:872:14
at process._tickCallback (node.js:415:13)
In /usr/lib/node_modules/lodash/vendor/uglifyjs/ I only have an empty lib folder and a LICENSE file.
I tried to delete the uglifyjs folder, same result.
I reinstalled lodash, same result.
The text was updated successfully, but these errors were encountered: