ethereum / remix-desktop

Remix IDE desktop
1.02k stars 266 forks source link

Unable to open Remix IDE on macOS #85

Closed namannarula closed 2 years ago

namannarula commented 2 years ago

Remix IDE won't open on my machine, it just spits out this error.

Screenshot 2021-10-31 at 13 27 16

Device Details: MacBook Pro (13-inch, M1, 2020) macOS Monterey 12.0.1

nazrdogan commented 2 years ago

same issue

MichaelFriedrich commented 2 years ago

Same here on Monterey macOS 12.0.1

SteveBacci commented 2 years ago

Same here. Maybe same as this issue. Duplicate of this issue

wheeeper commented 2 years ago

Maybe same as this issue.

I think this is definitely the cause. The package os_name has dependency on macos-release. yarn update fixes the issue for me. You can then generate the .dmg through yarn dist

OumArEtH commented 2 years ago

I edited the index.js file in /Applications/Remix IDE.app/Contents/Resources/app/node_modules/macos-release and added [21, ['Monterey', '12']] in the nameMap and it worked!

SteveBacci commented 2 years ago

Worked for me

hkkhuang commented 2 years ago

Same here on MacOS Big Sur 11.6

jedidefault commented 2 years ago

I edited the index.js file in /Applications/Remix IDE.app/Contents/Resources/app/node_modules/macos-release and added [21, ['Monterey', '12']] in the nameMap and it worked!

Problem solved! Thanks!