Link to home
Start Free TrialLog in
Avatar of Paul Konstanski
Paul KonstanskiFlag for United States of America

asked on

Multiple Versions of Angular on Local Machine

I am working in Angular 7 and began the process of Upgrading to Angular 8. In the process I discovered that Angular Flex was not yet compatible with Angular 8. So I had to downgrade back to Angular 7.

What I would like to do is set up a test environment where I could begin experimenting with Angular 8. This would require me to be operating two different versions of Angular on the same local machine.

Is that possible and if so, what is the best way to do that?
ASKER CERTIFIED SOLUTION
Avatar of Julian Hansen
Julian Hansen
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Paul Konstanski

ASKER

Thanks Julian, I knew it was something like that but your explanation was great to have it spelled out clearly. The erasing of the node_modules folder was the part I wasn't so sure off... you never know what happens when things are erased.
You are welcome.

node_modules is completely discardable - for a variety of reasons you don't want to be hauling it around with your project. It contains the external dependencies of your application - governed by what is specified in your package.json.