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
{{ message }}
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
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:
Not sure if the issue is related to WSL2, to the installation or smth else.
The text was updated successfully, but these errors were encountered:
Tried installing this on a WSL2 Ubuntu.
I then set
.npmrc
to containauto-install-peers = true
which install fine. However, when I then run pnpm start my block is displayed but shows the following error message:Not sure if the issue is related to WSL2, to the installation or smth else.
The text was updated successfully, but these errors were encountered: