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

Webpack issue with 'fs' module #24

Closed
Wifsimster opened this issue Dec 27, 2016 · 1 comment
Closed

Webpack issue with 'fs' module #24

Wifsimster opened this issue Dec 27, 2016 · 1 comment

Comments

@Wifsimster
Copy link

I'm very grateful for this module 👍

Just to help people out, if you use webpack and have this issue :

ERROR in ./~request/lib/bar.js
Module not found: Error: Cannot resolve module 'fs' in [..]

You need to add this to your webpack.config :

node: {
  fs: "empty"
}

Cf. josephsavona/valuable#9

@karbassi
Copy link
Owner

@Wifsimster is there anything that I need to update with the netatmo lib? Reading it, it seems like it's mainly a webpack issue. Is it true?

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

2 participants