I have it installed from github:
"devDependencies": {
"dyfactor-angle-bracket-components": "github:dyfactor/dyfactor-plugin-angle-bracket-components"
}
This is the error:
$ dyfactor run template angle-bracket-components ./app
(node:28977) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): Error: Cannot find module 'dyfactor-angle-bracket-components' from '/Users/iradchenko/workspace/mapgeo/dashboard'
(node:28977) [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.
Running with node_modules/.bin/dyfactor run template angle-bracket-components ./app didn't help either.