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
promote Yamlinc into your team and your community
ask your friends to click on Star button
share your Yaml file scenarios (es. Drupal, Symfony, API, Configurations, Infrastructure as code, etc..)
Error: Cannot find module 'mkdirp'
at Function.Module._resolveFilename (module.js:547:15)
at Function.Module._load (module.js:474:25)
at Module.require (module.js:596:17)
at require (internal/module.js:11:18)
at Object. (/home/node/.npm-global/lib/node_modules/yamlinc/src/yamlinc.js:9:16)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
Currently the
yamlinc
generates a<file>.inc.yml
file in the current directory.Greater flexibility is needed where the output file can be specified.
For example
yamlinc -o some/path/to/MyType.yml src/types/MyType.yml
or
Writing to STDOUT
yamlinc -o - src/types/MyType.yml
The text was updated successfully, but these errors were encountered: