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
Hello
When I run this project I get the following error message:
Uncaught Error Error [ERR_REQUIRE_ESM]: require() of ES Module D:\Projects\TwitterMonitoringJavaScript\node_modules\open\index.js from D:\Projects\TwitterMonitoringJavaScript\index.js not supported.
Instead change the require of D:\Projects\TwitterMonitoringJavaScript\node_modules\open\index.js in D:\Projects\TwitterMonitoringJavaScript\index.js to a dynamic import() which is available in all CommonJS modules.
If I change require() to import(), I get this error message:
Uncaught TypeError TypeError: Twit is not a constructor
Please advise.
Thank you.
The text was updated successfully, but these errors were encountered:
Hello
When I run this project I get the following error message:
If I change require() to import(), I get this error message:
Uncaught TypeError TypeError: Twit is not a constructor
Please advise.
Thank you.
The text was updated successfully, but these errors were encountered: