npm install 报错 gyp info it worked if it ends with ok npm ERR gyp verb cli [

今天新启动一个项目,在 npm install 安装依赖项时出现报错。

ERR! code 1
npm ERR! path C:UsersAdministratorDesktope31mall-admin-web
ode_modules
ode-sass
npm ERR! command failed
npm ERR! command C:Windowssystem32cmd.exe /d /s /c node scripts/build.js
npm ERR! Building: C:Program Files
odejs
ode.exe C:UsersAdministratorDesktope31mall-admin-web
ode_modules
ode-gypin
ode-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=
npm ERR! gyp info it worked if it ends with ok
npm ERR! gyp verb cli [
npm ERR! gyp verb cli   'C:\Program Files

odejs
ode.exe’,
npm ERR! gyp verb cli ‘C:\Users\Administrator\Desktop\14531\mall-admin-web
ode_modules
ode-gyp\bin
ode-gyp.js’,
npm ERR! gyp verb cli ‘rebuild’,
npm ERR! gyp verb cli ‘–verbose’,
npm ERR! gyp verb cli ‘–libsass_ext=’,
npm ERR! gyp verb cli ‘–libsass_cflags=’,
npm ERR! gyp verb cli ‘–libsass_ldflags=’,
npm ERR! gyp verb cli ‘–libsass_library=’
npm ERR! gyp verb cli ]
npm ERR! gyp info using [email protected]
npm ERR! gyp info using [email protected] | win32 | x64
npm ERR! gyp verb command rebuild []
npm ERR! gyp verb command clean []
npm ERR! gyp verb clean removing “build” directory
npm ERR! gyp verb command configure []
npm ERR! gyp verb check python checking for Python executable “python2” in the PATH
npm ERR! gyp verb which failed Error: not found: python2
npm ERR! gyp verb which failed at getNotFoundError (C:UsersAdministratorDesktope31mall-admin-web
ode_moduleswhichwhich.js:13:12)
npm ERR! gyp verb which failed at F (C:UsersAdministratorDesktope31mall-admin-web
ode_moduleswhichwhich.js:68:19)
npm ERR! gyp verb which failed at E (C:UsersAdministratorDesktope31mall-admin-web
ode_moduleswhichwhich.js:80:29)
npm ERR! gyp verb which failed at C:UsersAdministratorDesktope31mall-admin-web
ode_moduleswhichwhich.js:89:16
npm ERR! gyp verb which failed at C:UsersAdministratorDesktope31mall-admin-web
ode_modulesisexeindex.js:42:5
npm ERR! gyp verb which failed at C:UsersAdministratorDesktope31mall-admin-web
ode_modulesisexewindows.js:36:5
npm ERR! gyp verb which failed at FSReqCallback.oncomplete (fs.js:183:21)
npm ERR! gyp verb which failed python2 Error: not found: python2
npm ERR! gyp verb which failed at getNotFoundError (C:UsersAdministratorDesktope31mall-admin-web
ode_moduleswhichwhich.js:13:12)
npm ERR! gyp verb which failed at F (C:UsersAdministratorDesktope31mall-admin-web
ode_moduleswhichwhich.js:68:19)
npm ERR! gyp verb which failed at E (C:UsersAdministratorDesktope31mall-admin-web
ode_moduleswhichwhich.js:80:29)
npm ERR! gyp verb which failed at C:UsersAdm

你可能感兴趣的:(前端,html,npm,前端,node.js)