You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error can be traced to the part that allows content to come from outside. As it happened, there was no ../server/ directory. That didn't bother the CLI v5 but it caused the error seen above.
I was able to delete this part because I didn't need it.
What if someone really does need something external? That's a question for this issue too.
The text was updated successfully, but these errors were encountered:
ng update
produced error " Path "../something/somewhere/" is invalid."Here's the actual example
The old
.angular.json
had thisThe error can be traced to the part that allows content to come from outside. As it happened, there was no
../server/
directory. That didn't bother the CLI v5 but it caused the error seen above.I was able to delete this part because I didn't need it.
What if someone really does need something external? That's a question for this issue too.
The text was updated successfully, but these errors were encountered: