patternlab-node: [cli] plugin installation not working
Steps to reproduce:
- branch
plugin-work - add
"@pattern-lab/plugin-tab": "^2.0.3-alpha.3",topackages/edition-node-gulp/package.json - from root,
lerna bootstrap
npm run patternlab install --plugins @pattern-lab/plugin-tab
not working
λ npm run patternlab install --plugins @pattern-lab/plugin-tab
> @pattern-lab/edition-node-gulp@2.0.0-alpha.11 patternlab D:\src\patternlab-node\packages\edition-node-gulp
> patternlab "install" "@pattern-lab/plugin-tab"
(node:10096) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: Cannot read property 'config' of undefined
(node:10096) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 18 (10 by maintainers)
Is there a solution to the issue with using a plugin in PL3 where it says “Error: ENOENT: no such file or directory, scandir ‘plugin-’” when you run gulp?