Appearance
set node-linker=hoisted in .npmrc set public-hoist-pattern = * or hamefully-hoist = true in .npmrc
node-linker=hoisted
.npmrc
public-hoist-pattern = *
hamefully-hoist = true
选择以上其中任何一个,问题将被解决。
参考资料