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
Installation fails when trying to install a package that depends on amp-toolbox with yarn v2.
Error Error: @ampproject/toolbox-optimizer tried to access dom-serializer, but it isn't declared in its dependencies; this makes the require call ambiguous and unsound.
How to reproduce
setup a project with yarn v2
add nextjs as dep
The text was updated successfully, but these errors were encountered:
Installation fails when trying to install a package that depends on amp-toolbox with yarn v2.
Error
Error: @ampproject/toolbox-optimizer tried to access dom-serializer, but it isn't declared in its dependencies; this makes the require call ambiguous and unsound.
How to reproduce
The text was updated successfully, but these errors were encountered: