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
{{ message }}
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.
Description:
I cloned the repo and ran the commands under "Run Locally". After npm dev run, terminal crashes with the following output:
> [email protected] dev
> vite --host
file:///<path>/screen-space-reflections/example/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)
Steps to reproduce:
Clone the repo (on Ubuntu 22.04 with npm 8.5.1)
cd into examples folder
Run npm i --force
Run npm run dev
Good job on this SSR, btw. Can't wait to use it
The text was updated successfully, but these errors were encountered:
Description:
I cloned the repo and ran the commands under "Run Locally". After
npm dev run
, terminal crashes with the following output:Steps to reproduce:
cd
into examples foldernpm i --force
npm run dev
Good job on this SSR, btw. Can't wait to use it
The text was updated successfully, but these errors were encountered: