Gunthy

GUNBOT: The automatic profit generator => Beginners & Help => Topic started by: iuhrge8w5 on July 24, 2017, 11:17:02 PM

Title: Please help! node currencies.js error!
Post by: iuhrge8w5 on July 24, 2017, 11:17:02 PM
node currencies.js
module.js:487
    throw err;
    ^

Error: Cannot find module 'plnx'
    at Function.Module._resolveFilename (module.js:485:15)
    at Function.Module._load (module.js:437:25)
    at Module.require (module.js:513:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (/Users/DianzhiYU/Desktop/GUNBOT/currencies.js:1:13833)
    at Module._compile (module.js:569:30)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:503:32)
    at tryModuleLoad (module.js:466:12)
    at Function.Module._load (module.js:458:3)
Title: Re: Please help! node currencies.js error!
Post by: vosechu on August 02, 2017, 07:39:09 PM
Try doing this, worked for me today.

```
npm install plnx nodemailer
```
Title: Re: Please help! node currencies.js error!
Post by: vosechu on August 04, 2017, 04:44:36 AM
I have an even better answer: Upgrade to v3.3.5 or higher which does this automatically all the time. You don't need currencies.js anymore!