-
Notifications
You must be signed in to change notification settings - Fork 7
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
module not found #2
Comments
Hey..the module was originally written for node 0.8.x. A lot of things can go wrong at this point. It might be better to fork this repository and step through to update all the dependencies for node 6.x.x. |
thanks for the reply. I'll give it a shot On Fri, Sep 9, 2016 at 12:08 PM, Jeff H. Parrish [email protected]
|
any idea the easiest way to do that On Fri, Sep 9, 2016 at 12:54 PM, Keith T. Brown [email protected]
|
You could replace all of the package versions in package.json with "*" then rm -rf node_modules. Then npm install with the --save flag. via mobile
|
I tried installing the module through npm, but the module isn't found
webhooks = require('stripe-webhook-server')
. can anyone help? Im using heroku and the module is installed through package.json on my server.The text was updated successfully, but these errors were encountered: