You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doing require('promised-io') causes the following error:
node.js:116
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: Cannot find module 'promised-io'
at Function._resolveFilename (module.js:296:11)
at Function._load (module.js:242:25)
at require (module.js:324:19)
at Object.<anonymous> (/usr/local/lib/node/.npm/pulverizr/0.5.1/package/lib/tasks.js:3:15)
at Module._compile (module.js:380:26)
at Object..js (module.js:386:10)
at Module.load (module.js:312:31)
at Function._load (module.js:273:12)
at require (module.js:324:19)
at Object.<anonymous> (/usr/local/lib/node/.npm/pulverizr/0.5.1/package/lib/job.js:6:13)
It is installed via npm install promised-io
The text was updated successfully, but these errors were encountered:
Doing
require('promised-io')
causes the following error:It is installed via
npm install promised-io
The text was updated successfully, but these errors were encountered: