前端VUE笔记

2019-08-04 Sunday VueVuePressTheme

前端VUE笔记

异常分析

在学习vue脚手架的时候运行npm run serve报以下错误

Error from chokidar (
1

修改max_user_watches参数

echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
1

VuePress主题

官方文档

VuePress (opens new window)

高亮主题

PrismJS 主题样式 (opens new window) markdown-it (opens new window)

优质主题

Reco (opens new window) Gungnir (opens new window)

Node V18版本构建异常

升级了最新的Node稳定版本(node v18.12.1),出现了异常。

Error: error:0308010C:digital envelope routines::unsupported
1

解决方案:

# 方法1
export NODE_OPTIONS=--openssl-legacy-provider

# 方法2
NODE_OPTIONS=--openssl-legacy-provider yarn docs:build
1
2
3
4
5

参考资料

最近更新: 2023-01-02 23:03:08