簡體   English   中英

npm -g在windows azure遠程服務器上安裝weinre

[英]npm -g install weinre on windows azure remote server

我一直試圖在Windows Azure服務器上安裝weinre,在下載node.js並輸入'npm -g install weinre'后,我在cli中收到以下錯誤消息。

C:\>npm -g install weinre
npm ERR! Windows_NT 6.3.9600
npm ERR! argv "C:\\\\node.exe" "C:\\node_modules\\npm\\bin\\npm-cli.js" "-g" "in
stall" "weinre"
npm ERR! node v0.12.7
npm ERR! npm  v2.11.3
npm ERR! code ETARGET

npm ERR! notarget No compatible version found: weinre@'*'
npm ERR! notarget Valid install targets:
npm ERR! notarget ["2.0.0-pre-H0WTHDO5-incubating","2.0.0-pre-H1GCS73N-incubatin
g","2.0.0-pre-H3FWTQKQ-incubating","2.0.0-pre-H41DGW8S-incubating","2.0.0-pre-H8
EOSCLN-incubating","2.0.0-pre-H9PU2WST-incubating","2.0.0-pre-HA5N9T49","2.0.0-p
re-HG9PLCRF","2.0.0-pre-HH0SN197","2.0.0-pre-HYFXM3QM","2.0.0-pre-HZ79PDUK","2.0
.0-pre-HZO3BMNG","2.0.0-pre-I0Z7U9OV"]
npm ERR! notarget
npm ERR! notarget This is most likely not a problem with npm itself.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

npm ERR! Please include the following file with any support request:
npm ERR!     C:\npm-debug.log

C:\>

最新版本的npm存在某種錯誤,需要您在安裝weinre時指定版本。 試試這個:

npm -g install weinre@latest

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM