punycode is deprecated in npm – what should I replace it with?
Recently I faced this same issue. I highly recommend you use the LTS(long term support) version of the node. You can validate the version here: https://nodejs.org/en when I’m writing this answer the node LTS version is 20.10.0 so then in your command line you should perform: $nvm install 20.10.0 $nvm use 20.10.0 This solves the … Read more