Yeoman命令不在Windows 7中工作

时间:2014-05-26 11:04:02

标签: windows node.js web npm yeoman

我已经安装了node和npm。之后我使用" npm install -g yo"安装了yeoman。后来我使用" npm install -g generator-webapp"安装了webapp生成器。 现在已经安装了所有必需的东西,我用了#34; yo webapp"命令"和"哟"命令。两人都没有给我这个荒谬的信息

C:\Users\***>yo
Node Commands

Syntax:
    node {operator} [options] [arguments]

Parameters:
        /? or /help   - Display this help message.
        list          - List nodes or node history or the cluster
        listcores     - List cores on the cluster
        view          - View properties of a node
        online        - Set nodes or node to online state
        offline       - Set nodes or node to offline state
        pause         - Pause node [deprecated]
        resume        - Resume node [deprecated]

For more information about HPC command-line tools,
see http://go.microsoft.com/fwlink/?LinkId=120724.

我无法从中做出头或尾。请帮忙。

1 个答案:

答案 0 :(得分:2)

尝试将此添加到您的用户路径:

 C:\Users\myusername\AppData\Roaming\npm

然后,重新启动控制台。