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
Error: Cannot find module 'promised-io/lib/promise'
at Function.Module._resolveFilename (module.js:336:15)
at Function.Module._load (module.js:286:25)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object. (C:\Users\C1542295\Documents\NodeJS Projects\dating-website\node_modules\couchdb\lib\couchdb.js:2:20)
at Module._compile (module.js:434:26)
at Object.Module._extensions..js (module.js:452:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
26 Oct 14:58:01 - [nodemon] app crashed - waiting for file changes before starting...
^CTerminate batch job (Y/N)? y
Moving the promise.js into a /lib folder seemed to fix this issue.
The text was updated successfully, but these errors were encountered:
module.js:338
throw err;
^
Error: Cannot find module 'promised-io/lib/promise'
at Function.Module._resolveFilename (module.js:336:15)
at Function.Module._load (module.js:286:25)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object. (C:\Users\C1542295\Documents\NodeJS Projects\dating-website\node_modules\couchdb\lib\couchdb.js:2:20)
at Module._compile (module.js:434:26)
at Object.Module._extensions..js (module.js:452:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
26 Oct 14:58:01 - [nodemon] app crashed - waiting for file changes before starting...
^CTerminate batch job (Y/N)? y
The text was updated successfully, but these errors were encountered: