Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find module 'follow' with 6.4.1 #61

Closed
l2fprod opened this issue Sep 20, 2017 · 4 comments · Fixed by apache/openwhisk-package-alarms#97
Closed

Cannot find module 'follow' with 6.4.1 #61

l2fprod opened this issue Sep 20, 2017 · 4 comments · Fixed by apache/openwhisk-package-alarms#97

Comments

@l2fprod
Copy link

l2fprod commented Sep 20, 2017

I'm getting:

Error: Cannot find module 'follow'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object. (/Users/fred/dev/mycatalog/node_modules/nano/lib/nano.js:21:14)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)

with nano 6.4.1

looking at package.json, it depends on "cloudant-follow" but require("follow") on line 21.

@jzaefferer
Copy link

Looks like 0de43ee only updated the dependency, without updating its usage.

@jcstanaway
Copy link

How quickly will a fix be provided? Many users simply pull the latest version of the package and this is breaking builds.

@loay
Copy link
Contributor

loay commented Sep 21, 2017

Issue is already fixed: pr is merged: #60

@garrensmith
Copy link
Member

version 6.4.2 fixes this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants