You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone, I'm having trouble at every stage of adding Zeplin's Storybook integration to Zeplin.
For this step, I ran npm install -g @zeplin/cli-connect-react-plugin. This seemed to go well (and I checked our job board to see if we had an opening for the core.js engineer looking for a good job in the terminal message)
However, zeplin connect -p @zeplin/cli-connect-react-plugin returns -bash: zeplin: command not found.
Here's the output.
`$ npm install -g @zeplin/cli-connect-react-plugin
npm WARN deprecated [email protected]: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
@zeplin/[email protected]
added 122 packages from 157 contributors in 12.383s
ip-192-168-1-82:skipper dspeece$ zeplin connect -p @zeplin/cli-connect-react-plugin
-bash: zeplin: command not found`
I also tried yarn global add @zeplin/cli-connect-storybook-plugin since our team mainly uses yarn, but this failed utterly with many complaints about Darwin.
The text was updated successfully, but these errors were encountered:
Hi everyone, I'm having trouble at every stage of adding Zeplin's Storybook integration to Zeplin.
For this step, I ran
npm install -g @zeplin/cli-connect-react-plugin
. This seemed to go well (and I checked our job board to see if we had an opening for the core.js engineer looking for a good job in the terminal message)However,
zeplin connect -p @zeplin/cli-connect-react-plugin
returns-bash: zeplin: command not found
.Here's the output.
`$ npm install -g @zeplin/cli-connect-react-plugin
npm WARN deprecated [email protected]: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
added 122 packages from 157 contributors in 12.383s
ip-192-168-1-82:skipper dspeece$ zeplin connect -p @zeplin/cli-connect-react-plugin
-bash: zeplin: command not found`
I also tried
yarn global add @zeplin/cli-connect-storybook-plugin
since our team mainly uses yarn, but this failed utterly with many complaints about Darwin.The text was updated successfully, but these errors were encountered: