当前位置: 首页 > 工具软件 > node-launcher > 使用案例 >

node_modules\node-sass: Command failed

祁建业
2023-12-01

新电脑npm安装依赖报错node_modules\node-sass: Command failed

百度一圈各种切换node 版本、安装 “python2”,可能有一些道理到时我按照步骤走依然报错

error C:\Users\小何\Desktop\工作\hs_crm_web_b\node_modules\node-sass: Command failed.
Exit code: 1
Command: node scripts/build.js
Arguments:
Directory: C:\Users\小何\Desktop\工作\hs_crm_web_b\node_modules\node-sass
Output:
Building: D:\node.exe C:\Users\小何\Desktop\工作\hs_crm_web_b\node_modules\node-gyp\bin\node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library= 
gyp info it worked if it ends with ok
gyp verb cli [
gyp verb cli   'D:\\node.exe',
gyp verb cli   'C:\\Users\\小何\\Desktop\\工作\\hs_crm_web_b\\node_modules\\node-gyp\\bin\\node-gyp.js',
gyp verb cli   'rebuild',
gyp verb cli   '--verbose',
gyp verb cli   '--libsass_ext=',
gyp verb cli   '--libsass_cflags=',
gyp verb cli   '--libsass_ldflags=',
gyp verb cli   '--libsass_library='
gyp verb cli ]
gyp info using node-gyp@3.8.0
gyp info using node@14.16.1 | win32 | x64
gyp verb command rebuild []
gyp verb command clean []
gyp verb clean removing "build" directory
gyp verb command configure []
gyp verb check python checking for Python executable "python2" in the PATH
gyp verb `which` failed Error: not found: python2
gyp verb `which` failed     at getNotFoundError (C:\Users\小何\Desktop\工作\hs_crm_web_b\node_modules\which\which.js:13:12)
gyp verb `which` failed     at F (C:\Users\小何\Desktop\工作\hs_crm_web_b\node_modules\which\which.js:68:19)
gyp verb `which` failed     at E (C:\Users\小何\Desktop\工作\hs_crm_web_b\node_modules\which\which.js:80:29)
gyp verb `which` failed     at C:\Users\小何\Desktop\工作\hs_crm_web_b\node_modules\which\which.js:89:16
gyp verb `which` failed     at C:\Users\小何\Desktop\工作\hs_crm_web_b\node_modules\isexe\index.js:42:5
gyp verb `which` failed     at C:\Users\小何\Desktop\工作\hs_crm_web_b\node_modules\isexe\windows.js:36:5
gyp verb `which` failed     at FSReqCallback.oncomplete (fs.js:183:21)
gyp verb `which` failed  python2 Error: not found: python2
gyp verb `which` failed     at getNotFoundError (C:\Users\小何\Desktop\工作\hs_crm_web_b\node_modules\which\which.js:13:12)
gyp verb `which` failed     at F (C:\Users\小何\Desktop\工作\hs_crm_web_b\node_modules\which\which.js:68:19)
gyp verb `which` failed     at E (C:\Users\小何\Desktop\工作\hs_crm_web_b\node_modules\which\which.js:80:29)
gyp verb `which` failed     at C:\Users\小何\Desktop\工作\hs_crm_web_b\node_modules\which\which.js:89:16
gyp verb `which` failed     at C:\Users\小何\Desktop\工作\hs_crm_web_b\node_modules\isexe\index.js:42:5
gyp verb `which` failed     at C:\Users\小何\Desktop\工作\hs_crm_web_b\node_modules\isexe\windows.js:36:5
gyp verb `which` failed     at FSReqCallback.oncomplete (fs.js:183:21) {
gyp verb `which` failed   code: 'ENOENT'
gyp verb `which` failed }
gyp verb check python checking for Python executable "python" in the PATH
gyp verb `which` failed Error: not found: python
gyp verb `which` failed     at getNotFoundError (C:\Users\小何\Desktop\工作\hs_crm_web_b\node_modules\which\which.js:13:12)
gyp verb `which` failed     at F (C:\Users\小何\Desktop\工作\hs_crm_web_b\node_modules\which\which.js:68:19)
gyp verb `which` failed     at E (C:\Users\小何\Desktop\工作\hs_crm_web_b\node_modules\which\which.js:80:29)
gyp verb `which` failed     at C:\Users\小何\Desktop\工作\hs_crm_web_b\node_modules\which\which.js:89:16
gyp verb `which` failed     at C:\Users\小何\Desktop\工作\hs_crm_web_b\node_modules\isexe\index.js:42:5
gyp verb `which` failed     at C:\Users\小何\Desktop\工作\hs_crm_web_b\node_modules\isexe\windows.js:36:5
gyp verb `which` failed     at FSReqCallback.oncomplete (fs.js:183:21)
gyp verb `which` failed  python Error: not found: python
gyp verb `which` failed     at getNotFoundError (C:\Users\小何\Desktop\工作\hs_crm_web_b\node_modules\which\which.js:13:12)
gyp verb `which` failed     at F (C:\Users\小何\Desktop\工作\hs_crm_web_b\node_modules\which\which.js:68:19)
gyp verb `which` failed     at E (C:\Users\小何\Desktop\工作\hs_crm_web_b\node_modules\which\which.js:80:29)
gyp verb `which` failed     at C:\Users\小何\Desktop\工作\hs_crm_web_b\node_modules\which\which.js:89:16
gyp verb `which` failed     at C:\Users\小何\Desktop\工作\hs_crm_web_b\node_modules\isexe\index.js:42:5
gyp verb `which` failed     at C:\Users\小何\Desktop\工作\hs_crm_web_b\node_modules\isexe\windows.js:36:5
gyp verb `which` failed     at FSReqCallback.oncomplete (fs.js:183:21) {
gyp verb `which` failed   code: 'ENOENT'
gyp verb `which` failed }
gyp verb could not find "python". checking python launcher
gyp verb could not find "python". guessing location
gyp verb ensuring that file exists: C:\Python27\python.exe
gyp ERR! configure error
gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
gyp ERR! stack     at PythonFinder.failNoPython (C:\Users\小何\Desktop\工作\hs_crm_web_b\node_modules\node-gyp\lib\configure.js:484:19)
gyp ERR! stack     at PythonFinder.<anonymous> (C:\Users\小何\Desktop\工作\hs_crm_web_b\node_modules\node-gyp\lib\configure.js:509:16)
gyp ERR! stack     at callback (C:\Users\小何\Desktop\工作\hs_crm_web_b\node_modules\graceful-fs\polyfills.js:299:20)
gyp ERR! stack     at FSReqCallback.oncomplete (fs.js:183:21)
gyp ERR! System Windows_NT 10.0.19044
gyp ERR! command "D:\\node.exe" "C:\\Users\\小何\\Desktop\\工作\\hs_crm_web_b\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
gyp ERR! cwd C:\Users\小何\Desktop\工作\hs_crm_web_b\node_modules\node-sass
gyp ERR! node -v v14.16.1

解决方法

个人解决此问题是首先切换下载node-sass的地址,试过配置代理,但是依然无效,所以单独设置

npm config set sass_binary_site=https://npm.taobao.org/mirrors/node-sass

然后再npm i 直接通过!!!

 类似资料: