Hello,
I am new to the shopify app development and am trying to learning how to develop applications in node and react stack using the shopify cli template.
The official documentation only has tutorial and proper documentation for using Remix. Can someone please help me out how can I use the node templates?
If I use npm init @Shopify_77 /app@latest it gives two options to choose from
-
Use Remix template (recommended)
-
Start by adding your own extension
therefore I tried using npm init @Shopify_77 /app@latest -- --template=node but that gives all sorts of errors.
I resolved these errors by npm i cross-env & npm i vite
Resolved these errors with npm i @vitejs/plugin-react but that gave this error!
I removed the node_modules folder and used the npm install command but that doesn’t work
I am not sure if it is compatible with Shopify cli v3 or not.
I saw a few tutorials that say I’ll be prompted to add the ngrok token, even that didn’t happen.
So please help!!



