Closed MoSattler closed 7 months ago
Possibly related to #591
I'm not sure this is directly related to yarn v1 - it seems more likely to me that you have an error in your shopify.app.toml
file, which will result in errors like those.
Could you please share what your TOML file looks like (without any secret keys of course!)?
We are closing this issue because we did not hear back regarding additional details we needed to resolve this issue. If the issue persists and you are able to provide the missing clarification we need, you can respond here or create a new issue.
We appreciate your understanding as we try to manage our number of open issues.
Issue summary
Before opening this issue, I have:
@shopify
packages@shopify/shopify-*
package and version: @shopify/create-app@3.57.0Expected behavior
Projects created with yarn v1 should work when trying to connect them to existing apps.
Actual behavior
Projects created with yarn v1 do not work when trying to connect them to existing apps.
Steps to reproduce the problem
yarn create @shopify/app --package-manager=yarn --name=testapp --template=remix --flavor=typescript
cd testapp
yarn dev
Debug logs