You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
[root@localhost electronic-wechat]# ls
assets CONTRIBUTING.md node_modules README.md
CHANGELOG.md ISSUE_TEMPLATE.md package.json scripts
config.json LICENSE.md README_en.md src
[root@localhost electronic-wechat]# cd scripts/
[root@localhost scripts]# ls
build-all.sh build.sh build-win32.bat qiniu.sh tar-all.sh
[root@localhost scripts]# npm run bulid:linux
npm ERR! missing script: bulid:linux
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2018-06-04T04_07_25_388Z-debug.log
[root@localhost electronic-wechat]# less /root/.npm/_logs/2018-06-04T04_05_52_833Z-debug.log
0 info it worked if it ends with ok
1 verbose cli [ '/opt/node-v10.2.0-linux-x64/bin/node',
1 verbose cli '/usr/bin/npm',
1 verbose cli 'run',
1 verbose cli 'bulid:linux' ]
2 info using [email protected]
3 info using [email protected]
4 verbose stack Error: missing script: bulid:linux
4 verbose stack at run (/opt/node-v10.2.0-linux-x64/lib/node_modules/npm/lib/run-script.js:151:19)
.......
报错好像是缺少脚本,求指导
The text was updated successfully, but these errors were encountered:
[root@localhost electronic-wechat]# ls
assets CONTRIBUTING.md node_modules README.md
CHANGELOG.md ISSUE_TEMPLATE.md package.json scripts
config.json LICENSE.md README_en.md src
[root@localhost electronic-wechat]# cd scripts/
[root@localhost scripts]# ls
build-all.sh build.sh build-win32.bat qiniu.sh tar-all.sh
[root@localhost scripts]# npm run bulid:linux
npm ERR! missing script: bulid:linux
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2018-06-04T04_07_25_388Z-debug.log
[root@localhost electronic-wechat]# less /root/.npm/_logs/2018-06-04T04_05_52_833Z-debug.log
0 info it worked if it ends with ok
1 verbose cli [ '/opt/node-v10.2.0-linux-x64/bin/node',
1 verbose cli '/usr/bin/npm',
1 verbose cli 'run',
1 verbose cli 'bulid:linux' ]
2 info using [email protected]
3 info using [email protected]
4 verbose stack Error: missing script: bulid:linux
4 verbose stack at run (/opt/node-v10.2.0-linux-x64/lib/node_modules/npm/lib/run-script.js:151:19)
.......
报错好像是缺少脚本,求指导
The text was updated successfully, but these errors were encountered: