问题描述 node.js安装依赖包出现 yarn install info No lockfile found 错误,具体内容如下 ➜ vue-next git:(fe853a5a) npm install yarn -gchanged 1 package in 679ms➜ vue-next git:(fe853a5a) yarn install yarn install v1.22.17info No lockfile found.$ node ./scripts/preinstall
问题描述
node.js安装依赖包出现 yarn install info No lockfile found 错误,具体内容如下
➜ vue-next git:(fe853a5a) npm install yarn -g
changed 1 package in 679ms
➜ vue-next git:(fe853a5a) yarn install
yarn install v1.22.17
info No lockfile found.
$ node ./scripts/preinstall.js
This repository requires using pnpm as the package manager for scripts to work properly.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
解决办法
用以下代码:
yarn install --ignore-scripts
详细命令参考以下文档:https://classic.yarnpkg.com/en/docs/cli/install
沃梦达教程
本文标题为:node安装依赖包 yarn install info No lockfile found
猜你喜欢
- Flexslider 箭头未正确显示 2022-01-01
- Fetch API 如何获取响应体? 2022-01-01
- 如何使用 JSON 格式的 jQuery AJAX 从 .cfm 页面输出查 2022-01-01
- 失败的 Canvas 360 jquery 插件 2022-01-01
- 使用RSelum从网站(报纸档案)中抓取多个网页 2022-09-06
- 400或500级别的HTTP响应 2022-01-01
- CSS媒体查询(最大高度)不起作用,但为什么? 2022-01-01
- addEventListener 在 IE 11 中不起作用 2022-01-01
- Css:将嵌套元素定位在父元素边界之外一点 2022-09-07
- Quasar 2+Apollo:错误:找不到ID为默认的Apollo客户端。如果您在组件设置之外,请使用ProvideApolloClient() 2022-01-01