You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/docs/introduction/setup.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,3 +89,32 @@ The CLI supports three commands, that can be easily mapped to npm scripts in you
89
89
</app-ctc-block>
90
90
91
91
<!-- prettier-ignore-end -->
92
+
93
+
## Troubleshooting
94
+
95
+
### Rollup Linux x64 GNU
96
+
97
+
<!-- if / when Greenwood bumps up Node 24, we can remove this message -->
98
+
99
+
If using npm, depending on the version, if you see an error like this in GitHub Actions or any hosting provider:
100
+
101
+
```shell
102
+
Error: Cannot find module @rollup/rollup-linux-x64-gnu. npm has a bug related to optional dependencies (https://github.com/npm/cli/issues/4828). Please try `npm i` again after removing both package-lock.json and node_modules directory.
103
+
```
104
+
105
+
Add [**@rollup/rollup-linux-x64-gnu**](https://www.npmjs.com/package/@rollup/rollup-linux-x64-gnu) as an [optional dependency to your _package.json_](https://stackoverflow.com/questions/79048814/github-action-is-failing-due-to-rollup-rollup-linux-x64-gnu):
0 commit comments