I am running the project on my windows10 local - but not working now. #5728
Replies: 1 comment
-
It appears that you are encountering a parsing error in your JavaScript code. The error message indicates that there are unexpected tokens found in the code, which suggests that there may be a syntax error or an incorrect configuration of plugins or loaders. A common solution for resolving parsing errors with Webpack is to ensure that the correct loaders or plugins are installed, and the Webpack configuration is set up properly. Here are some steps you can take to troubleshoot the issue:
For more specific guidance, please refer to these resources:
In your case, you might need to add a loader to handle the .mjs files. Double-check your Webpack configuration to ensure the appropriate loader is set up for handling these files. |
Beta Was this translation helpful? Give feedback.
-
I setup pnpm and run the project using pnpm. After mixing, this error is occured.
![error](https://user-images.githubusercontent.com/17731477/232937822-62950d2b-c6cc-4a2f-a3d9-56af3a8fc0c7.png)
If there is anyone to know this error, plz let me know.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions