-
Notifications
You must be signed in to change notification settings - Fork 38
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
Error: Cannot find module 'vinyl-sourcemaps-apply' #21
Comments
This error does not happen at version 1.1.5 |
Has anyone found a fix for this yet? I'm getting this as well with v1.1.6. |
I feel silly. The fix was simply to install vinyl-sourcemaps-apply locally either globally or in the project as a dependency.
Happy new year! |
my solution is I removed it from node_modules\gulp-javascript-obfuscator\index.js -> vinyl-sourcemaps-apply now it is working fine. |
Also found that this works when you add "gulp-uglify" dev dependency. It must include the "vinyl-sourcemaps-apply" |
Hi, I encountered the following error while running gulp:
Minimal repro:
Installed "gulp-javascript-obfuscator" version is 1.1.6
Gulpfile.js:
index.js
package.json
The text was updated successfully, but these errors were encountered: