Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • You’ll probably need to update the SASS dependency. Commented May 24, 2019 at 6:44
  • Does the angular app build successfully on host machine? Commented May 24, 2019 at 6:47
  • @leopal you mean direct on ubuntu? Well It throws error on npm install command from package.json, but it was for other dependencies. package.json should include all dependencies for app, no? Commented May 24, 2019 at 6:55
  • @qqilihq I added a line as npm install [email protected] and it threw same error Commented May 24, 2019 at 6:57
  • @Sollosa I mean directly on your docker's host machine, yes. If it still throws an error on host then this is not docker issue, but problem with angular app and its dependencies. Please update your OP to include your package.json along with node and npm versions. Commented May 24, 2019 at 7:03