We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi team,
I was following the install steps on the SYR official website. Installing section seems outdated.
Installing
Reproduction:
$ npm install -g syr-cli. + [email protected] updated 1 package in 0.982s $ syr init myProjectName link command $ ls
It didn't initialize the project.
Solution: So I ran npm install -g @syr/cli instead. And It worked.
npm install -g @syr/cli
$ npm install -g @syr/cli + @syr/[email protected] updated 1 package in 2.278s $ ls MyProjectName/ ios package-lock.json src node_modules package.json webpack.config.js
Suggestion: Can you update Installing section on the page, change the command to npm install -g @syr/cli?
Thank you!
The text was updated successfully, but these errors were encountered:
Thanks! We'll get this updated asap.
Sorry, something went wrong.
No branches or pull requests
Hi team,
I was following the install steps on the SYR official website.
Installing
section seems outdated.Reproduction:
It didn't initialize the project.
Solution:
So I ran
npm install -g @syr/cli
instead. And It worked.Suggestion:
Can you update
Installing
section on the page, change the command tonpm install -g @syr/cli
?Thank you!
The text was updated successfully, but these errors were encountered: