I am going throught tutorial for creating NFT collection on Solana
https://docs.alchemy.com/docs/how-to-build-a-solana-nft-collection
My problem is I am only able to install node version 14.19.0 through pkg file in https://nodejs.org/download/release/v14.19.0/
While i am in project folder $nvm install 14.19.0 would not compile the file I need.
And it looks like canvas module is specifically important for this project. And manually installed pkg is not listed in $nvm -ls
.nvmrc has 14.19.0 in it
$node -v returns “14.19.0”
Macbook M1 Visual Studio Code
Pavlo Fatkin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.