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

module not found #2

Open
rcpilotp51 opened this issue Sep 9, 2016 · 4 comments
Open

module not found #2

rcpilotp51 opened this issue Sep 9, 2016 · 4 comments

Comments

@rcpilotp51
Copy link

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.

@ruffrey
Copy link
Owner

ruffrey commented Sep 9, 2016

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.

@rcpilotp51
Copy link
Author

thanks for the reply. I'll give it a shot

On Fri, Sep 9, 2016 at 12:08 PM, Jeff H. Parrish [email protected]
wrote:

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.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#2 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/APGf8tM4f8LJiCVt83pda7LQ2FBqiELPks5qoYR-gaJpZM4J5MPG
.

@rcpilotp51
Copy link
Author

any idea the easiest way to do that
?

On Fri, Sep 9, 2016 at 12:54 PM, Keith T. Brown [email protected]
wrote:

thanks for the reply. I'll give it a shot

On Fri, Sep 9, 2016 at 12:08 PM, Jeff H. Parrish <[email protected]

wrote:

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.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#2 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/APGf8tM4f8LJiCVt83pda7LQ2FBqiELPks5qoYR-gaJpZM4J5MPG
.

@ruffrey
Copy link
Owner

ruffrey commented Sep 9, 2016

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

On Sep 9, 2016, at 9:59 AM, Keith Brown [email protected] wrote:

any idea the easiest way to do that
?

On Fri, Sep 9, 2016 at 12:54 PM, Keith T. Brown [email protected]
wrote:

thanks for the reply. I'll give it a shot

On Fri, Sep 9, 2016 at 12:08 PM, Jeff H. Parrish <[email protected]

wrote:

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.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#2 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/APGf8tM4f8LJiCVt83pda7LQ2FBqiELPks5qoYR-gaJpZM4J5MPG
.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.

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

No branches or pull requests

2 participants