Skip to content

Remove direct dependencies to Angular - #5118

Merged
hansl merged 5 commits into
angular:masterfrom
hansl:some-fixes
Mar 20, 2017
Merged

Remove direct dependencies to Angular#5118
hansl merged 5 commits into
angular:masterfrom
hansl:some-fixes

Conversation

@hansl

@hanslhansl commented Feb 28, 2017

Copy link
Copy Markdown
Contributor

So we don't install them in the global install, and we also rely on the ones in the project. They cannot be peerDeps because of global installation, and they cannot be direct dependencies because projects might install 4 while the CLI has 2.4 in its own node_modules, which causes conflicts.

Fixes#5085

@hansl
hanslforce-pushed the some-fixes branch 5 times, most recently from c7dbc71 to f7cdde9CompareMarch 1, 2017 19:26
@hansl
hanslforce-pushed the some-fixes branch 4 times, most recently from d9772d4 to 119d21fCompareMarch 17, 2017 23:28
@angular-automatic-lock-bot

Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-botangular-automatic-lock-botBot locked and limited conversation to collaborators Sep 12, 2019
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove hard dependency from @angular/cli onto @angular/compiler-cli to prevent duplicate dependencies and version mismatch

3 participants

@hansl@filipesilva@googlebot