Mac m1 or other m chips npm install issue

Author: AshutoshSingh00001Created Jun 25, 2025Updated Jun 25, 2025

For those who are getting error while running npm install Then there is a quick fix for this I have struggled with this many time and so I'm writing this issue for future users of this tool

Try installing node v14.21.3

  1. Install nvm(node version manager if node is already installed) or install node from their website but there is a specific version
  2. only install v14.21.3 in this case to be able to fix this issue if node is already installed and if nvm is installed too then use command nvm install 14.21.3 or download from node js v14.21.3 official website of node js
  3. if installed using nvm then run nvm use v14.21.3 otherwise installed from website then no need to run this command if you've installed node for the first time
  4. make sure to check node versions already installed if you have multiple node js versions downloaded nvm ls to view list of downloaded version if v14.21.3 is not in the list then installed or if is in the list then nvm use v14.21.3 to use it

That's it you're good to go I have provided safe source links make sure that you reverify things whenever you're following this

Good luck ‍

Source: HashLips/hashlips_art_engine