我们正在尝试将需要节点 v0.11.x 的 node.js 应用程序移动到 Azure 网站。
在尝试使用azure-node-runtime-selector安装 node v0.11.x 时,我们遇到了由 nodist 安装 npm 2.0.0-alpha 引起的错误。
在调用 nodist update 的输出下方:
1 file(s) copied.
npm http GET https://registry.npmjs.org/npm
npm http 304 https://registry.npmjs.org/npm
npm http GET https://registry.npmjs.org/npm/2.0.0-alpha-5
npm http 304 https://registry.npmjs.org/npm/2.0.0-alpha-5
D:\home\node\nodist\bin\npm -> D:\home\node\nodist\bin\node_modules\npm\bin\npm-cli.js
npm@2.0.0-alpha-5 D:\home\node\nodist\bin\node_modules\npm
'ode' is not recognized as an internal or external command,
1 file(s) moved.
operable program or batch file.
Install dependencies...
关于如何解决这个问题或者如何强制 nodist 继续使用 npm v1.4.* 的任何想法?