Skip to content

Commit

Permalink
fix: 修复不兼容node17及以上版本的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
xugaoyi committed Aug 4, 2023
1 parent 82938e5 commit 6bfc99d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "theme-vdoing-blog",
"version": "1.0.0",
"scripts": {
"dev": "node --max_old_space_size=4096 ./node_modules/vuepress/cli.js dev docs",
"build": "node --max_old_space_size=4096 ./node_modules/vuepress/cli.js build docs",
"dev": "export NODE_OPTIONS=--openssl-legacy-provider && node --max_old_space_size=4096 ./node_modules/vuepress/cli.js dev docs",
"build": "export NODE_OPTIONS=--openssl-legacy-provider && node --max_old_space_size=4096 ./node_modules/vuepress/cli.js build docs",
"deploy": "bash deploy.sh",
"editFm": "node utils/editFrontmatter.js",
"baiduPush": "node utils/baiduPush.js https://xugaoyi.com && bash baiduPush.sh",
Expand All @@ -15,7 +15,7 @@
"dayjs": "^1.9.7",
"inquirer": "^7.1.0",
"json2yaml": "^1.1.0",
"vuepress": "1.9.5",
"vuepress": "1.9.9",
"vuepress-plugin-baidu-autopush": "^1.0.1",
"vuepress-plugin-baidu-tongji": "^1.0.1",
"vuepress-plugin-comment": "^0.7.3",
Expand Down

0 comments on commit 6bfc99d

Please sign in to comment.