-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels