Description
As a user attempting to run Mozilla Hubs client locally using an Apple Air M2 notebook, I would like to be able to install packages using npm ci.
To Reproduce
Steps to reproduce the behavior:
clone this repo on an apple silicon device (not intel)
Workaround
You can edit package.json and remove the line containing hubs-lib but this causes further errors downstream as Module not found: Error: Can't resolve 'lib-hubs/packages/three-particle-emitter....
Screenshots
If applicable, add screenshots to help explain your problem.
Description As a user attempting to run Mozilla Hubs client locally using an Apple Air M2 notebook, I would like to be able to install packages using
npm ci
.To Reproduce Steps to reproduce the behavior:
npm ci
Expected behavior The build should succeed.
Workaround You can edit
package.json
and remove the line containinghubs-lib
but this causes further errors downstream asModule not found: Error: Can't resolve 'lib-hubs/packages/three-particle-emitter...
.Screenshots If applicable, add screenshots to help explain your problem.
Hardware & Software versions