加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
yarn-error.log 2.41 KB
一键复制 编辑 原始数据 按行查看 历史
Your Name 提交于 2021-08-28 23:31 . init
Arguments:
C:\Program Files\nodejs\node.exe C:\Users\zhangrenyang\AppData\Roaming\npm\node_modules\yarn\bin\yarn.js install
PATH:
C:\Python27\;C:\Python27\Scripts;C:\Program Files (x86)\Common Files\NetSarang;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files\Intel\Intel(R) Management Engine Components\iCLS\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Docker\Docker\resources\bin;C:\ProgramData\DockerDesktop\version-bin;C:\Program Files\nodejs\;C:\ProgramData\chocolatey\bin;C:\GTK\bin;C:\Program Files\Git\cmd;C:\Users\zhangrenyang\AppData\Local\Microsoft\WindowsApps;C:\green\mysql-5.7.34\bin;C:\Users\zhangrenyang\AppData\Local\Programs\Microsoft VS Code Insiders\bin;C:\Users\zhangrenyang\AppData\Local\Programs\Microsoft VS Code Insiders;C:\Program Files\JetBrains\IntelliJ IDEA 2021.2\bin;C:\Users\zhangrenyang\AppData\Roaming\npm
Yarn version:
1.22.11
Node version:
16.8.0
Platform:
win32 x64
Trace:
Error: ENOENT: no such file or directory, copyfile 'C:\Users\zhangrenyang\AppData\Local\Yarn\Cache\v6\npm-ansi-styles-3.2.1-41fbb20243e50b12be0f04b8dedbf07520ce841d-integrity\node_modules\ansi-styles\index.js' -> 'C:\aproject\lerna2\node_modules\@babel\highlight\node_modules\ansi-styles\index.js'
npm manifest:
{
"name": "root",
"private": true,
"devDependencies": {
"eslint": "^7.32.0",
"eslint-plugin-prettier": "^3.4.1",
"execa": "^5.1.1",
"lerna": "^4.0.0",
"prettier": "^2.3.2",
"yargs": "^17.1.1"
},
"workspaces":[
"packages/*"
],
"scripts": {
"test": "jest",
"lint": "eslint --ext .js packages/**/*.js --no-error-on-unmatched-pattern --fix "
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化