Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Folowing Getting started leads to error on Windows when running npm start #454

Open
PawelWelsbergAtBerryWorld opened this issue Mar 28, 2023 · 1 comment

Comments

@PawelWelsbergAtBerryWorld

Folowing Getting started leads to error on Windows when running npm start.
On Windows:

C:/rocket-test/>node --version
v18.14.2
C:/rocket-test/>npm --version
9.5.1

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:

  1. I choose the hydration starter using the following. It runs OK:
C:/rocket-test/>npx @rocket/create@latest
  1. 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.
  1. I add "SET " in front of the "start" in package.json and re-try. It doesn't do anything interesting:
C:/rocket-test/>npm start

> rocket-hydration-starter@0.0.1 start
> SET NODE_DEBUG=engine:rendering rocket start --open

The page:
https://rocket.modern-web.dev/docs/setup/adding-pages/
is saying:

This will start rocket in development mode and you will see your site running in your browser.

But this command doesn't do anything.

@proweb
Copy link

proweb commented May 19, 2023

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants