You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PnP (a module installation strategy used by Yarn Berry) stores modules in .zip files. When a package is imported, the package manager creates an isolated, read-only virtual filesystem. More info: https://yarnpkg.com/features/pnp
telefunc/vite#plugin has a side-effect that attempts to write to one of telefunc's own files. Due to the read-only nature of the virtual filesystem created by PnP, this write fails.
PnP (a module installation strategy used by Yarn Berry) stores modules in
.zip
files. When a package is imported, the package manager creates an isolated, read-only virtual filesystem. More info: https://yarnpkg.com/features/pnptelefunc/vite#plugin
has a side-effect that attempts to write to one oftelefunc
's own files. Due to the read-only nature of the virtual filesystem created by PnP, this write fails.telefunc/telefunc/node/vite/index.ts
Lines 20 to 21 in 1327645
telefunc/telefunc/node/vite/importGlob/toggle.ts
Lines 21 to 22 in 1327645
Workaround
I patched the module manually.
The text was updated successfully, but these errors were encountered: