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 Sep 27, 2023. It is now read-only.
Currently this uses an old testrpc dependency, which should be changed to ganache-cli.
One of the issues this would resolve is related to the testrpc package having webpack as a direct dependency, which causes problems in projects that require webpack of higher version. Ganache-cli solves this by putting its webpack dep. in dev dependencies.
I've ran the tests with ganach-cli without failing, so if you like I can create a PR.
The text was updated successfully, but these errors were encountered:
Currently this uses an old testrpc dependency, which should be changed to ganache-cli.
One of the issues this would resolve is related to the testrpc package having webpack as a direct dependency, which causes problems in projects that require webpack of higher version. Ganache-cli solves this by putting its webpack dep. in dev dependencies.
I've ran the tests with ganach-cli without failing, so if you like I can create a PR.
The text was updated successfully, but these errors were encountered: