当前位置: 首页 > 工具软件 > http-server > 使用案例 >

http-server : 无法将“http-server”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确,然后再试一次

漆雕令秋
2023-12-01

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

这是因为你仅仅把http-server在本项目的环境中进行安装,只要将http-server安装到全局即可,也就是 npm uninstall http-server

http-server的使用

npm i -g http-server
  • 运行命令
http-server
  • 禁用缓存
http-server -c-1
  • 运行后在浏览器输入http://localhost:8080/或者http://127.0.0.1:8080就可以打开目录啦
 类似资料: