-
Notifications
You must be signed in to change notification settings - Fork 537
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
Can't install ethercalc. Im using Ubuntu 22 #792
Comments
any help? |
What does the log say in it? |
These are the errors stated in the log: npm ERR! Cannot read property 'insert' of undefined |
What is in this file:
|
Its too long, but here it is: 0 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'install', '-g', 'ethercalc' ] |
I saw one result which suggested it might be an npm problem. Can you try to update npm first? Maybe 'npm upate'? |
npm is up to date npm update up to date, audited 1 package in 494ms found 0 vulnerabilities |
Might need to find a better way to update npm then. Your log says you're on npm 8.5.1, npm v8 is on 8.19.3 now: https://docs.npmjs.com/cli/v8/using-npm/changelog I found an identical error to yours reported to npm, which npm allegedly fixed like six months ago. |
Ok thanks. I will update here once I updated it to 8.19.3. |
Hi! I was able to install npm properly now, but when running ethercalc, I am having this issue: Please connect to: http://TVVh7S7SZc:8000/ Error: listen EADDRINUSE: address already in use 0.0.0.0:8000 Emitted 'error' event on Server instance at: Node.js v19.0.0 |
That means you already have some other software running on port 8000. You can either shut whatever that is down, or you could try to switch which port Ethercalc runs on. I think you can |
Thanks for your help! You are amazing! |
Glad you got it working! |
Hi!
Hope you are well.
I can't seem to install ethercalc. Im using Ubuntu 22.
I am having the following errors when running "npm install -g ethercalc"
root@vO5KR6Vzjs:~# npm install -g ethercalc
npm ERR! Cannot read property 'insert' of undefined
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2022-11-02T13_17_58_266Z-debug-0.log
The text was updated successfully, but these errors were encountered: