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
I have deployd installed in my home directory: ~/node/lib/node_modules/deployd/
I have a deployd project elsewhere in my home: ~/proj/
I followed the instructions, but when I re-run dpd from the command line, it spews out this:
Error loading module node_modules/dpd-importer
Error: Cannot find module 'deployd/lib/resource'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object. (/home/offlein/proj/node_modules/dpd-importer/index.js:5:16)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
All looks to be in order, but I'm curious if maybe I need to set up some PATHs or something. Using deployd v0.6.11