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
None is updating package-lock with platform specific dependencies.
Can't do update on local machine because my laptop is arm64 darwin, have to run a x86_64 VM or drop package-lock on CI.
Here is log from one of my CI runs.
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.
at requireWithFriendlyError (/home/runner/work/***/rollup/dist/native.js:64:9)
at Object.<anonymous> (/home/runner/work/***/node_modules/rollup/dist/native.js:73:76)
at Module._compile (node:internal/modules/cjs/loader:1562:14)
at Object..js (node:internal/modules/cjs/loader:1699:10)
at Module.load (node:internal/modules/cjs/loader:1313:32)
at Function._load (node:internal/modules/cjs/loader:1123:12)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:217:24)
at cjsLoader (node:internal/modules/esm/translators:263:5)
at ModuleWrap.<anonymous> (node:internal/modules/esm/translators:1[96](https://github.com/***/actions/runs/15192969231/job/42730156384#step:7:97):7)
npm error Lifecycle script `build` failed with error:
npm error code 1
npm error path /home/runner/work/***/extensions/preview
npm error workspace [email protected]
npm error location /home/runner/work/***/extensions/preview
npm error command failed
npm error command sh -c vite build
Expected Behavior
package-lock successfully updated with platform specific dependencies when npm ci or npm install runs in CI environment.
Steps To Reproduce
App with "vite@^5.3.4" + package-lock.json generated on arm64.
Hi @kusyka911 this looks to be similar if not a duplicate of an existing issue #7961, #7543, #7750 you believe your instance is unique, please provide further clarifying details.
@kchindam-infy Sorry, it's probably my mistake. I've just made fresh installation of all dependencies with [email protected] and it looks like everything is good for now.
Uh oh!
There was an error while loading. Please reload this page.
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
Most likely related to #4828
Tried with:
None is updating package-lock with platform specific dependencies.
Can't do update on local machine because my laptop is arm64 darwin, have to run a x86_64 VM or drop package-lock on CI.
Here is log from one of my CI runs.
Expected Behavior
package-lock successfully updated with platform specific dependencies when
npm ci
ornpm install
runs in CI environment.Steps To Reproduce
package-lock.json
generated on arm64.Environment
The text was updated successfully, but these errors were encountered: