-
Notifications
You must be signed in to change notification settings - Fork 586
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
ES Module support is now standard in Node 15.12 #687
Comments
I modified the last line of intercept.js to use exec, passing it the quoted process.argv. I not going to submit it because there's too much of a chance of breaking things but as an FYI
It may be more generalized than necessary. The console output is in case it fails. |
I was having trouble to run my proxy api because of this modules issue. Your approach worked for my case, thanks! |
Finally I can deployed my work, thank you |
ES Modules are now supported in Node 15.12. This means that libraries can be shared natively with browser applications.
Without this support iisnode becomes noncmplaint and unable to use modern libraries.
The text was updated successfully, but these errors were encountered: