问答详情
源自:5-2 开发环境-2

npm run example运行出错

求大佬帮忙看看http://img2.mukewang.com/5e53771a0001e1a110220573.jpg

提问者:舞LC 2020-02-24 15:11

个回答

  • 壹步壹个脚印
    2020-03-15 11:44:25

    我来回答一下吧。其实在命令行输入命令:npm run example,其实是运行了 http-server -p 8880,想要的效果就是开启了服务器。原因:

    没有安装 http-server,你可以这样操作,再试试

    npm install http-server -g

    知识点:全局安装与局部安装的区别