Skip to content

Commit 679ce4c

Browse files
committed
ifix: resolve pnpm symlink error in vsce packaging
vsce package command failed with "not a file" error on wanakana package due to pnpm's symlink structure Added .npmrc to extension package to use hoisted node_modules structure, eliminating symlinks and resolving packaging failure
1 parent df13469 commit 679ce4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/extension/.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node-linker=hoisted
2+
shamefully-hoist=true

0 commit comments

Comments
 (0)