Skip to content

Inconsistent CLI installing commands #11

@xyreryp

Description

@xyreryp

Hi team,

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

Reproduction:

$ npm install -g syr-cli. 
+ syr-cli@1.3.0
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/cli@1.3.3
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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions