mall-admin-web
mall-admin-web copied to clipboard
node-sass和sass-loader版本不对 导致npm install 报错
修改:
"node-sass": "^7.0.1",
"sass-loader": "^7.0.0"
报错详情:
npm ERR! gyp verb which
failed Error: not found: python2
npm ERR! gyp verb which
failed at getNotFoundError (D:\code\zmcode\study-vue\mall-admin-web\node_modules\which\which.js:13:12)
npm ERR! gyp verb which
failed at F (D:\code\zmcode\study-vue\mall-admin-web\node_modules\which\which.js:68:19)
npm ERR! gyp verb which
failed at E (D:\code\zmcode\study-vue\mall-admin-web\node_modules\which\which.js:80:29)
npm ERR! gyp verb which
failed at D:\code\zmcode\study-vue\mall-admin-web\node_modules\which\which.js:89:16
npm ERR! gyp verb which
failed at D:\code\zmcode\study-vue\mall-admin-web\node_modules\isexe\index.js:42:5
npm ERR! gyp verb which
failed at D:\code\zmcode\study-vue\mall-admin-web\node_modules\isexe\windows.js:36:5
npm ERR! gyp verb which
failed at FSReqCallback.oncomplete (node:fs:198:21)
npm ERR! gyp verb which
failed python2 Error: not found: python2
npm ERR! gyp verb which
failed at getNotFoundError (D:\code\zmcode\study-vue\mall-admin-web\node_modules\which\which.js:13:12)
npm ERR! gyp verb which
failed at F (D:\code\zmcode\study-vue\mall-admin-web\node_modules\which\which.js:68:19)
npm ERR! gyp verb which
failed at E (D:\code\zmcode\study-vue\mall-admin-web\node_modules\which\which.js:80:29)
npm ERR! gyp verb which
failed at D:\code\zmcode\study-vue\mall-admin-web\node_modules\which\which.js:89:16
npm ERR! gyp verb which
failed at D:\code\zmcode\study-vue\mall-admin-web\node_modules\isexe\index.js:42:5
npm ERR! gyp verb which
failed at D:\code\zmcode\study-vue\mall-admin-web\node_modules\isexe\windows.js:36:5
npm ERR! gyp verb which
failed at FSReqCallback.oncomplete (node:fs:198:21) {
npm ERR! gyp verb which
failed code: 'ENOENT'
npm ERR! gyp verb which
failed }
npm ERR! gyp verb check python checking for Python executable "python" in the PATH
npm ERR! gyp verb which
succeeded python C:\Users\Administrator\AppData\Local\Programs\Python\Python38\python.EXE
npm ERR! gyp ERR! configure error
感谢