No content to show
User Activity
If we were talking about a normal React app, this might be working. But We're in a Shopify checkout extension folder, most likely created by `npm run generate extension` which doesn't have any webpack configuration, doesn't run with create-react-app ...
Seems like I got it working: there was a .pnp.cjs file on the root folder on my pc, totally outside the project folder, that somehow it's interfering with the build process of `shopify app dev`.I deleted the file and the errors are gone.
used node 18.16.0 with npm 9.8.1 and got same errors
I also tried with pnpm, same procedure:- create @Shopify/app,- go into the generated folder- pnpm generate extensionin all those steps I didn't encounter any error, I successfully linked my app to an existing one on my partner account.but I get the s...
Hello,I followed the steps written there: https://shopify.dev/docs/apps/getting-started/createI generated an extension and got the `shopify.app.toml` updated.When I launch `npm run dev`, the script crashes giving me those errors:Error: Build failed w...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
1514 | 02-21-2024 03:46 PM |