Skip to content

Reproduction repo for break in sveltekit 292 regarding local modules

Notifications You must be signed in to change notification settings

mike-hogan/sveltekit-292-break-pnpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published