当前位置:网站首页>Live-Server使用
Live-Server使用
2022-07-07 21:52:00 【gaojingsong】
PS D:\web001\vue001> live-server
live-server : 无法将“live-server”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确,然后再试一次。
所在位置 行:1 字符: 1
+ live-server
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (live-server:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
PS D:\web001\vue001> npm install -g live-server
npm WARN deprecated [email protected]: The package has been renamed to `open`
npm WARN deprecated [email protected]: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
npm WARN deprecated [email protected]: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
D:\node\node-v14.19.0-win-x64\live-server -> D:\node\node-v14.19.0-win-x64\node_modules\live-server\live-server.js
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected]^1.2.7 (node_modules\live-server\node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
+ [email protected]
added 195 packages from 149 contributors in 44.98s
PS D:\web001\vue001> live-server
live-server : 无法加载文件 D:\node\node-v14.19.0-win-x64\live-server.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅 https:/go.microsoft.com/fwlink/?LinkID=13
5170 中的 about_Execution_Policies。
所在位置 行:1 字符: 1
+ live-server
+ ~~~~~~~~~~~
+ CategoryInfo : SecurityError: (:) [],PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
PS D:\web001\vue001> set-ExecutionPolicy RemoteSigned
set-ExecutionPolicy : 对注册表项“HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PowerShell\1\ShellIds\Microsoft.PowerShell”的访问被拒绝。 要更改默认(LocalMachine)作用域的
执行策略,请使用“以管理员身份运行”选项启动 Windows PowerShell。要更改当前用户的执行策略,请运行 "Set-ExecutionPolicy -Scope CurrentUser"。
所在位置 行:1 字符: 1
+ set-ExecutionPolicy RemoteSigned
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : PermissionDenied: (:) [Set-ExecutionPolicy], UnauthorizedAccessException
+ FullyQualifiedErrorId : System.UnauthorizedAccessException,Microsoft.PowerShell.Commands.SetExecutionPolicyCommand
PS D:\web001\vue001> Set-ExecutionPolicy -Scope CurrentUser RemoteSigned
PS D:\web001\vue001> live-server
Serving "D:\web001\vue001" at http://127.0.0.1:8080
Ready for changes
GET /favicon.ico 404 3.955 ms - 150
GET /favicon.ico 404 1.370 ms - 150
PS D:\web001\vue001> live-server --port 9000
Serving "--port" at http://127.0.0.1:8080
Ready for changes
GET / 404 9.740 ms - 139
PS D:\web001\vue001> live-server --help
Usage: live-server [-v|--version] [-h|--help] [-q|--quiet] [--port=PORT] [--host=HOST] [--open=PATH] [--no-browser] [--browser=BROWSER] [--ignore=PATH] [--ignorePattern=RGXP] [--no-css-inject] [--entry-file=PATH] [--spa] [--mount=ROUTE:PATH] [--wait=MILLISECONDS] [--htpasswd=PATH] [--cors] [--https=PATH] [--https-module=MODULE_NAME] [--proxy=PATH] [PATH]
PS D:\web001\vue001> live-server -h
Usage: live-server [-v|--version] [-h|--help] [-q|--quiet] [--port=PORT] [--host=HOST] [--open=PATH] [--no-browser] [--browser=BROWSER] [--ignore=PATH] [--ignorePattern=RGXP] [--no-css-inject] [--entry-file=PATH] [--spa] [--mount=ROUTE:PATH] [--wait=MILLISECONDS] [--htpasswd=PATH] [--cors] [--https=PATH] [--https-module=MODULE_NAME] [--proxy=PATH] [PATH]
PS D:\web001\vue001>live-server --port=10010
Serving "D:\web001\vue001" at http://127.0.0.1:10010
Ready for changes
GET /favicon.ico 404 2.854 ms - 150

边栏推荐
- Gee (IV): calculate the correlation between two variables (images) and draw a scatter diagram
- ArcGIS: field assignment_ The attribute table field calculator assigns values to fields based on conditions
- First week of July
- The 19th Zhejiang Provincial College Programming Contest VP record + supplementary questions
- Wechat forum exchange applet system graduation design completion (6) opening defense ppt
- 统计电影票房排名前10的电影并存入还有一个文件
- Ros2 topic (03): the difference between ros1 and ros2 [02]
- ArcGIS: two methods of attribute fusion of the same field of vector elements
- 建筑建材行业SRM供应商云协同管理平台解决方案,实现业务应用可扩展可配置
- 高级程序员必知必会,一文详解MySQL主从同步原理,推荐收藏
猜你喜欢

UE4_UE5结合罗技手柄(F710)使用记录
![[microservices SCG] gateway integration Sentinel](/img/f3/410d7228b4b253ebf41015a785099f.png)
[microservices SCG] gateway integration Sentinel

Wechat forum exchange applet system graduation design (5) assignment

UE4_ Ue5 combined with Logitech handle (F710) use record

One week learning summary of STL Standard Template Library

移动端异构运算技术 - GPU OpenCL 编程(基础篇)

云原生正在吞噬一切,开发者该如何应对?

UE4_UE5蓝图command节点的使用(开启关闭屏幕响应-log-发布全屏显示)

ArcGIS: field assignment_ The attribute table field calculator assigns values to fields based on conditions

伸展树(一) - 图文解析与C语言实现
随机推荐
UE4_ Use of ue5 blueprint command node (turn on / off screen response log publish full screen display)
Ros2 topic (03): the difference between ros1 and ros2 [02]
建筑建材行业SRM供应商云协同管理平台解决方案,实现业务应用可扩展可配置
B_QuRT_User_Guide(37)
LeeCode -- 6. Z 字形变换
2021icpc Shanghai h.life is a game Kruskal reconstruction tree
统计电影票房排名前10的电影并存入还有一个文件
Specific method example of V20 frequency converter manual automatic switching (local remote switching)
The 19th Zhejiang Provincial College Programming Contest VP record + supplementary questions
谷歌浏览器怎么登录及开启同步功能
re1攻防世界逆向
B_QuRT_User_Guide(40)
Installing spss25
The 19th Zhejiang Provincial College Programming Contest 2022 f.easyfix chairman tree
POJ2392 SpaceElevator [DP]
Mysql索引优化实战二
Dynamics 365 查找字段过滤
Tree background data storage (using webmethod) [easy to understand]
Wechat forum exchange applet system graduation design completion (4) opening report
Explain