Sorunome / arduino-upload

Atom Package for those who don't like the Arduino IDE
https://atom.io/packages/arduino-upload
MIT License
34 stars 7 forks source link

Another Install Issue on Mac OS #41

Closed sww1235 closed 6 years ago

sww1235 commented 6 years ago

Hello:

I recently updated to Atom 1.25.0 and along with that attempted to update to Arduino upload 1.33.

The build failed with the log here

It looks like it is failing to build due to it requiring a newer version of npm.

related to #30 and #32

jrmedd commented 6 years ago

I'm in the same boat on this. My log, for the record.

StaticRocket commented 6 years ago

-- (empty) indicates the issues reported in #40 are still present. The fallback version is still not set.

qoda commented 6 years ago

Same issue my side too. Log output is almost identical.

qoda commented 6 years ago

sudo npm install -g npm seemed to do the trick on OSX for me.

jrmedd commented 6 years ago

@qoda Can you give any more specific details?

jrmedd commented 6 years ago

I realised that my /usr/local/bin/python was symlinked to my Homebrew install of Python 3. I ran brew unlink python and install worked!