#andystevenson-netlify-webhooks

1 messages · Page 1 of 1 (latest)

fiery escarp
#

Usually that means that the stripe library isn't installed. I'm not very familiar with Netlify or how it handles package management.

#

Are you able to confirm that it's installed somewhere that Netlify is looking for it?

cedar quartz
#

It is definitely in the package.json

#

Never had this issue previously

fiery escarp
#

Have you tried running npm install again?

halcyon flower
#

It may be listed in package.json, but that doesn't mean it's available on any path relative to your package - if you didn't upload your node_modules, and there isn't a public accessible directory available (there might be), then it won't be able to find it. npm install creates and populates node_modules.

#

note: take care with using "public" node_modules - you may run into a version mismatch