全局成功安装express,但是不能用

 使用 npm install -g express 全局安装express时,安装成功了但是无法使用express的相关命令,报错:

express : 无法将“express”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路
径正确,然后再试一次。
所在位置 行:1 字符: 1
+ express -v
+ ~~~~~~~
    + CategoryInfo          : ObjectNotFound: (express:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

 解决方案

安装express-generator,执行:

npm install express-generator -g

因为express4.0+版本中将命令工具分离了出来

PS C:\Users\86181> express -v
express : 无法将“express”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路
径正确,然后再试一次。
所在位置 行:1 字符: 1
+ express -v
+ ~~~~~~~
    + CategoryInfo          : ObjectNotFound: (express:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

PS C:\Users\86181> npm install express-generator -g
npm WARN deprecated mkdirp@0.5.1: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)

added 10 packages in 2s
PS C:\Users\86181> express -v

  Usage: express [options] [dir]

  Options:

        --version        output the version number
    -e, --ejs            add ejs engine support
        --pug            add pug engine support
        --hbs            add handlebars engine support
    -H, --hogan          add hogan.js engine support
    -v, --view <engine>  add view <engine> support (dust|ejs|hbs|hjs|jade|pug|twig|vash) (defaults to jade)
        --no-view        use static html instead of view engine
    -c, --css <engine>   add stylesheet <engine> support (less|stylus|compass|sass) (defaults to plain css)
        --git            add .gitignore
    -f, --force          force on non-empty directory
    -h, --help           output usage information

  error: option `-v, --view <engine>' argument missing

PS C:\Users\86181> express jianshu-api

  warning: the default view engine will not be jade in future releases
  warning: use `--view=jade' or `--help' for additional options


   create : jianshu-api\
   create : jianshu-api\public\
   create : jianshu-api\public\javascripts\
   create : jianshu-api\public\images\
   create : jianshu-api\public\stylesheets\
   create : jianshu-api\public\stylesheets\style.css
   create : jianshu-api\routes\
   create : jianshu-api\routes\index.js
   create : jianshu-api\routes\users.js
   create : jianshu-api\views\
   create : jianshu-api\views\error.jade
   create : jianshu-api\views\index.jade
   create : jianshu-api\views\layout.jade
   create : jianshu-api\app.js
   create : jianshu-api\package.json
   create : jianshu-api\bin\
   create : jianshu-api\bin\www

   change directory:
     > cd jianshu-api

   install dependencies:
     > npm install

   run the app:
     > SET DEBUG=jianshu-api:* & npm start

欢迎小伙伴评论交流哈!

  • 11
    点赞
  • 8
    收藏
    觉得还不错? 一键收藏
  • 3
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值