Hello there im currently trying to create the new Customer Account Ui Extension and hitting errors directly after generating it, without making any changes to the code at all.
When I try to run the dev or deploy command I’m getting errors from my Node Module that the Page Component cannot be found in ui/extensions/react.
Heres my package.json
{
“name”: “customer-account-ui”,
“private”: true,
“version”: “1.0.0”,
“license”: “UNLICENSED”,
“dependencies”: {
“react”: “^18.0.0”,
“@shopify/ui-extensions”: “unstable”,
“@shopify/ui-extensions-react”: “unstable”
},
“devDependencies”: {
“@types/react”: “^18.0.0”,
“react-reconciler”: “0.29.0”
}
}
And I do have other working extensions, such as the Checkout Extensions, so idk if the versions could be conflicting?