githubnext/blocks-template

Install issues

duerrsimon opened this issue · 1 comments

Tried installing this on a WSL2 Ubuntu.

pnpm -v
7.27.1

 pnpm install
Packages: +270
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Packages are hard linked from the content-addressable store to the virtual store.
  Content-addressable store is at: /home/duerr/.local/share/pnpm/store/v3
  Virtual store is at:             node_modules/.pnpm
Progress: resolved 310, reused 268, downloaded 0, added 270, done

dependencies:
+ @githubnext/blocks 2.3.5
+ react 18.2.0
+ react-dom 18.2.0

 WARN  Issues with peer dependencies found
.
└─┬ @githubnext/blocks 2.3.5
  └─┬ styled-components 5.3.6
    └── ✕ missing peer react-is@">= 16.8.0"
Peer dependencies that should be installed:
  react-is@">= 16.8.0"

Done in 1m 50.2s

I then set .npmrc to contain auto-install-peers = true which install fine. However, when I then run pnpm start my block is displayed but shows the following error message:
image

Not sure if the issue is related to WSL2, to the installation or smth else.

If I do the same procedure on a Linux machine it works. So seems related to WSL2