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
The problem was settings.project merging. Actually defaulting it to argv.project = Object.assign({}, argv.project) inside the charlike.cli function. This was not working as expected because in that time the settings.project may be settings['project.repo'] (i.e. a string not an object) which is handled later in the src/defaults.js
The text was updated successfully, but these errors were encountered:
Issues while using mix things.
For example:
@gage/app
gage-app
tunnckoCoreLabs/gage-app
The problem was
settings.project
merging. Actually defaulting it toargv.project = Object.assign({}, argv.project)
inside thecharlike.cli
function. This was not working as expected because in that time thesettings.project
may besettings['project.repo']
(i.e. a string not an object) which is handled later in thesrc/defaults.js
The text was updated successfully, but these errors were encountered: