Skip to content
New issue

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

Inconsistent CLI installing commands #11

Open
xyreryp opened this issue Nov 17, 2018 · 1 comment
Open

Inconsistent CLI installing commands #11

xyreryp opened this issue Nov 17, 2018 · 1 comment

Comments

@xyreryp
Copy link

xyreryp commented Nov 17, 2018

Hi team,

I was following the install steps on the SYR official website.
Installing section seems outdated.

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
+ @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!

@dmikey
Copy link
Collaborator

dmikey commented Nov 17, 2018

Thanks! We'll get this updated asap.

@dmikey dmikey transferred this issue from syrjs/core Nov 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants