-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
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
Does not copy the i18n folder to the dist #96
Comments
@volbrene of you have a default project (created by the nestjs cli tool) it won't copy those files for you. So you should do this yourself. I'll add a guide to the readme file how to do this later this week :) (it's not that hard) |
2 similar comments
@volbrene of you have a default project (created by the nestjs cli tool) it won't copy those files for you. So you should do this yourself. I'll add a guide to the readme file how to do this later this week :) (it's not that hard) |
@volbrene of you have a default project (created by the nestjs cli tool) it won't copy those files for you. So you should do this yourself. I'll add a guide to the readme file how to do this later this week :) (it's not that hard) |
Thank you very much :) |
@volbrene If you created your project with the To enable nest to copy the i18n folder you need to have something like this:
|
Thank you :) |
this did not worked with me I am using nestJS version 6 |
@agile-apoorvdodiya I guess nest js version 6 doesn't support this feature yet. |
For me I had to also specify the outDir for where I wanted to place the i18n in dist, incase this helps anyone:
|
Hello again,
the i18n folder is not moved into the dist folder. Is there any idea why this is the case? My path is src/i18n. Am I missing any extra configurations that are not documented?
When I run "npm run start:dev" the following error occurs:
The text was updated successfully, but these errors were encountered: