Skip to content

Commit e31c0a5

Browse files
committed
Error: Cannot find module @rollup/rollup-linux-x64-gnu. npm has a bug related to optional dependencies
npm install @rollup/rollup-linux-x64-gnu --save-optional see vitejs/vite#15532
1 parent abc1aab commit e31c0a5

File tree

2 files changed

+221
-20
lines changed

2 files changed

+221
-20
lines changed

package-lock.json

Lines changed: 198 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -15,40 +15,43 @@
1515
"lint": "eslint ."
1616
},
1717
"dependencies": {
18-
"@astrojs/check": "^0.5.10",
19-
"@astrojs/rss": "^4.0.2",
20-
"@resvg/resvg-js": "^2.6.0",
21-
"astro": "^4.2.1",
18+
"@astrojs/check": "^0.7.0",
19+
"@astrojs/rss": "^4.0.6",
20+
"@resvg/resvg-js": "^2.6.2",
21+
"astro": "^4.10.0",
2222
"cross-env": "^7.0.3",
2323
"fuse.js": "^7.0.0",
2424
"github-slugger": "^2.0.0",
2525
"remark-collapse": "^0.1.2",
2626
"remark-toc": "^9.0.0",
27-
"satori": "^0.10.11",
28-
"tailwindcss": "^3.4.1",
27+
"satori": "^0.10.13",
28+
"tailwindcss": "^3.4.4",
2929
"typescript": "^5.4.5"
3030
},
3131
"devDependencies": {
32-
"@astrojs/react": "^3.0.9",
33-
"@astrojs/sitemap": "^3.0.5",
32+
"@astrojs/react": "^3.5.0",
33+
"@astrojs/sitemap": "^3.1.5",
3434
"@astrojs/tailwind": "^5.1.0",
35-
"@divriots/jampack": "^0.23.2",
36-
"@tailwindcss/typography": "^0.5.10",
37-
"@types/github-slugger": "^1.3.0",
38-
"@types/react": "^18.2.48",
39-
"@typescript-eslint/parser": "^6.19.0",
40-
"astro-eslint-parser": "^0.16.2",
35+
"@divriots/jampack": "^0.24.4",
36+
"@tailwindcss/typography": "^0.5.13",
37+
"@types/github-slugger": "^2.0.0",
38+
"@types/react": "^18.3.3",
39+
"@typescript-eslint/parser": "^7.12.0",
40+
"astro-eslint-parser": "^1.0.2",
4141
"commitizen": "^4.3.0",
4242
"cz-conventional-changelog": "^3.3.0",
4343
"eslint": "^8.56.0",
4444
"eslint-plugin-astro": "^0.31.3",
4545
"husky": "^8.0.3",
46-
"lint-staged": "^15.2.0",
47-
"prettier": "^3.2.4",
48-
"prettier-plugin-astro": "^0.13.0",
49-
"prettier-plugin-tailwindcss": "^0.5.11",
50-
"react": "^18.2.0",
51-
"react-dom": "^18.2.0"
46+
"lint-staged": "^15.2.5",
47+
"prettier": "^3.3.1",
48+
"prettier-plugin-astro": "^0.14.0",
49+
"prettier-plugin-tailwindcss": "^0.6.1",
50+
"react": "^18.3.1",
51+
"react-dom": "^18.3.1"
52+
},
53+
"optionalDependencies": {
54+
"@rollup/rollup-linux-x64-gnu": "4.9.5"
5255
},
5356
"config": {
5457
"commitizen": {

0 commit comments

Comments
 (0)