-
-
Notifications
You must be signed in to change notification settings - Fork 504
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
Fresh installation issue #149
Comments
Hey @projenix! Thanks for reporting. Reproducing this is a bit tricky for me as I don't have access to an Apple Silicon computer. Could I kindly ask you to share the following information?
|
Thanks for reporting, @martinoss! I switched to node v14.15.5 but I couldn't manage to replicate the bug on my Mac. I did however located where the execution halts; it's line 27688 in dist.js. This might be an issue with either node-promisepipe or got. |
Same issue on macOS intel |
So I think it may have been related to a networking interruption when installing dependencies. I ran |
Thanks for the additional data points, @briansoule. |
bumping as im trying to set up a fresh install and failing with same errors as the people above. On windows 10 |
Just checked with 1.7.1, the error is still there |
Hello I am having trouble installing this on Mac OS (Apple Silicon).
Getting this error:
Creating a new Ethereum-powered React app in /Users/projenix/Ethereum-dev/ethapp0.
Downloading template files. This might take a moment.
Aborting installation.
Unexpected error. Please report it as a bug:
TypeError: stream.destroy is not a function
at /Users/projenix/.config/yarn/global/node_modules/create-eth-app/dist/index.js:27688:18
at Array.forEach ()
at /Users/projenix/.config/yarn/global/node_modules/create-eth-app/dist/index.js:27686:18
at runMicrotasks ()
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async Promise.all (index 0)
error Command failed.
Exit code: 1
Command: /Users/projenix/.yarn/bin/create-eth-app
Arguments:
Directory: /Users/projenix/Ethereum-dev
Output:
info Visit https://yarnpkg.com/en/docs/cli/create for documentation about this command.
The text was updated successfully, but these errors were encountered: