好的,我正在 Windows (7) 上运行节点。使用 npm 我刚刚将模块安装到 d:\ 目录。因此我的文件结构如下所示:
D:\
-myproject
-node_modules
-.bin
-express
但是,当我在这个“myproject”目录中时,我似乎无法运行“express”,例如:
D:\myproject\express site
'express' is not recognized as an internal or external command, operable program or batch file.
我做错什么了吗?