-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
unable to find package.json in module's subdirectory #1910
Comments
by running |
the installation issue was resolved with the above, however actually requiring the module results in the same-ish errors, perhaps this is just due to the |
I suspect this is due to |
Can still reproduce this on |
I'm encountering this now as well. |
Seeing this in 0.18.0 as well. pre-installing |
I think I have a similar problem, might be a dupe or might not, so created an issue here: #2571 |
It's a problem with node-pre-gyp, the issue is already fixed at master, but not at the latest release (v0.6.32). |
merging with #886 |
yarn add gamepad
is resulting in an error:error Couldn't find a package.json file in "./node_modules/gamepad/node_modules/node-pre-gyp"
and of course
node_modules doesn't exist within the
gamepaddirectory, however
node-pre-gypdoes exist in
./node_modulesdirectly and it contains a
package.json` file.I've attempted removing node_modules and running yarn again.
NOTE: I've replaced the long path to my project with simply
./
yarn: v0.17.2
node: 6.9.1
ubuntu
The text was updated successfully, but these errors were encountered: