You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The thing with node's module system is that it is fragmented and there are many paths one could go.
In your specific case, you could replace your import statement with any of the following to make it work immediately:
The version published in npm contains only the minified code intended for browsers, so the sample code in the docs doesn't work in node.
The text was updated successfully, but these errors were encountered: