You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I believe this issue is a false alarm. The npm module I was requiring makes use of the 'net' and 'tls' npm modules which I believe comes by default with Node.
However, when building front-end npm components, you need to require these modules manually.
I just installed an npm module that makes network calls in my component that I scaffolded with nwb.
It appears as if webpack is having a problem with this type of npm module, since I'm receiving the following errors:
I tried importing another module (Youtube-node) that has similar functionality, and am experiencing the same problem.
Is this a known issue? Thanks!
The text was updated successfully, but these errors were encountered: