The RLJSON data format specification
npm install @rljson/rljson- Vscode Windows: Debugging is not working
- GitHub actions: Cannot find module @rollup/rollup-linux-x64-gnu
Date: 2025-03-08
⚠️ IMPORTANT: On Windows, please check out the repo on drive C. There is a bug
in the VS Code Vitest extension (v1.14.4), which prevents test debugging from
working:
time to time if the issue has been fixed and remove this note once it is
resolved.
⚠️ Error: Cannot find module @rollup/rollup-linux-x64-gnu. npm has a bug related to
optional dependencies (npm again after removing both package-lock.json and node_modules directory.
i
Solution:
``bash`
rm -rf node_modules
rm package-lock.json
npm install
Then push package-lock.yaml` again