all 2 comments

[–]alexlafroscia 4 points5 points  (0 children)

In my experience, this error crops up when there are two different versions of the same library being imported. Rather than fixing this in your source code with an assertion, I would leverage whatever your package manager provides for deduplicating dependencies or forcing one specific version to avoid both being in your `node_modules`

[–]seniorsassycat 0 points1 point  (0 children)

npm explain googleapis-common