Closed doverradio closed 2 years ago
Hey, @doverradio try to import it as:
const walmart_mws = require("../node_modules/walmart-mws/src/walmart-msw")
Please let me know if that works for you 👍🏼
I created the public and private keys but now I don't know what to put for these values:
'VERSION',
'NAME',
'PRO_ENV' // optional, default is ''
What is VERSION and NAME? Should I omit PRO_ENV?
Hello, I have just tried to add
walmart-mws
to my node.js project and ran the following command in the same folder as package.json:After, I started up the project and immediately got this error:
Was there something else I was supposed to do to avoid this error?