Installing Truffle on Ububtu 22.04 #5085
Replies: 3 comments
-
Hi, I just got here by chance, but maybe this video can be helpful: https://youtu.be/imuqi6Vg3Zw (there is a section dedicated to Truffle, you might just need that part). I hope this helps. |
Beta Was this translation helpful? Give feedback.
-
Hey, thanks for reporting this! I converted this to a GitHub Discussion, since it's not a problem with Truffle, per se. Could you please see these instructions on the Infura Community Discourse and let us know if that helps you install Truffle? |
Beta Was this translation helpful? Give feedback.
-
@rhythmshandlya are you still having this issue? I can assist. |
Beta Was this translation helpful? Give feedback.
-
Issue
Unable to install truffle on ubuntu LTS 22.04 globally
Steps to Reproduce
sudo npm install -g truffle
Expected Behavior
Truffle should be installed globally
Actual Results
npm ERR! code 1
npm ERR! path /usr/local/lib/node_modules/truffle/node_modules/ganache/node_modules/@trufflesuite/bigint-buffer
npm ERR! command failed
npm ERR! command sh -c node-gyp rebuild
Environment
truffle version
): 5.5.6node --version
): 16.14.0npm --version
): 8.3.1Beta Was this translation helpful? Give feedback.
All reactions