Cannot find module 'stripe'

async/wait can not find the module 'stripe'


const stripe = require('stripe')('sk_test_');

Would you mind giving more context information for your question ?


Would you find some help here ?

https://stackoverflow.com/questions/45618523/call-stripe-api-with-await


Otherwise, as Stripe is a third party code, you should first ask the question on their forum.

Cannot find module 'stripe'
 
 
Q