Created by: andys8
Issue
Executing getstorybook
works, but emits the warning:
WARNING: getstorybook is deprecated.
The official command to install Storybook from now on is:
sb init
Fix
Change getstorybook
to sb init
. Works the same way. No warning.