webstorm命令行无法使用node-gyp进行编译

CMD命令转换技巧
本文介绍了一种将特定操作转换为CMD命令的方法,并提供了一个实际案例。通过这种方式,用户可以更高效地利用命令行来完成任务。

 

换成cmd命令即可:

 

转载于:https://www.cnblogs.com/yourstars/p/8984439.html

npm error code 1 npm error path C:\Users\Administrator\Desktop\textbook-manage-master\frontend\node_modules\node-sass npm error command failed npm error command C:\Windows\system32\cmd.exe /d /s /c node scripts/build.js npm error Building: C:\Users\Administrator\AppData\Roaming\JetBrains\WebStorm2024.3\node\versions\22.14.0\n ode.exe C:\Users\Administrator\Desktop\textbook-manage-master\frontend\node_modules\node-gyp\bin\node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library= npm error gyp info it worked if it ends with ok npm error gyp verb cli [ npm error gyp verb cli 'C:\\Users\\Administrator\\AppData\\Roaming\\JetBrains\\WebStorm2024.3\\node\\versions\\22.14.0\\node.exe', npm error gyp verb cli 'C:\\Users\\Administrator\\Desktop\\textbook-manage-master\\frontend\\node_modules\\node-gyp\\bin\\node-gyp.js', npm error gyp verb cli 'rebuild', npm error gyp verb cli '--verbose', npm error gyp verb cli '--libsass_ext=', npm error gyp verb cli '--libsass_cflags=', npm error gyp verb cli '--libsass_ldflags=', npm error gyp verb cli '--libsass_library=' npm error gyp verb cli ] npm error gyp info using node-gyp@3.8.0 npm error gyp info using node@22.14.0 | win32 | x64 npm error gyp verb command rebuild [] npm error gyp verb command clean [] npm error gyp verb clean removing "build" directory npm error gyp verb command configure [] npm error gyp verb check python checking for Python executable "C:\Python27\python.exe" in the PATH npm error gyp verb `which` succeeded C:\Python27\python.exe C:\Python27\python.exe npm error (node:8352) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead. npm error (Use `node --trace-deprecation ...` to show where the warning was created) npm error gyp verb check python version `C:\Python27\python.exe -c "import sys; print "2.7.14 npm error gyp verb check python version .%s.%s" % sys.version_info[:3];"` returned: %j n
03-25
PS D:\前端\苍穹外卖\前端源码\苍穹外卖前端源码\project-sky-admin-vue-ts> cnpm install \ [17/53] Installing y18n@^4.0.0 WARN node unsupported "node@v18.18.2" is incompatible with @vue/cli-plugin-eslint@3.12.1 › globby@9.2.0 › @ty- [18/53] Installing through2@^2.0.0 [npminstall:runscript:error] fibers@^4.0.2 run install node build.js || nodejs build.js error: Error: Command failed with exit code 1: node build.js || nodejs build.js at makeError (D:\My Software\nvm\nvm\v18.18.2\node_modules\cnpm\node_modules\execa\lib\error.js:60:11) at handlePromise (D:\My Software\nvm\nvm\v18.18.2\node_modules\cnpm\node_modules\execa\index.js:118:26) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async exports.runScript (D:\My Software\nvm\nvm\v18.18.2\node_modules\cnpm\node_modules\npminstall\lib\utils.js:261:12) at async runLifecycleScripts (D:\My Software\nvm\nvm\v18.18.2\node_modules\cnpm\node_modules\npminstall\lib\lifecycle_scripts.js:66:7) at async _install (D:\My Software\nvm\nvm\v18.18.2\node_modules\cnpm\node_modules\npminstall\lib\install_package.js:321:5) at async install (D:\My Software\nvm\nvm\v18.18.2\node_modules\cnpm\node_modules\npminstall\lib\install_package.js:23:12) at async _installOne (D:\My Software\nvm\nvm\v18.18.2\node_modules\cnpm\node_modules\npminstall\lib\local_install.js:215:15) at async mapper (D:\My Software\nvm\nvm\v18.18.2\node_modules\cnpm\node_modules\npminstall\lib\local_install.js:140:5) { shortMessage: 'Command failed with exit code 1: node build.js || nodejs build.js', command: 'node build.js || nodejs build.js', escapedCommand: 'node build.js "||" nodejs build.js', exitCode: 1, signal: undefined, signalDescription: undefined, stdout: undefined, stderr: undefined, failed: true, timedOut: false, isCanceled: false, killed: false × Install fail! Error: run install error, please remove node_modules before retry! Command failed with exit code 1: node build.js || nodejs build.js Error: Command failed with exit code 1: node build.js || nodejs build.js at makeError (D:\My Software\nvm\nvm\v18.18.2\node_modules\cnpm\node_modules\execa\lib\error.js:60:11) at handlePromise (D:\My Software\nvm\nvm\v18.18.2\node_modules\cnpm\node_modules\execa\index.js:118:26) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async exports.runScript (D:\My Software\nvm\nvm\v18.18.2\node_modules\cnpm\node_modules\npminstall\lib\utils.js:261:12) at async runLifecycleScripts (D:\My Software\nvm\nvm\v18.18.2\node_modules\cnpm\node_modules\npminstall\lib\lifecycle_scripts.js:66:7) at async _install (D:\My Software\nvm\nvm\v18.18.2\node_modules\cnpm\node_modules\npminstall\lib\install_package.js:321:5) at async install (D:\My Software\nvm\nvm\v18.18.2\node_modules\cnpm\node_modules\npminstall\lib\install_package.js:23:12) at async _installOne (D:\My Software\nvm\nvm\v18.18.2\node_modules\cnpm\node_modules\npminstall\lib\local_install.js:215:15) at async mapper (D:\My Software\nvm\nvm\v18.18.2\node_modules\cnpm\node_modules\npminstall\lib\local_install.js:140:5) npminstall version: 7.12.0 npminstall argv: D:\My Software\nodejs\node.exe D:\My Software\nvm\nvm\v18.18.2\node_modules\cnpm\node_modules\npminstall\bin\install.js --fix-bug-versions --china --userconfig=C:\Users\liuchaokun\.cnpmrc --disturl=https://cdn.npmmirror.com/binaries/node --registry=https://registry.npmmirror.com 欸?明明之前还成功的,怎么现在就不行了?
最新发布
07-31
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值