We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After a fresh git clone handlebars is empty:
mandric in ~/dev/demos/kanso_home $ ls packages/handlebars [empty] $ ls packages/handlebars-helpers [empty] $ ls packages/duality-handlebars/ [empty]
So kanso fetch complains about that too:
mandric in ~/dev/demos/kanso_home $ kanso fetch skipping modules (already exists) skipping properties (already exists) skipping attachments (already exists) skipping settings (already exists) skipping duality (already exists) Error: ENOENT, No such file or directory '/Users/mandric/dev/demos/kanso_home/packages/handlebars/kanso.json' Error: TypeError: Cannot read property 'name' of undefined at Object.validate (/Users/mandric/local/node/lib/node/kanso/src/kanso/settings.js:23:18) at /Users/mandric/local/node/lib/node/kanso/src/kanso/settings.js:13:21 at /Users/mandric/local/node/lib/node/kanso/src/kanso/utils.js:165:20 at [object Object].<anonymous> (fs.js:80:5) at [object Object].emit (events.js:64:17) at fs.js:820:12 Failed
Feel free to ignore this. I just thought it might help you either make kanso_home more readily consumable or do some tweaks on the fetch command.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After a fresh git clone handlebars is empty:
So kanso fetch complains about that too:
Feel free to ignore this. I just thought it might help you either make kanso_home more readily consumable or do some tweaks on the fetch command.
The text was updated successfully, but these errors were encountered: