Open flosker opened 3 years ago
Also happening to other users - https://github.com/snowpackjs/snowpack/issues/3158#issuecomment-879082772
Not specific to pnpm, happens with npm
too.
EDIT: Latest npm works, only pnpm causes these errors.
same
node 14.17.1, snowpack 3.3.7 and pnpm 6.11.5
Quick checklist
What package manager are you using?
pnpm, npm
What operating system are you using?
Linux
Describe the bug
Snowpack can't find dependency
@npmcli/arborist
.Additional errors with NPM:
Work perfectly with Snowpack version
3.7.1
. But doesn't work on latest versions.Steps to reproduce
pnpm add snowpack
. Ornpm install snowpack
npx snowpack dev
Link to minimal reproducible example (optional)
No response