May 2018
Intermediate to advanced
512 pages
11h 3m
English
I will go through some of incompatible peer dependency errors that I received during my upgrade process and the different strategies to resolve these errors. Note that I will start with simple cases and demonstrate the amount of research that may be required as the dependency you need may not be simply the latest released version of your package.
This is a simple error that is resolved by simply updating to the latest version of jasmine, as follows:
$ npm i -D jasmine
This error requires a bit of research ...
Read now
Unlock full access