LinusU / node-appdmg

💾 Generate your app dmgs
MIT License
1.7k stars 152 forks source link

I'm Getting a Command Not Found error after a clean install of macOS Sierra #133

Closed lightbe closed 7 years ago

lightbe commented 7 years ago

I installed Node.js 6.10.0 using the pkg from the website after doing a clean install of macOS Sierra. I get the following error when trying to install node-appdmg.

[~]$ npm install -g appdmg
-bash: npm install -g appdmg: command not found
[~]$ which node
/usr/local/bin/node
[~]$ which npm
/usr/local/bin/npm

I have both paths included in ~/.bashrc to see if the problem was with the npm command. I was able to install this before the upgrade to macOS Sierra. There have been a good number of changes in the OS, especially related to Xcode, that I have spent several days to change my setup to continue doing what I was able to do running earlier macOS versions. I hope this wonderful software still works with macOS Sierra.

lightbe commented 7 years ago

I found out that no one is working on this app anymore. I tried again and was able to install this. Closing issue.