diff --git a/aio/content/start/deployment.md b/aio/content/start/deployment.md index d83fa7d2e4..1a16b4eba6 100644 --- a/aio/content/start/deployment.md +++ b/aio/content/start/deployment.md @@ -50,6 +50,12 @@ ng build --prod This will produce the files that you need to deploy. +
+ +If the above `ng build` command throws an error about missing packages, append the missing dependencies in your local project's `package.json` file to match the one in the downloaded StackBlitz project. + +
+ #### Hosting the built project The files in the `dist/my-project-name` folder are static and can be hosted on any web server capable of serving files (`Node.js`, Java, .NET) or any backend (Firebase, Google Cloud, App Engine, others).