atom / git-utils

Git Node Module
http://atom.github.io/git-utils
MIT License
166 stars 59 forks source link

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

Closed kurdtpage closed 6 years ago

kurdtpage commented 6 years ago

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

50Wliu commented 6 years ago

Make sure you have node installed and try again.

kurdtpage commented 6 years ago

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?