Skip to content

Commit

Permalink
attempt to fix Error on GitHub Actions:
Browse files Browse the repository at this point in the history
`Cannot find module @rollup/rollup-linux-x64-gnu.`
  • Loading branch information
overheadhunter committed Aug 15, 2024
1 parent 2a71c4c commit 2af2800
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
16 changes: 16 additions & 0 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,8 @@
"vue": "^3.4.38",
"vue-i18n": "^9.13.1",
"vue-router": "^4.4.3"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.20.0"
}
}

0 comments on commit 2af2800

Please sign in to comment.