Cannot find module 'currify/legacy'
See original GitHub issue- Version (
cloudcmd -v
): cloudcmd@5.11.1 - Node Version
node -v
: v4.3.0 - OS (
uname -a
on Linux): Ubuntu 16.04 kernel : 4.4.0-53-generic - Browser name/version: NA
I installed Cloudcmd as Express middleware. When start it, it faild, below is error log.
Thanks.
~/projects/cloud2 $ nodemon index.js [nodemon] 1.11.0 [nodemon] to restart at any time, enter
rs[nodemon] watching: *.* [nodemon] starting
node index.js`
module.js:328
throw err;
^
Error: Cannot find module ‘currify/legacy’ at Function.Module._resolveFilename (module.js:326:15) at Function.Module._load (module.js:277:25) at Module.require (module.js:354:17) at require (internal/module.js:12:17) at Object.<anonymous> (/home/vingorius/projects/cloud2/node_modules/cloudcmd/lib/server/plugins.js:3:15) at Module._compile (module.js:410:26) at Object.Module._extensions…js (module.js:417:10) at Module.load (module.js:344:32) at Function.Module._load (module.js:301:12) at Module.require (module.js:354:17) [nodemon] app crashed - waiting for file changes before starting…
`
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (5 by maintainers)
Top GitHub Comments
Hi @coderaiser ,There’s no currify dependency field of node_modules/cloudcmd/packages.json?
@coderaiser OK, It works. thanks.