Skip to content

Commit

Permalink
fix: Cannot find module @rollup/rollup-darwin-x64. bug rollup/rollup#…
Browse files Browse the repository at this point in the history
  • Loading branch information
xcy960815 committed Jan 29, 2024
1 parent 8551003 commit 89f204b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Expand Up @@ -10,7 +10,9 @@
},
"overrides": {
"vue": "latest",
"rollup": "npm:@rollup/wasm-node"
"vite": {
"rollup": "npm:@rollup/wasm-node"
}
},
"devDependencies": {
"@nuxt/devtools": "latest",
Expand Down Expand Up @@ -50,4 +52,4 @@
"volta": {
"node": "18.15.0"
}
}
}

0 comments on commit 89f204b

Please sign in to comment.