dimfeld / sveltekit-292-break-pnpm

Reproduction repo for break in sveltekit 292 regarding local modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sveltekit-292-break-pnpm

Demos a break in behaviour between sveltekit 291 and 292.

To see the failing case:

  1. cd sveltekit-app
  2. pnpm install
  3. pnpm run build

You will see an error about being unable to find package lodash

To see it work with version 291, change the sveltekit version in sveltekit-app/package.json to 291, then run

  1. pnpm install
  2. pnpm run build

The build will work

About

Reproduction repo for break in sveltekit 292 regarding local modules


Languages

Language:JavaScript 39.7%Language:HTML 38.2%Language:Svelte 22.1%