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 install fails with ENOENT #94

Closed
arnoschutijzer opened this issue Oct 24, 2022 · 0 comments · Fixed by #95
Closed

npm install fails with ENOENT #94

arnoschutijzer opened this issue Oct 24, 2022 · 0 comments · Fixed by #95

Comments

@arnoschutijzer
Copy link
Contributor

arnoschutijzer commented Oct 24, 2022

Hi there!

I just noticed a couple of our builds started breaking with the following error:

     [exec] npm ERR! code ENOENT
     [exec] npm ERR! syscall chmod
     [exec] npm ERR! path /frontend/node_modules/geojson-flatten/geojson-flatten
     [exec] npm ERR! errno -2
     [exec] npm ERR! enoent ENOENT: no such file or directory, chmod '/frontend/node_modules/geojson-flatten/geojson-flatten'
     [exec] npm ERR! enoent This is related to npm not being able to find a file.
     [exec] npm ERR! enoent 

Checking out this repository and running:

$ npm install && npm link

also results in the same error.

Removing the bin parameter from the package.json seems to be the correct fix here so I'll create a PR shortly.

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

Successfully merging a pull request may close this issue.

1 participant