You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command for installing the shopify-app-template-node using npm is incorrect. This command can be found under the heading that says Installing the template.
The error in the console:
npm error: no such flag -- --template=node
Expected behavior
After running this command, it is expected that all the dependencies will be installed.
Actual behavior
An error is displayed in the console and no dependencies are installed.
Steps to reproduce the problem
Clone this repository
Run the command: npm init @shopify/app@latest -- --template=node
Correction
The command that works is npm init @shopify/app@latest --template=node.
The text was updated successfully, but these errors were encountered:
Issue summary
The command for installing the shopify-app-template-node using npm is incorrect. This command can be found under the heading that says Installing the template.
The error in the console:
Expected behavior
After running this command, it is expected that all the dependencies will be installed.
Actual behavior
An error is displayed in the console and no dependencies are installed.
Steps to reproduce the problem
Correction
The command that works is npm init @shopify/app@latest --template=node.
The text was updated successfully, but these errors were encountered: