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
after running npm install, then trying to execute npm run dev, I get the following error in my Mac terminal window:
SyntaxError: Unexpected reserved word
at Loader.moduleStrategy (internal/modules/esm/translators.js:122:18)
at async link (internal/modules/esm/module_job.js:42:21)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] dev: vite
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] dev script.
The text was updated successfully, but these errors were encountered:
after running npm install, then trying to execute npm run dev, I get the following error in my Mac terminal window:
SyntaxError: Unexpected reserved word at Loader.moduleStrategy (internal/modules/esm/translators.js:122:18) at async link (internal/modules/esm/module_job.js:42:21) npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] dev: vite npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] dev script.
Hey, I resolved this error by updating node to 20.x
after running npm install, then trying to execute npm run dev, I get the following error in my Mac terminal window:
SyntaxError: Unexpected reserved word
at Loader.moduleStrategy (internal/modules/esm/translators.js:122:18)
at async link (internal/modules/esm/module_job.js:42:21)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] dev:
vite
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] dev script.
The text was updated successfully, but these errors were encountered: