This repository was archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 154
Dappeteer 4.0.1 broken dependency #228
Labels
bug
Something isn't working
Comments
mpetrunic
pushed a commit
that referenced
this issue
Dec 15, 2022
mpetrunic
pushed a commit
that referenced
this issue
Dec 15, 2022
mpetrunic
added a commit
that referenced
this issue
Dec 15, 2022
fix #228 Co-authored-by: Anton Lykhoyda <[email protected]>
Repository owner
moved this from In Progress
to Done/Closed
in Dappeteer
Dec 15, 2022
venuswhispers
added a commit
to venuswhispers/My_dAppeteer
that referenced
this issue
Feb 19, 2024
fix ChainSafe/dappeteer#228 Co-authored-by: Anton Lykhoyda <[email protected]>
devstar1014
added a commit
to devstar1014/My_dAppeteer
that referenced
this issue
Aug 8, 2024
fix ChainSafe/dappeteer#228 Co-authored-by: Anton Lykhoyda <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
When we use dappeteer as npm package, import from test folder to src will break because dev dependency is not installed (expected). Therefore importing "export const EXAMPLE_WEBSITE = "http://example.org";" to the src folder from test/ will fail due to uninstalled web3 dependency. As a file will be resolved entirely and not just the export part.
To Reproduce
install dappeteer v4.0.1 and call method "initSnapEnv()"
Logs
Expected behavior
We shouldn't use a test folder when dappeteer is used as a package
System:
The text was updated successfully, but these errors were encountered: