I’m facing a similar issue on M2 Mac.
Everyting is the same as your steps above 1-7.
I choose 8. Java Script
9-12 are the same.
- The error message:
… First:
14:59:05 │ webhooks │ Sending APP_UNINSTALLED webhook to app server
14:59:06 │ remix │
14:59:06 │ remix │
remix dev
14:59:06 │ remix │
14:59:06 │ remix │ info building…
14:59:06 │ remix │ ✘ [ERROR] Could not resolve “@remix-run/react”
14:59:06 │ remix │
14:59:06 │ remix │ app/root.jsx:21:76:
14:59:06 │ remix │ 21 │ …eta, Outlet, Scripts, ScrollRestoration } from “@remix-run/react”;
14:59:06 │ remix │ ╵ ~~~~~~~~~~~~~~~~~~
14:59:06 │ remix │
14:59:06 │ remix │ The Yarn Plug’n’Play manifest forbids importing “@remix-run/react” here because it’s not listed as a dependency of this
package:
14:59:06 │ remix │
14:59:06 │ remix │ ../../.pnp.cjs:38:33:
14:59:06 │ remix │ 38 │ “packageDependencies”: [
14:59:06 │ remix │ ╵ ~~
this continues for some time listing many other instances of @remix errors <<<<<<<
Then we get to this error:
14:59:23 │ webhooks │ App hasn’t started in time, giving up
14:59:23 │ webhooks │ APP_UNINSTALLED webhook delivery failed
and the app installs in shopify but never loads in the website.
