#hibox_dev

1 messages · Page 1 of 1 (latest)

azure sapphireBOT
wooden dock
#

hi

rotund bane
#

Hi 👋 are you using npm to install the package, what errors are you running into during the install?

wooden dock
#

i installed stripe , express and dotenv

#

idk how to make it

#

im using require() instead of import

#

and all the tutorials are with import

#

and my projects is with require

gloomy plank
#

you can just import it using require

#

you can replace the import with require this should work

#

@wooden dock ^

wooden dock
#

const Stripe = require("stripe");

#

like this?

#

okay

#

so