-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Following the readmes, I installed the following globally (npm install -g) and added them to the plugins in components.json
- zeplin-cli-connect-plugin-vue
- @zeplin/cli-connect-storybook-plugin
Zeplin CLI - v1.0.4
Connecting components to Zeplin components failed.
Could not find plugin zeplin-cli-connect-plugin-vue failed.
Please make sure that it's globally installed and try again.
npm install -g zeplin-cli-connect-plugin-vue
(same for the other plugin)
this is my components.json
{
"plugins": [{
"name": "zeplin-cli-connect-plugin-vue"
},
{
"name": "@zeplin/cli-connect-storybook-plugin",
"config": {
"url": "http://localhost:9009",
"startScript": "storybook"
}
}
],
"projects": ["actual id"],
"styleguides": ["actual id"],
"components": [{
"path": "src/components/Test.vue",
"zeplinNames": ["Test"]
}]
}
The two plugins are definitely in my global node_modules
What am I doing wrong? (Running from Windows 10 command line, global npm registry is in the path)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels