Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Build stuck at npm-install #33

Open
ghost opened this issue Dec 13, 2017 · 2 comments
Open

Build stuck at npm-install #33

ghost opened this issue Dec 13, 2017 · 2 comments

Comments

@ghost
Copy link

ghost commented Dec 13, 2017

Hi

npm-install takes a very long time:

$> ./gradlew build
<====---------> 34% EXECUTING [2m 04s]
> :frontend:npm-install

And finally fails and says the error is loged at ~/.npm/_logs/blabla_debug.log which contains:

error path ~/kotlin-fullstack-sample/frontend/build/node_modules/.staging/babel-runtime-1f1cbe22/package.json
error code ENOENT                                                                  
error errno -2                                                                     
error syscall open                                                                 
error enoent ENOENT: no such file or directory, open '~/kotlin-fullstack-sample/frontend/build/node_modules/.staging/babel-runtime-1f1cbe22/package.json'
error enoent This is most likely not a problem with npm itself                     
error enoent and is related to npm not being able to find a file.                  
verbose exit [ -2, true ]

Any ideas?

@cy6erGn0m
Copy link
Contributor

Looks like it simply fails to download babel-runtime and crashes with ENOENT after timeout expiration

@cy6erGn0m
Copy link
Contributor

Don't see how it could be related to the frontend plugin

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

No branches or pull requests

1 participant