question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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, enterrs[nodemon] watching: *.* [nodemon] startingnode 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:closed
  • Created 7 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
vingoriuscommented, Dec 19, 2016

Hi @coderaiser ,There’s no currify dependency field of node_modules/cloudcmd/packages.json?

0reactions
vingoriuscommented, Dec 19, 2016

@coderaiser OK, It works. thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do I resolve "Cannot find module" error using Node.js?
Using npm install installs the module into the current directory only (in a subdirectory called node_modules ). Is app.js located under ...
Read more >
Error: Cannot find module 'true' from · Issue #120 - GitHub
I get this error when I try to pass options with --uglify. Tried other options too. It works fine without --uglify. $ npm...
Read more >
Fix Global Installs Not Working | "Cannot find module" error FIX
Getting " Cannot find module " after installing something globally (with -g)? Well, this video shows you how to fix global package/module ...
Read more >
How to fix npm cannot find module error - Nathan Sebhastian
The cannot find module error occurs because npm cannot find the module required by the index.js file. In this case, the axios module....
Read more >
How to solve "Error: Cannot find module '*.js'" with Node.js
If you are trying to run your Node.js application and you get something like this: Error: Cannot find module 'C:\Users\Me\my_app.js'.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found