colony
colony copied to clipboard
Error: Cannot find module
Getting this error while following instructions in the README:
❯ colony --npm infamous && serve colony
colony-render@ /Users/trusktr/tmp/colony.tmp
└─┬ [email protected]
└── [email protected] (git://github.com/trusktr/famous.git#30160a17de6d35cce6f9b50f7eaac782159feabc)
module.js:341
throw err;
^
Error: Cannot find module '/Users/trusktr/tmp/colony.tmp/node_modules/army-knife'
at Function.Module._resolveFilename (module.js:339:15)
at Function.require.resolve (internal/module.js:23:19)
at /usr/local/lib/node_modules/colony/lib/index.js:111:28
at Array.map (native)
at ChildProcess.<anonymous> (/usr/local/lib/node_modules/colony/lib/index.js:110:12)
at ChildProcess.g (events.js:273:16)
at emitTwo (events.js:100:13)
at ChildProcess.emit (events.js:185:7)
at Process.ChildProcess._handle.onexit (internal/child_process.js:204:12)