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
In my case I was working on a Meteor project for the first time and didn't realize there was difference between meteor npm install and npm install. The former ensures that the correct packages that get installed using using the same npm version that has been tested with your current version of Meteor. My understanding is that this is common with other frameworks such as Electron.