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

Cannot be installed via npm #2

Open
amelzer opened this issue Oct 21, 2017 · 2 comments
Open

Cannot be installed via npm #2

amelzer opened this issue Oct 21, 2017 · 2 comments

Comments

@amelzer
Copy link

amelzer commented Oct 21, 2017

I am getting errors when trying to install the package via npm. Yarn works fine, though.

npm ERR! path /Users/amelzer/Projects/node_modules/devtools-mc-assets/sync.js
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall chmod
npm ERR! enoent ENOENT: no such file or directory, chmod '/Users/amelzer/Projects/node_modules/devtools-mc-assets/sync.js'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent 
@jackjocross
Copy link

I think this might be because sync.js is not included in the files field, so NPM throws an error when trying to symlink the missing file. I'm not sure why yarn doesn't throw the same error though.

@andyburke
Copy link

I believe this is fixed by #3, but needs to be pushed to npm with a version bump

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

No branches or pull requests

3 participants