marcysutton / js-a11y-workshop

Frontend Masters Workshop: Accessibility in JavaScript Applications
https://frontendmasters.com/courses/javascript-accessibility/
MIT License
229 stars 95 forks source link

npm install issue #5

Closed rickschmoo closed 3 years ago

rickschmoo commented 3 years ago

Heads up that I ran into this npm install issue (although on Mac): https://github.com/gatsbyjs/gatsby/issues/11026

Fixed by installing sharp first:

rm -rf node_modules
rm package-lock.json
npm install sharp
npm install
rickschmoo commented 3 years ago

Apols - closing this. Issue was due to node version. LTS (14.5.4) has some memory issues w wasm on Apple M1 silicon. 15.5.1 is fine. Thats the fix if anyone else encounters this. Stay well and thanks for providing the class.

marcysutton commented 3 years ago

Thanks for the info, as it may help someone in the future! Glad the workshop was useful.