vuepress

4/22/2024 vuepress

# vuepress 开启热部署

修改 package.json 增加 --temp .temp 即可

    "scripts": {
        "serve": "vuepress dev docs --temp .temp",
        "build": "vuepress build docs"
    },

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

出现这个错误是因为 node.js V17版本中最近发布的OpenSSL3.0, 而OpenSSL3.0对允许算法和密钥大小增加了严格的限制,可能会对生态系统造成一些影响.

export NODE_OPTIONS=--openssl-legacy-provider