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

Error: Cannot find module 'form-data' #19

Closed
argyleink opened this issue Oct 31, 2014 · 3 comments
Closed

Error: Cannot find module 'form-data' #19

argyleink opened this issue Oct 31, 2014 · 3 comments

Comments

@argyleink
Copy link

2 optional dependencies fail, which may or may not be ok. But I'm not able to use the plugin, getting a form-data error.

2 failing deps:

  • npm WARN optional dep failed, continuing hawk@~2.3.0
  • npm WARN optional dep failed, continuing form-data@0.1.4
@argyleink
Copy link
Author

reinstalled today, no dep errors

@cubicrace
Copy link

npm install --save module_name

For example: If the error is: { [Error: Cannot find module '/root/.npm/form-data'] code: 'MODULE_NOT_FOUND' } then you can resolve this issue by executing the command:

npm install --save form-data

@declanfleming
Copy link

npm install --save module_name

For example: If the error is: { [Error: Cannot find module '/root/.npm/form-data'] code: 'MODULE_NOT_FOUND' } then you can resolve this issue by executing the command:

npm install --save form-data

Thank you so much! this saved me a lot of frustration this week!

D

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