🐛 Bugreport
There is a problem with npm and Apple silicon chips, known for a long time: npm/cli#4828
I'm running into this problem regularly now (here and in Utopia map, where rollup is used as well) and it's super annoying:
Everytime this happens, I need to
- delete
node_modules
- delete
package-lock.json
npm i
- open a PR to fix the dependencies.
I am proposing to change to another package manager - pnpm or yarn?