一、先看报错
执行 pnpm install 装包报错
报错信息
ERR_PNPM_PUBLIC_HOIST_PATTERN_DIFF This modules directory was created using a different public-hoist-pattern value. Run "pnpm install" to recreate the modules directory.
二、解决方法
-
在项目根目录中,删除 node_modules 目录
-
打开终端,并确保你在项目根目录下文章来源:https://www.toymoban.com/news/detail-796089.html
-
重新安装依赖
文章来源地址https://www.toymoban.com/news/detail-796089.html
到了这里,关于pnpm装包报错Run “pnpm install“ to recreate the modules directory.的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!