You are viewing a single comment's thread from:

RE: My first time trying to code for blockchain (with help from ChatGPT and community)

in #blog10 months ago (edited)

Something pretty important:

@echo off
echo Installing Node.js...
msiexec /i "https://nodejs.org/dist/v14.17.1/node-v14.17.1-x64.msi" /passive

Node 14 is EOL. Node 16 goes EOL as of September. Probably worth using Node.JS 18.

While things might work, new deps might break and probably a good idea to user a more recent version.

Sort:  

Totally agree!
ChatGPT is only aware of events up to 2021