atom/git-utils

Install error: /bin/sh: 1: node: not found

kurdtpage opened this issue · 2 comments

I have installed npm version 3.5.2 (fresh install), installing git-utils.

Screenshot:
screenshot_2017-11-30_08-30-20

Log file:
npm-debug.log

Make sure you have node installed and try again.

Node is obviously a pre-requisite to installing git-utils, so maybe there needs to be a check done to ensure it is installed first and a helpful exit message if it's not found?