mattjennings / svelte-pixi

Create PixiJS apps with Svelte
https://svelte-pixi.com
MIT License
112 stars 15 forks source link

.pnpmfile.cjs wrong package path #15

Closed dmitriyzhirma closed 2 years ago

dmitriyzhirma commented 2 years ago

Actuall path:

file:../../package

Expected path:

file:../../package
mattjennings commented 2 years ago

I'm confused, what's the issue you're having? You have the same path for both expected and actual. The path seems to be working as expected for me

edit: oh, I see, this fails on a clean pnpm install... hmm. I'll take a look.

mattjennings commented 2 years ago

I believe this is fixed now, let me know if you run into any other issues