-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yarn start:contract
fails: TypeError#1: Cannot delete property 'dispose' of function Symbol
#43
Comments
I just attempted to reproduce the problem without luck. Recording: Under what circumstances does running the |
yarn start:contract
command returns an erroryarn start:contract
fails: TypeError#1: Cannot delete property 'dispose' of function Symbol
I've encountered the same error as described in this issue on both Ubuntu and macOS Sonoma. While the root cause is unclear, I found that using NodeJS 18.12.1 worked on both platforms. Here's a detailed workaround that I successfully implemented: Step 1: Update the Dockerfile Create a new Dockerfile with the following contents to set up the environment with the specific Node.js version; 18.12.1 in our case:
Step 2: Modify the docker-compose.yml Update the docker-compose.yml file to use the new Dockerfile. This ensures that the environment is set up correctly when building the Docker container:
Step 3. Use the modified image for your container. Example Not elegant, but it resolves the issue. After applying these changes, running |
Running the
yarn start:contract
command returns the following error:The text was updated successfully, but these errors were encountered: