1 min readMay 2, 2018
Hi Taisto,
Thank you glad you find the article useful.
The reason you are seeing this is because I am using yarn to install my dependencies, so by using npm it is creating its own lock file with dependency versions I haven’t built against.
Try with yarn and you should be good :)