npm instal 报这样的错
npm WARN prefer global [email protected] should be installed with -g
> [email protected] install E:\xampp\htdocs\zhihu-app\node_modules\node-sass
> node scripts/install.js
Downloading binary from https://github.com/sass/node-sass/releases/download/v3.13.1/win32-x64-48_binding.node
Cannot download "https://github.com/sass/node-sass/releases/download/v3.13.1/win32-x64-48_binding.node":
connect ETIMEDOUT 52.216.1.8:443
Timed out whilst downloading the prebuilt binary
Hint: If github.com is not accessible in your location
try setting a proxy via HTTP_PROXY, e.g.
export HTTP_PROXY=http://example.com:1234
or configure npm proxy via
npm config set proxy http://example.com:8080
> [email protected] postinstall E:\xampp\htdocs\zhihu-app\node_modules\node-sass
> node scripts/build.js
Building: E:\nodejs\node.exe E:\xampp\htdocs\zhihu-app\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 [ 'E:\\nodejs\\node.exe',
gyp verb cli 'E:\\xampp\\htdocs\\zhihu-app\\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 info using [email protected]
gyp info using [email protected] | 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 (E:\xampp\htdocs\zhihu-app\node_modules\which\which.js:13:12)
gyp verb `which` failed at F (E:\xampp\htdocs\zhihu-app\node_modules\which\which.js:68:19)
gyp verb `which` failed at E (E:\xampp\htdocs\zhihu-app\node_modules\which\which.js:80:29)
gyp verb `which` failed at E:\xampp\htdocs\zhihu-app\node_modules\which\which.js:89:16
gyp verb `which` failed at E:\xampp\htdocs\zhihu-app\node_modules\isexe\index.js:42:5
gyp verb `which` failed at E:\xampp\htdocs\zhihu-app\node_modules\isexe\windows.js:36:5
gyp verb `which` failed at FSReqWrap.oncomplete (fs.js:123:15)
gyp verb `which` failed python2 { Error: not found: python2
gyp verb `which` failed at getNotFoundError (E:\xampp\htdocs\zhihu-app\node_modules\which\which.js:13:12)
gyp verb `which` failed at F (E:\xampp\htdocs\zhihu-app\node_modules\which\which.js:68:19)
gyp verb `which` failed at E (E:\xampp\htdocs\zhihu-app\node_modules\which\which.js:80:29)
gyp verb `which` failed at E:\xampp\htdocs\zhihu-app\node_modules\which\which.js:89:16
gyp verb `which` failed at E:\xampp\htdocs\zhihu-app\node_modules\isexe\index.js:42:5
gyp verb `which` failed at E:\xampp\htdocs\zhihu-app\node_modules\isexe\windows.js:36:5
gyp verb `which` failed at FSReqWrap.oncomplete (fs.js:123:15) code: 'ENOENT' }
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 (E:\xampp\htdocs\zhihu-app\node_modules\which\which.js:13:12)
gyp verb `which` failed at F (E:\xampp\htdocs\zhihu-app\node_modules\which\which.js:68:19)
gyp verb `which` failed at E (E:\xampp\htdocs\zhihu-app\node_modules\which\which.js:80:29)
gyp verb `which` failed at E:\xampp\htdocs\zhihu-app\node_modules\which\which.js:89:16
gyp verb `which` failed at E:\xampp\htdocs\zhihu-app\node_modules\isexe\index.js:42:5
gyp verb `which` failed at E:\xampp\htdocs\zhihu-app\node_modules\isexe\windows.js:36:5
gyp verb `which` failed at FSReqWrap.oncomplete (fs.js:123:15)
gyp verb `which` failed python { Error: not found: python
gyp verb `which` failed at getNotFoundError (E:\xampp\htdocs\zhihu-app\node_modules\which\which.js:13:12)
gyp verb `which` failed at F (E:\xampp\htdocs\zhihu-app\node_modules\which\which.js:68:19)
gyp verb `which` failed at E (E:\xampp\htdocs\zhihu-app\node_modules\which\which.js:80:29)
gyp verb `which` failed at E:\xampp\htdocs\zhihu-app\node_modules\which\which.js:89:16
gyp verb `which` failed at E:\xampp\htdocs\zhihu-app\node_modules\isexe\index.js:42:5
gyp verb `which` failed at E:\xampp\htdocs\zhihu-app\node_modules\isexe\windows.js:36:5
gyp verb `which` failed at FSReqWrap.oncomplete (fs.js:123:15) code: 'ENOENT' }
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 Object.failNoPython (E:\xampp\htdocs\zhihu-app\node_modules\node-gyp\lib\configure.js:483:19)
gyp ERR! stack at Object.<anonymous> (E:\xampp\htdocs\zhihu-app\node_modules\node-gyp\lib\configure.js:508:16)
gyp ERR! stack at E:\xampp\htdocs\zhihu-app\node_modules\node-gyp\node_modules\graceful-fs\polyfills.js:284:29
gyp ERR! stack at FSReqWrap.oncomplete (fs.js:123:15)
gyp ERR! System Windows_NT 6.1.7601
gyp ERR! command "E:\\nodejs\\node.exe" "E:\\xampp\\htdocs\\zhihu-app\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass
_library="
gyp ERR! cwd E:\xampp\htdocs\zhihu-app\node_modules\node-sass
gyp ERR! node -v v6.10.2
gyp ERR! node-gyp -v v3.6.1
gyp ERR! not ok
Build failed with error code: 1
E:\xampp\htdocs\zhihu-app
`-- (empty)
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "E:\\nodejs\\node.exe" "E:\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
npm ERR! node v6.10.2
npm ERR! npm v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! [email protected] postinstall: `node scripts/build.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script 'node scripts/build.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the node-sass package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node scripts/build.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs node-sass
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls node-sass
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! E:\xampp\htdocs\zhihu-app\npm-debug.log
npm ERR! code 1