From 1fd1a2327976a250788d199a96d4af6fa8cf7f0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduard=20Tom=C3=A0s?= Date: Fri, 11 Aug 2017 12:13:57 +0200 Subject: [PATCH] Updated 99. FAQ (Frequently Asked Questions) (markdown) --- 99.-FAQ-(Frequently-Asked-Questions).md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/99.-FAQ-(Frequently-Asked-Questions).md b/99.-FAQ-(Frequently-Asked-Questions).md index a2f1d00..ef07b4b 100644 --- a/99.-FAQ-(Frequently-Asked-Questions).md +++ b/99.-FAQ-(Frequently-Asked-Questions).md @@ -35,3 +35,8 @@ You can ignore those warnings. They're not from VS2017 but from docker-compose. This error is produced because some Docker image can't be built. This is because the project is not published. All projects are published in their `obj/Docker/publish` folder. If there is any compilation error, the project won't be published and the corresponding docker image can't be built, and you will receive this error. **Note**: When you run the project using F5 from VS2017, projects are not published, so you won't receive this error in VS2017. + +### When I build the SPA I receive a `Cannot read property '0' of undefined` in "npm install" + +This is because of npm 5.3.0 on newer versions of nodejs. Downgrade to npm 5.2.0 until a fix is released. For more info check [this issue](https://github.com/dotnet-architecture/eShopOnContainers/issues/268) +