Installation issue
See original GitHub issueWhat happened?
Problem with installation from official guide.
New clear server. Ubuntu 20.04 Node v16.15.0
root@maviroot:~# node --version
v16.15.0
root@maviroot:~# npm install -g ironfish
npm ERR! code ENOENT
npm ERR! syscall spawn git
npm ERR! path git
npm ERR! errno -2
npm ERR! enoent An unknown git error occurred
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2022-05-26T11_20_47_658Z-debug-0.log
Log is too long to attach.
Version
0.1.35
Debug output
No response
Relevant log output
No response
Graffiti
sergsup
Issue Analytics
- State:
- Created a year ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
How to troubleshoot Windows Installer errors - Microsoft Support
Describes how to troubleshoot problems that occur when you install, uninstall, or upgrade a program on a Windows-based computer by using Windows Installer....
Read more >Fix problems installing Chrome - Google Chrome Help
Fix problems installing Chrome. If you get an error message when you try to download and install Google Chrome, try these fixes.
Read more >Possible Causes of an Installation Problem
A problem installing Directory Server Enterprise Edition could be caused by one of the following: Incorrect patches installed. Installing a patch that does...
Read more >Common Installation Issues and Solutions
Common ways installation can fail and what to do about it. ... The common issues break out into three main categories: Downloaded files...
Read more >12 irritating Windows 10 installation issues, and how to fix them
Having trouble installing and setting up Windows 10? You aren't alone. Here are a dozen-plus of the most common problems, along with a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Make sure you have the
git
installed on your env.Also, try then to clear
npm
cache according to: https://reactgo.com/npm-clear-cache/We think this is fixed now. Let us know if you don’t agree!