-
Notifications
You must be signed in to change notification settings - Fork 2
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: Can't resolve 'net' in ... #3
Comments
@williamli Is it all stack trace? Do you have a gist with the code to identify the problem? It's hard to see the problem with this setup for me right now. |
I'm also getting this error. Looks like an issue with the
|
Hi! I was hoping this would have something figured out. Anyone know how to fix this? using register(false) and register(true) have the same error. I am going to look into figuring it out because I'm running out of options, and this was my last hope - needing it for a nativescript-vue app that has dependencies trying to use the window object (third party vendors). I will post my updates soon if it helps anyone. |
I updated the libraries. That might help. If anyone will have this issue please get reach me out (page in my profile) for a fast solving issue. |
import "node-window-polyfill/register";
was inserted into the code and I get aCan't resolve 'net'
The text was updated successfully, but these errors were encountered: