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
I am attempting to use the rspack package on a ppc64le system. I am receiving an error message though when rspack build is executed:
Error: Cannot find native binding. 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.
Cannot find module './rspack.linux-ppc64-gnu.node'
Require stack:
- /app/node_modules/@rspack/binding/binding.js
Cannot find module '@rspack/binding-linux-ppc64-gnu'
I am confused because this module does not appear in NPM, but a reference to the module exists in the binding.js file:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am attempting to use the rspack package on a ppc64le system. I am receiving an error message though when
rspack buildis executed:I am confused because this module does not appear in NPM, but a reference to the module exists in the binding.js file:
rspack/crates/node_binding/binding.js
Line 295 in c4c9877
What is the correct way to build/install this module so that
rspack buildruns without error?Any information is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions