JulesLecuir
JulesLecuir
Awesome tool, really a big thanks to you ! ### What's wrong There is a mistake in the metadata of the newly created files. You can see it on a...
I can't download the package from npm. I stay stuck at this: ``` /usr/bin/node /usr/lib/node_modules/npm/bin/npm-cli.js install --scripts-prepend-node-path=auto [ ...............] \ fetchMetadata: sill resolveWithNewModule [email protected] checking installable status ``` Then it...
Hi guys, I am having issues using yaml-loader with [craco](https://github.com/dilanx/craco). Basically, even with a proper Webpack config, yaml-loader doesn't actually load the file. All I am getting is the file...
# Additional information / # Exception trace An error occurred while processing translation files. Config: MODULARIZED_NAMESPACE => YML (*.yml) Path: /home/jules/Projects/noe/inscription-front/locales Please check examples at https://github.com/marhali/easy-i18n before reporting an issue!...
Hi, I would like to use TS paths options: ```json { "compilerOptions": { ... "paths": { "@config/*": ["./src/config/*"], "@controllers/*": ["./src/controllers/*"], "@helpers/*": ["./src/helpers/*"], "@models/*": ["./src/models/*"], "@services/*": ["./src/services/*"], "@templates/*": ["./src/templates/*"], "@utils/*": ["./src/utils/*"]...