blocks-template icon indicating copy to clipboard operation
blocks-template copied to clipboard

Clone, install, build, start? Fail.

Open StoneCypher opened this issue 1 year ago • 4 comments

Hiya. Super excited to try this. Windows 10 up to date, npm, running from git bash. Started from a fork of your repo, otherwise unaltered.

  • git clone works
  • npm install works
  • npm build works
  • npm start fails three ways
    1. On starting, announces that it cannot resolve react-dom/client (1)
    2. Immediately replaces that message with a cullscreen clear, where vite yields a failure about being unable to resolve the same library (2)
    3. Yields an in-browser error regarding this when hit in browser (3)

1:

image


2:

image


3:

image


I tried manually installing react-dom as a dev dep; didn't help.

StoneCypher avatar Nov 13 '22 16:11 StoneCypher