Skip to content

Commit

Permalink
fix(GH action):Cannot find module
Browse files Browse the repository at this point in the history
`Error: Cannot find module @rollup/rollup-linux-x64-gnu.`
see `rollup/rollup#5194 (comment)
  • Loading branch information
letwebdev committed Feb 15, 2024
1 parent 6335965 commit 2f21367
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Expand Up @@ -81,5 +81,10 @@
"vite-plugin-electron": "^0.28.2",
"vitest": "^1.2.2",
"vue-tsc": "^1.8.27"
},
"overrides": {
"vite": {
"rollup": "npm:@rollup/wasm-node"
}
}
}

0 comments on commit 2f21367

Please sign in to comment.