I want to install some dependencies and in this case installing node-pty. But when I run it they give me this error:
Error: The module \'/home/dev/Do
The simplest way to be sure is just to delete node_modules and re-run npm i from scratch, that way all modules will definitely be set up for the new Node version.
npm i