@@ -62,8 +62,8 @@ JC may be available to work remotely and can be contacted at these links:
6262* [ Add Nx Packages for Angular and React] ( #add-nx-packages-for-angular-and-react )
6363 * [ Add the Nx Package for Angular] ( #add-the-nx-package-for-angular )
6464 * [ Add the Nx Package for React] ( #add-the-nx-package-for-react )
65- * [ Fix the NPM Install Error] ( #fix-the-npm-install-error )
66- * [ Fix the Build Error] ( #fix-the-build-error )
65+ * [ Fix the Nx Buf for NPM Install Error] ( #fix-the-nx-bug-for -npm-install-error )
66+ * [ Fix the Nx Bug for Build Error] ( #fix-the-nx-bug-for -build-error )
6767* [ Generate the Angular Host App and Two Remotes] ( #generate-the-angular-host-app-and-two-remotes )
6868 * [ Commit and Push the Changes for the Angular Host App] ( #commit-and-push-the-changes-for-the-angular-host-app )
6969* [ Build and Run the Host Application] ( #build-and-run-the-host-application )
@@ -243,7 +243,7 @@ nx run host:serve:development
243243In this example, ` host ` is the name of the host application.
244244
245245** NOTE:** At the moment, there is a bug in the Nx Build process that causes the build to fail.
246- See [ Fix the Build Error] ( #fix-the-build-error )
246+ See [ Fix the Nx Bug for Build Error] ( #fix-the-nx-bug-for -build-error )
247247
248248In the Run console output, it should include the browser address.
249249
@@ -363,7 +363,7 @@ nx run remote3:serve:development
363363In this example, ` remote3 ` is the name of the React remote application.
364364
365365** NOTE:** At the moment, there is a bug in the Nx Build process that causes the build to fail.
366- See [ Fix the Build Error] ( #fix-the-build-error )
366+ See [ Fix the Nx Bug for Build Error] ( #fix-the-nx-bug-for -build-error )
367367
368368Look in the Run console output for the browser address.
369369In this case, it is:
0 commit comments