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
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
When using Yarn v2 (berry) to run yarn test in the community.optimism.io/tutorial, I got the error shown below. I tried to manually add the safe-buffer dependency to the ../node_modules/ganache-core/package.json file, but still got the exact same error.
Error: ganache-core tried to access safe-buffer, but it isn't declared in its dependencies; this makes the require call ambiguous and unsound.
When using Yarn v2 (berry) to run yarn test in the community.optimism.io/tutorial, I got the error shown below. I tried to manually add the safe-buffer dependency to the ../node_modules/ganache-core/package.json file, but still got the exact same error.
Error: ganache-core tried to access safe-buffer, but it isn't declared in its dependencies; this makes the require call ambiguous and unsound.
Required package: safe-buffer (via "safe-buffer")
Required by: ganache-core@npm:2.13.2 (via /Users/martinrosse/optimism-tutorial/.yarn/unplugged/ganache-core-npm-2.13.2-bd779722b4/node_modules/ganache-core/build/)
The text was updated successfully, but these errors were encountered: