成人在线亚洲_国产日韩视频一区二区三区_久久久国产精品_99国内精品久久久久久久

您的位置:首頁技術文章
文章詳情頁

javascript - npm install 報錯,求解

瀏覽:181日期:2023-09-15 18:08:39

問題描述

npm WARN prefer global node-gyp@3.6.0 should be installed with -g> node-sass@4.5.2 install D:githubVueBlognode_modulesnode-sass> node scripts/install.jsDownloading binary from https://github.com/sass/node-sass/releases/download/v4.5.2/win32-x64-48_binding.nodeCannot download 'https://github.com/sass/node-sass/releases/download/v4.5.2/win32-x64-48_binding.node':connect ETIMEDOUT 54.231.72.27:443Timed out whilst downloading the prebuilt binaryHint: If github.com is not accessible in your location try setting a proxy via HTTP_PROXY, e.g. export HTTP_PROXY=http://example.com:1234or configure npm proxy via npm config set proxy http://example.com:8080> node-sass@4.5.2 postinstall D:githubVueBlognode_modulesnode-sass> node scripts/build.jsBuilding: E:軟件node.jsnode.exe D:githubVueBlognode_modulesnode-gypbinnode-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=gyp info it worked if it ends with okgyp verb cli [ ’E:軟件node.jsnode.exe’,gyp verb cli ’D:githubVueBlognode_modulesnode-gypbinnode-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 node-gyp@3.6.0gyp info using node@6.9.4 | win32 | x64gyp verb command rebuild []gyp verb command clean []gyp verb clean removing 'build' directorygyp verb command configure []gyp verb check python checking for Python executable 'python2' in the PATHgyp verb `which` failed Error: not found: python2gyp verb `which` failed at getNotFoundError (D:githubVueBlognode_moduleswhichwhich.js:13:12)gyp verb `which` failed at F (D:githubVueBlognode_moduleswhichwhich.js:68:19)gyp verb `which` failed at E (D:githubVueBlognode_moduleswhichwhich.js:80:29)gyp verb `which` failed at D:githubVueBlognode_moduleswhichwhich.js:89:16gyp verb `which` failed at D:githubVueBlognode_modulesisexeindex.js:42:5gyp verb `which` failed at D:githubVueBlognode_modulesisexewindows.js:36:5gyp verb `which` failed at FSReqWrap.oncomplete (fs.js:123:15)gyp verb `which` failed python2 { Error: not found: python2gyp verb `which` failed at getNotFoundError (D:githubVueBlognode_moduleswhichwhich.js:13:12)gyp verb `which` failed at F (D:githubVueBlognode_moduleswhichwhich.js:68:19)gyp verb `which` failed at E (D:githubVueBlognode_moduleswhichwhich.js:80:29)gyp verb `which` failed at D:githubVueBlognode_moduleswhichwhich.js:89:16gyp verb `which` failed at D:githubVueBlognode_modulesisexeindex.js:42:5gyp verb `which` failed at D:githubVueBlognode_modulesisexewindows.js:36:5gyp verb `which` failed at FSReqWrap.oncomplete (fs.js:123:15) code: ’ENOENT’ }gyp verb check python checking for Python executable 'python' in the PATHgyp verb `which` failed Error: not found: pythongyp verb `which` failed at getNotFoundError (D:githubVueBlognode_moduleswhichwhich.js:13:12)gyp verb `which` failed at F (D:githubVueBlognode_moduleswhichwhich.js:68:19)gyp verb `which` failed at E (D:githubVueBlognode_moduleswhichwhich.js:80:29)gyp verb `which` failed at D:githubVueBlognode_moduleswhichwhich.js:89:16gyp verb `which` failed at D:githubVueBlognode_modulesisexeindex.js:42:5gyp verb `which` failed at D:githubVueBlognode_modulesisexewindows.js:36:5gyp verb `which` failed at FSReqWrap.oncomplete (fs.js:123:15)gyp verb `which` failed python { Error: not found: pythongyp verb `which` failed at getNotFoundError (D:githubVueBlognode_moduleswhichwhich.js:13:12)gyp verb `which` failed at F (D:githubVueBlognode_moduleswhichwhich.js:68:19)gyp verb `which` failed at E (D:githubVueBlognode_moduleswhichwhich.js:80:29)gyp verb `which` failed at D:githubVueBlognode_moduleswhichwhich.js:89:16gyp verb `which` failed at D:githubVueBlognode_modulesisexeindex.js:42:5gyp verb `which` failed at D:githubVueBlognode_modulesisexewindows.js:36:5gyp verb `which` failed at FSReqWrap.oncomplete (fs.js:123:15) code: ’ENOENT’ }gyp verb could not find 'python'. checking python launchergyp verb could not find 'python'. guessing locationgyp verb ensuring that file exists: C:Python27python.exegyp ERR! configure errorgyp ERR! stack Error: Can’t find Python executable 'python', you can set the PYTHON env variable.gyp ERR! stack at Object.failNoPython (D:githubVueBlognode_modulesnode-gyplibconfigure.js:482:19)gyp ERR! stack at Object.<anonymous> (D:githubVueBlognode_modulesnode-gyplibconfigure.js:508:16)gyp ERR! stack at D:githubVueBlognode_modulesgraceful-fspolyfills.js:284:29gyp ERR! stack at FSReqWrap.oncomplete (fs.js:123:15)gyp ERR! System Windows_NT 10.0.14393gyp ERR! command 'E:軟件node.jsnode.exe' 'D:githubVueBlognode_modulesnode-gypbinnode-gyp.js' 'rebuild' '--verbose' '--libsass_ext=' '--libsass_cflags=' '--libsass_ldflags=' '--libsass_library='gyp ERR! cwd D:githubVueBlognode_modulesnode-sassgyp ERR! node -v v6.9.4gyp ERR! node-gyp -v v3.6.0gyp ERR! not ok

javascript - npm install 報錯,求解

問題解答

回答1:

npm install -g cnpm --registry=https://registry.npm.taobao.orgcnpm node-sass --save-dev回答2:

node-sass 無法正常下載,國內下載好像網絡不是很好,可以使用cnpm(淘寶源)下載

回答3:

node有沒有全局安裝 / node版本是不是最新 / npm版本是不是最新

回答4:

提問前先搜索下,參考我的回答

回答5:

代碼提示了不是么。一個是少了-g,還有sass那么下不下來,超時了。改cnpm

標簽: JavaScript
相關文章:
成人在线亚洲_国产日韩视频一区二区三区_久久久国产精品_99国内精品久久久久久久
亚洲日产国产精品| 国产一区二区三区久久久| 国产中文字幕一区| 色噜噜狠狠成人网p站| 一区二区三区精品视频| 影院欧美亚洲| 亚洲视频在线一区二区| 亚洲第一黄网| 亚洲欧美激情插 | av成人激情| 亚洲综合一区二区三区| 亚洲茄子视频| 亚洲精品国产无天堂网2021| 亚洲精品裸体| 亚洲成a人在线观看| 91福利区一区二区三区| 精油按摩中文字幕久久| 欧美一级日韩不卡播放免费| 盗摄精品av一区二区三区| 欧美α欧美αv大片| 91在线porny国产在线看| 久久久国际精品| 欧美国产精品| 综合自拍亚洲综合图不卡区| 国产精品手机视频| 日韩av一二三| 777午夜精品免费视频| 成人avav在线| 欧美激情一区二区| 亚洲欧洲三级| 午夜精品一区在线观看| 欧美性videosxxxxx| 国产成人精品亚洲日本在线桃色| 精品国产三级a在线观看| 欧美人与禽猛交乱配视频| 亚洲免费电影在线| 色一情一乱一乱一91av| 国产麻豆视频精品| 亚洲精品一区二区三区香蕉 | 日本欧美加勒比视频| 日韩一区二区影院| 欧美一区二区三区的| 久久久亚洲一区| 成人欧美一区二区三区小说| 国产一区二区久久久| 蜜桃久久av一区| 日韩亚洲电影在线| 91麻豆精东视频| 悠悠色在线精品| 欧美在线不卡视频| 成人黄色大片在线观看| 国产精品久久看| 色哟哟日韩精品| 成人激情动漫在线观看| 中文字幕亚洲精品在线观看| 亚洲激情自拍| 久久电影网站中文字幕| 久久久久久久久久久久久久久99| 一区二区91| 精品亚洲aⅴ乱码一区二区三区| 久久在线观看免费| 国产精品一级| 精品亚洲成a人在线观看| 久久久蜜桃精品| 国产亚洲在线观看| 蜜臀国产一区二区三区在线播放| 亚洲精品一区二区三区精华液 | 日韩欧美在线网站| 国自产拍偷拍福利精品免费一| 日韩精品电影在线| 久久伊99综合婷婷久久伊| 99国产成+人+综合+亚洲欧美| 狠狠色狠狠色合久久伊人| 国产日产亚洲精品系列| 老司机精品视频网站| 99国产精品久久久| 视频一区中文字幕| 久久免费视频一区| 色诱亚洲精品久久久久久| 91色在线porny| 污片在线观看一区二区| 久久尤物电影视频在线观看| 国产日韩精品视频一区二区三区| 久久99蜜桃精品| 国产精品日韩成人| 欧美日精品一区视频| 在线观看亚洲| 国产成人av影院| 国产精品久久久久久福利一牛影视 | 国产精品永久| 成人涩涩免费视频| 香蕉av福利精品导航| 欧美电视剧免费观看| 男女精品网站| 欧美精品国产一区| 九色|91porny| 一区二区三区在线观看网站| 欧美不卡123| 在线视频国内一区二区| 国内外成人免费视频| 国产真实精品久久二三区| 亚洲精品亚洲人成人网| 精品国产免费久久| 欧美在线一二三| 在线成人欧美| 成人av网站在线观看| 日本欧美一区二区三区乱码| 国产精品美女久久久久av爽李琼 | 亚洲高清视频一区| 国产成人综合在线播放| 亚洲一区二区黄色| 国产喂奶挤奶一区二区三区| 欧美日韩国产美女| 亚洲毛片av| a美女胸又www黄视频久久| 日本色综合中文字幕| 亚洲激情一二三区| 国产清纯在线一区二区www| 51精品国自产在线| 色婷婷综合中文久久一本| 欧美久久久久久久| 国产福利一区在线| 欧美96一区二区免费视频| 最新久久zyz资源站| 精品久久久久久久久久久院品网 | 蜜乳av一区二区| 亚洲精品国产第一综合99久久| 久久一留热品黄| 91精品国产综合久久久久久| 久久婷婷丁香| 日韩视频在线观看国产| 成人激情小说网站| 久久精工是国产品牌吗| 亚洲一二三级电影| 亚洲欧洲性图库| 亚洲精品一区二区三区四区高清 | 欧美天堂一区二区三区| 一区二区国产日产| 欧美日一区二区在线观看| 成人一二三区视频| 六月丁香综合在线视频| 亚洲影院久久精品| 国产精品美女久久久久久| 日韩欧美www| 3atv一区二区三区| 欧美午夜一区二区| 久久久久久亚洲精品杨幂换脸| 亚洲精品资源| 欧美日本中文| 91免费在线视频观看| 懂色av一区二区三区免费观看| 裸体在线国模精品偷拍| 日韩国产成人精品| 图片区小说区国产精品视频| 亚洲综合丁香婷婷六月香| 国产精品欧美一区喷水| 国产亚洲欧美一级| 日韩欧美一级特黄在线播放| 欧美在线观看你懂的| 一本色道亚洲精品aⅴ| 国产一区二区三区久久| 一本色道久久精品| 一本色道久久综合亚洲精品不| 日韩亚洲不卡在线| 欧美日韩精品综合| 91老师片黄在线观看| 97se亚洲国产综合自在线观| 亚洲欧美日韩久久| 亚洲免费观看高清在线观看| 国产精品美日韩| 欧美极品另类videosde| 国产色一区二区| 欧美ab在线视频| 午夜激情一区| 伊伊综合在线| 樱桃成人精品视频在线播放| 国产在线精品一区二区中文| 国内精品99| 日韩午夜高潮| 欧美亚洲一区二区三区| 欧美综合二区| 色88888久久久久久影院野外| 91久久线看在观草草青青 | 欧美色大人视频| 欧美久久高跟鞋激| 欧美一卡二卡三卡| 日韩欧美成人一区二区| 久久久午夜电影| 国产农村妇女精品| 亚洲欧美日韩中文播放 | 老牛国产精品一区的观看方式| 久久久精品动漫| 欧美综合色免费| 欧美一区二区福利视频| 精品国产伦一区二区三区观看方式| 久久久亚洲高清| 亚洲欧美怡红院| 亚洲女性喷水在线观看一区| 亚洲成人午夜影院| 久久精品99国产精品|