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.
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.
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.