I’m following the steps in the “Getting Started” section and am bumping into errors.
npx -y create-redwood-app@canary -y rsc_test
cd rsc_test
- added:
yarn install
- added:
yarn rw experimental setup-streaming-ssr -f
yarn rw experimental setup-rsc
yarn rw build
yarn rw serve
Error during serve
:
renderFromDist HomePage
renderFromDist FatalErrorPage
renderFromDist AboutPage
[HPM] Proxy created: / -> http://127.0.0.1:8911
[HPM] Proxy rewrite rule created: "^/.redwood/functions" ~> ""
Started production FE server on http://localhost:8910
Error: The following dependencies are imported but could not be resolved:
src/pages/FatalErrorPage (imported by C:/Users/bburnworth/Documents/Code/rsc_test/web/src/App.tsx)
src/Routes (imported by C:/Users/bburnworth/Documents/Code/rsc_test/web/src/App.tsx)
Are they installed?
at file:///C:/Users/bburnworth/Documents/Code/rsc_test/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:52405:23
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async file:///C:/Users/bburnworth/Documents/Code/rsc_test/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:51817:38
...
- Here's your unique error reference to quote: '6399bce4-d9f6-490c-8adb-8fc2ce076088'
Output of yarn rw info
:
System:
OS: Windows 10 10.0.19045
Binaries:
Node: 20.11.1 - C:\Users\BBURNW~1\AppData\Local\Temp\xfs-b46f4e63\node.CMD
Yarn: 4.1.1 - C:\Users\BBURNW~1\AppData\Local\Temp\xfs-b46f4e63\yarn.CMD
Browsers:
Edge: Chromium (123.0.2420.65)
npmPackages:
@redwoodjs/core: 8.0.0-canary.426 => 8.0.0-canary.426+e11c9a2a6
@redwoodjs/project-config: 8.0.0-canary.426 => 8.0.0-canary.426+e11c9a2a6
Any suggestions for me to move forward?