Open ageddesi opened 8 months ago
cmd: 'yarn add @redwoodjs-stripe/web',
stdout: '➤ YN0000: · Yarn 4.1.0\n' +
'➤ YN0000: ┌ Resolution step\n' +
'➤ YN0085: │ + @redwoodjs-stripe/web@npm:1.0.7\n' +
'➤ YN0000: └ Completed in 0s 295ms\n' +
'➤ YN0000: ┌ Post-resolution validation\n' +
"➤ YN0060: │ @redwoodjs/web is listed by your project with version 7.3.0, which doesn't satisfy what @redwoodjs-stripe/web (p0594b) requests (^5.4.3).\n" +
"➤ YN0060: │ memjs is listed by your project with version 1.3.1, which doesn't satisfy what @redwoodjs/api (p89477) requests (1.3.2).\n" +
"➤ YN0060: │ redis is listed by your project with version 4.6.13, which doesn't satisfy what @redwoodjs/api (p68c7e) requests (4.6.7).\n" +
"➤ YN0002: │ api@workspace:api doesn't provide @envelop/core (p29770), requested by @envelop/sentry.\n" +
"➤ YN0002: │ api@workspace:api doesn't provide graphql (peb1f8), requested by @envelop/sentry.\n" +
"➤ YN0002: │ api@workspace:api doesn't provide react (p30706), requested by @react-email/components.\n" +
"➤ YN0002: │ root-workspace-0b6124@workspace:. doesn't provide prettier (pfdc36), requested by prettier-plugin-tailwindcss.\n" +
"➤ YN0002: │ web@workspace:web doesn't provide webpack (p0988a), requested by postcss-loader.\n" +
'➤ YN0086: │ Some peer dependencies are incorrectly met; run yarn explain peer-requirements
@ageddesi It's really strange, I haven't been able to reproduce the issue. I see you're on Windows - It might be Windows paths related. I'll do some more digging and back to you as soon as possible.
I'll also fix the peer dependency version range issue showing up in those logs. It wouldn't cause this issue but needs fixing regardless.
@ageddesi I would like to double check, are you running npx @redwoodjs-stripe/cli@latest setup
? I see in those logs yarn add @redwoodjs-stripe/web
but I'm not sure if you just ran that separately.
I've tested it out on Windows with the cmd shell and I am able to find the files e.g web/src/pages/StripeDemoPage/StripeDemoPage.jsx
Hi @chrisvdm I can try repro on a fresh install of redwood. I am indeed on windows. I for now have manually added a stripe endpoint my self but the long term will be to use this package and help to make it better
Hi @ageddesi, let me know if you manage to repro the issue on a fresh install.
I am trying to instal on redwood v7 and it successfully goes through the cli. But only the package.json file is changed. There is no demo page or any other stuff made.