Custom output path is not working
See original GitHub issueI want to create separate distributions for each locale. And when I’m trying following commands, however I am not able to create custom output folder. Please help.
ng build --outDir=customDist ng build --output-path=customDist ng build --outDir customDist ng build --output-path customDist
OS?
Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
Answer : Windows 10
Versions.
Please run ng --version
. If there’s nothing outputted, please run in a Terminal: node --version
and paste the result here:
Answer : node version is 6.2.1
Repro steps.
Was this an app that wasn’t created using the CLI? What change did you do on your code? etc.
Answer : I’ve created this app with Angular CLI. The Angular CLI version is 1.0.0-beta.30
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Cannot start compilation: the output path is not specified for ...
Go to File > Project Structure> Project and then in Project Compiler Output click on the three dots and provide the path of...
Read more >Cannot start compilation: the output path is not specified for ...
I have a simple project. It's not based on gradle or maven. My root folder is the name of my project and in...
Read more >Change the build output directory - Visual Studio (Windows)
To change the build output directory using the legacy .NET Project Designer or C++ property pages · For C#, select the Build tab....
Read more >Folder Structure Settings | Altium Designer 23 User Manual
Custom Folder Name - select to customize the folder name. ... Do not include any output folder - select to not include an...
Read more >Output - webpack
webpack will not write output file when file already exists on disk with the ... source file path collisions in sourcemaps when loading...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@KostyaTretyak glad to hear it’s not an issue for you anymore 👍
I’ll reopen to have a look.