-
Notifications
You must be signed in to change notification settings - Fork 146
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
fs, net, and tls error #58
Comments
Same problem here. |
+1
|
|
I am getting the the FS package doesnt exist on npm. https://www.npmjs.com/package/fs |
Did not work for me. Using the module with webpack and babel-loader. |
I do not have in-depth knowledge of Webpack or Babel. Feel free to provide a Pull Request if you solve this. |
I also ran into this. Solved via adding
to my webpack config. See request/request#1529 |
I installed this on my project and have been getting this weird random error. I have verified that removing this npm module is what fixes it. Here's the errors I get.
I assume this has to do with some peer dependencies. Any ideas?
The text was updated successfully, but these errors were encountered: