Skip to content

Commit

Permalink
Cannot find module @rollup/rollup-darwin-arm64解消
Browse files Browse the repository at this point in the history
  • Loading branch information
ken7253 committed Apr 15, 2024
1 parent 0222e58 commit fbefd0a
Show file tree
Hide file tree
Showing 3 changed files with 218 additions and 2 deletions.
5 changes: 3 additions & 2 deletions is-seo-everything/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"export": "slidev export",
"dev": "slidev"
"dev": "slidev",
"build": "slidev build",
"export": "slidev export"
},
"keywords": [],
"author": "ken7253 <[email protected]>",
Expand Down
212 changes: 212 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@
},
"volta": {
"node": "18.17.1"
},
"optionalDependencies": {
"@rollup/rollup-darwin-arm64": "^4.14.3"
}
}

0 comments on commit fbefd0a

Please sign in to comment.