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
I choose the hydration starter using the following. It runs OK:
C:/rocket-test/>npx @rocket/create@latest
Then got error running:
C:/rocket-test/>npm start
> rocket-hydration-starter@0.0.1 start
> NODE_DEBUG=engine:rendering rocket start --open
'NODE_DEBUG' is not recognized as an internal or external command,
operable program or batch file.
I add "SET " in front of the "start" in package.json and re-try. It doesn't do anything interesting:
Folowing Getting started leads to error on Windows when running npm start.
On Windows:
I am following the guide:
https://rocket.modern-web.dev/docs/setup/getting-started/
and continuing with:
https://rocket.modern-web.dev/docs/setup/adding-pages/
I do the following:
The page:
https://rocket.modern-web.dev/docs/setup/adding-pages/
is saying:
But this command doesn't do anything.
The text was updated successfully, but these errors were encountered: