We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Angular CLI: 1.5.4 Node: 8.9.1 OS: win32 x64 Angular: 5.0.3 ... animations, common, compiler, compiler-cli, core, forms ... http, language-service, platform-browser ... platform-browser-dynamic, router @angular/cli: 1.5.4 @angular-devkit/build-optimizer: 0.0.33 @angular-devkit/core: 0.0.21 @angular-devkit/schematics: 0.0.37 @ngtools/json-schema: 1.1.0 @ngtools/webpack: 1.8.4 @schematics/angular: 0.1.7 typescript: 2.4.2 webpack: 3.8.1
"apps": [ { "root": "src", "outDir": "../public",
and
"assets": [ { "glob": "**/*", "input": "./assets/", "output": "../public", "allowOutsideOutDir": true }, { "glob": "favicon.ico", "input": "./", "output": "../public", "allowOutsideOutDir": true }
D:\Programare\NodeJS\MeanAuthApp\angular-src>ng serve An asset cannot be written to a location outside the project.
I want to be able to run ng serve with the location outDir: "../public"
I want to achieve the same output presented in the beginning of this tutorial linked below. And hope this will help! Many thanks!
https://www.youtube.com/watch?v=zrViDpWiNVE&list=PLillGF-RfqbZMNtaOXJQiDebNXjVapWPZ&index=5
The text was updated successfully, but these errors were encountered:
This issue is a duplicate of #8613, fixed by #8630, which will be in the next release.
Sorry, something went wrong.
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
No branches or pull requests
Versions
Repro steps
and
Observed behavior
Desired behavior
I want to be able to run ng serve with the location outDir: "../public"
Mention any other details that might be useful (optional)
I want to achieve the same output presented in the beginning of this tutorial linked below. And hope this will help! Many thanks!
https://www.youtube.com/watch?v=zrViDpWiNVE&list=PLillGF-RfqbZMNtaOXJQiDebNXjVapWPZ&index=5
The text was updated successfully, but these errors were encountered: