mifi / instauto

Instagram bot / automation library written in Javascript for Node.js
799 stars 145 forks source link

Added help for Mac User at need sudo #89

Closed Flamintus closed 2 years ago

Flamintus commented 2 years ago

Little precision in Readme to avoid this error, use sudo on macos

Capture d’écran 2022-03-30 à 18 19 00
joelemanoel commented 2 years ago

+1

mifi commented 2 years ago

using npm with sudo is not an advised thing to do. I think it's not a good thing to suggest.

I think maybe instead we could recommend brew install node, what do you think?

Flamintus commented 2 years ago

On my side, I've just found sudo as a workaround, so thank you for the advise. I've just tested with 'brew install node' and it's work like a charm ! So yes for me

Flamintus commented 2 years ago

Are you modifying on your side or do you went a new PR ?

mifi commented 2 years ago

i added to readme. thanks