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
Using your project setup description, I got stuck at npm run dev, which gave the following message:
> codeigniter-vite-vue@0.0.0 dev
> vite
file://project_folder/node_modules/vite/bin/vite.js:7
await import('source-map-support').then((r) => r.default.install())
^^^^^
SyntaxError: Unexpected reserved word
at Loader.moduleStrategy (internal/modules/esm/translators.js:133:18)
at async link (internal/modules/esm/module_job.js:42:21)
etc.
Could this be fixed? Thanks in advance.
The text was updated successfully, but these errors were encountered:
Using your project setup description, I got stuck at
npm run dev
, which gave the following message:etc.
Could this be fixed? Thanks in advance.
The text was updated successfully, but these errors were encountered: