SolidJSS
SolidJS2y ago
56 replies
Maciek50322

Need help with running solid-community/solid-primitives

- clone solid-community/solid-primitives
- pnpm install
- pnpm run dev
- throws something like "packages not found, did you forget to run pnpm run generate?"
- in /site run pnpm run generate
- throws many errors like
...
../packages/pointer/src/index.ts:1:36: ERROR: Could not resolve "@solid-primitives/event-listener"
../packages/pointer/src/index.ts:2:30: ERROR: Could not resolve "@solid-primitives/utils/immutable"
...

- pnpm run dev
- launches but with errors (image)

What I'm doing wrong?
image.png
Was this page helpful?