Skip to content
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

npm run dist gives error on Windows #13544

Closed
svdoever opened this issue Feb 17, 2018 · 4 comments
Closed

npm run dist gives error on Windows #13544

svdoever opened this issue Feb 17, 2018 · 4 comments

Comments

@svdoever
Copy link

svdoever commented Feb 17, 2018

When I try to execute npm run dist on Windows 10 I get the following error:

[00:01:46] Minified amp-web-push-permission-dialog.js (31.938 s)
[00:01:50] Minified amp-login-done-0.1.max.js (35.464 s)
[00:01:50] 'dist' errored after 13 min
[00:01:50] Error: kill ESRCH
    at Object._errnoException (util.js:1003:13)
    at process.kill (internal/process.js:173:18)
    at exports.exitCtrlcHandler (C:\P\amphtml\build-system\ctrlcHandler.js:59:11)
    at compileCss.then.then.then.then.then.then (C:\P\amphtml\gulpfile.js:798:21)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:160:7)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] dist: `gulp dist`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] dist 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!     C:\Users\Serge\AppData\Roaming\npm-cache\_logs\2018-02-17T23_01_50_588Z-debug.log

Same happens on npm run build, but everytime at a different file:

[00:17:58] Compiled amp-facebook-like.js (49.464 s)
[00:17:58] 'build' errored after 2.85 min
[00:17:58] Error: kill ESRCH
    at Object._errnoException (util.js:1003:13)
    at process.kill (internal/process.js:173:18)
    at exports.exitCtrlcHandler (C:\P\amphtml\build-system\ctrlcHandler.js:59:11)
    at performBuild.then (C:\P\amphtml\gulpfile.js:746:36)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:160:7)
@dreamofabear
Copy link

/cc @rsimha

@rsimha
Copy link
Contributor

rsimha commented Feb 22, 2018

@svdoever I believe this should be fixed by #13598. Let me know what you see after syncing to upstream/master.

@ampprojectbot
Copy link
Member

This issue hasn't been updated in awhile. Do you have any updates?

@rsimha
Copy link
Contributor

rsimha commented Jun 5, 2018

This is likely obsolete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants