-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
During docker build: Syntax error: "(" unexpected #350
Comments
Tried uninstalling/rebuilding/installing ... gulp-imagemin, node-gyp, ... didn't help. On node 13.1.0 and npm 6.14.8 |
I have this exact issue. |
|
In my case it was simply because i had previously run an |
amazing. Thank you |
Ran into this error while running docker build for a project locally on OS X. I read in a perhaps somewhat related thread that local OS X dependencies can mix with the files that are compiled during the docker build command so I ran $ npm uninstall -g npm on my local machine. Has anyone else run into this?
[21:03:32] Using gulpfile /app/gulpfile.js
[21:03:32] Starting 'generate-assets'...
[21:03:32] Starting 'styles'...
[21:03:32] Starting 'scripts'...
[21:03:32] Starting 'vendorScripts'...
[21:03:32] Starting 'imgCompression'...
[21:03:33] Finished 'scripts' after 303 ms
[21:03:33] 'imgCompression' errored after 306 ms
[21:03:33] Error in plugin "gulp-imagemin"
Message:
/app/node_modules/optipng-bin/vendor/optipng: 1: /app/node_modules/optipng-bin/vendor/optipng: Syntax error: "(" unexpected
Details:
code: 2
killed: false
stdout:
stderr: /app/node_modules/optipng-bin/vendor/optipng: 1: /app/node_modules/optipng-bin/vendor/optipng: Syntax error: "(" unexpected
[21:03:33] 'generate-assets' errored after 313 ms
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] build:
gulp generate-assets
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2020-10-27T21_03_33_133Z-debug.log
The text was updated successfully, but these errors were encountered: