Incorrect Documentation in README.md
tawanda-profuse opened this issue · 1 comments
tawanda-profuse commented
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:
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.
matteodepalo commented
Closing as a duplicate of #1317