hashlips_art_engine: npm install error
Hi, I’m new here and I’m not very familiar with Node.js or JS. I installed node.js latest version and downloaded this project. then in vs code terminal I entered npm install but this error came up. I don’t know how to fix this. can anybody help. Thank you very much

About this issue
- Original URL
- State: open
- Created 3 years ago
- Comments: 18
The issue is that you are using wrong version of node.
I HAVE FOUND A FIX for MAC USERS M1!
1- Open terminal and type:
nvm --versionif you don’t have nvm then you must install it with:curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bashit is vital that you RESTART TERMINAL after this step.
2- Open terminal again and run:
nvm install v16.13.03- re-download the source code from this github and open it in Visual Studio Code, do not open the past folder you had because most likely you have the modules installed already, just redownload and open a new folder.
4- in Visual Studio Code, press New Terminal
5- Run this code:
nvm use v16.13.0then If you don’t have homebrew installed then install it with this command: (it can take 15 mins to install homebrew).
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"and then you must install the packages by running:eval $(/opt/homebrew/bin/brew shellenv)brew install pkg-config cairo pango libpng jpeg giflib librsvgif you have the packages already installed then use:
eval $(/opt/homebrew/bin/brew shellenv)brew reinstall pkg-config cairo pango libpng jpeg giflib librsvgnow Run:
brew install yarnthenyarn installthennpm ithennpm run generateEverything should work now! If you have any error still, I am happy to help! It took me 5 hours to figure it out but I finally did.
@loganjat it’s
brew install yarnMy bad!Sure - Happy to help mate,
Watch this video in full ( even though tempting to skim through, don’t, there is a lot of good content, like what version of Node to use with the program). https://youtu.be/HGx052UU8A0
Also, when you come to generating the NFTs, watch this video which is shorter and more concise on generating the NFts, what settings etc. https://youtu.be/6EEWFSvxFfs
On Tue, 4 Jan 2022 at 15:24, EyeSeeThru @.***> wrote:
– Best Regards,
From Clive Camilleri