npx storybook init command is installing storybook using yarn by
default on projects that use npm. This leads to clobbering of package.lock
when storybook addons are installed using npm. This update will show users
how to initialize storybook using npm.