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

Dependency not found #1

Open
jharmon141 opened this issue Apr 17, 2017 · 3 comments
Open

Dependency not found #1

jharmon141 opened this issue Apr 17, 2017 · 3 comments

Comments

@jharmon141
Copy link

I'm getting the following error...

This dependency was not found:

  • fs in ./~/bindings/bindings.js

To install it, you can run: npm install --save fs

I tried to npm install save fs, but it still throws the same error

@scinos
Copy link
Owner

scinos commented Apr 17, 2017

fs is a native node module, so it should be there by default.

What command are you trying to run?

@jharmon141
Copy link
Author

I'm just trying to spin up my vue project and it fails on launch with this error. Without the comicvine-client the project starts up fine.

@sgnl
Copy link

sgnl commented May 29, 2019

this is generally an error with the NodeJS installation. require is unable to find core packages. Usually reinstall of NODEJS can fix problem

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