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
When attempting to run the project in CommonJS mode, an error occurs, stating that it cannot find the module typescript. This issue prevents the application from functioning as expected.
To Reproduce
Create a new Node.js project and configure it to use CommonJS module system
Install the "berryjam" package as a dependency for your project
Copy the code from the README.md of the "berryjam" package. The code contains TypeScript-specific type and interface declarations, I removed them since I mentioned using CommonJS mode
Execute the file to start the scanning process
Expected behavior
The application should be able to run in CommonJS mode without encountering this typescript module error.
Describe the bug
When attempting to run the project in CommonJS mode, an error occurs, stating that it cannot find the module
typescript
. This issue prevents the application from functioning as expected.To Reproduce
Expected behavior
The application should be able to run in CommonJS mode without encountering this
typescript
module error.Node Version
18.16.1
OS
No response
Browser
No response
Additional Context
Error Message:
The text was updated successfully, but these errors were encountered: