Reputation: 1
I'm new on nodejs, and I have problems trying to use process
var process = require('process');
process.stdin.resume();
The reason is process is undefined, I've tried to install the package via npm install -g process but it does not fix this problem, what am I doing wrong?
Upvotes: 0
Views: 6523