Closed caderyn19 closed 1 year ago
You may need to reinstall it:
npm remove nft-art-maker -g
npm install nft-art-maker -g
Make sure that you use proper version of Node: node -v
to check
on which version of Node would you like to run it?
Ahhh that helped! Now I got to configuring layers, so I'm back on track. Thank you!
I uninstalled npm, did a clean install to make sure it was fresh, used nvm to install 14.14.0 (was on 12.22.12 apparently, but that was the "NODE_MODULE_VERSION 72" it was throwing at me), then did the removal and install of nft-art-maker and it brought me to the next step.
Thank you for that simple solution! I thought I did that, but I did rebuild instead of remove and install. :facepalm:
On Thu, Sep 29, 2022 at 11:42 AM Julian Ćwirko @.***> wrote:
You may need to reinstall it:
npm remove nft-art-maker -g
npm install nft-art-maker -g
Make sure that you use proper version of Node: node -v to check
on which version of Node would you like to run it?
— Reply to this email directly, view it on GitHub https://github.com/juliancwirko/nft-art-maker/issues/27#issuecomment-1262464957, or unsubscribe https://github.com/notifications/unsubscribe-auth/A3K6DQYJPULGCOBM3XGHBN3WAW2FPANCNFSM6AAAAAAQY4PI2Q . You are receiving this because you authored the thread.Message ID: @.***>
Great, I'm glad that it worked :+1:
I'm following the tutorial video you posted on YT, and I'm getting a syntax error. I'm not quite sure what I'm doing wrong:
If I try the minimum recommended node, 14.14.0, or higher it gives me:
If I downgrade to version 72, it throws the SyntaxError... I'm running Ubuntu 22.04.1 LTS.