Moonshine-IDE / Moonshine-SDK-Installer

To take full advantage of Moonshine IDE you will need third party SDKs like Apache® Flex or Apache® Royale. In order to make it easier for you to setup the required SDKs, we created the Moonshine SDK Installer.
https://moonshine-ide.com/download-sdk-installer/
Other
8 stars 2 forks source link

"Installation error: cp: /usr/local/bin/lime: permission denied" #113

Closed JoelProminic closed 9 months ago

JoelProminic commented 10 months ago

I ran this test on macOS while testing #112:

  1. Delete ~/Downloads/MoonshineSDKs
  2. Launch MSDKI and run Install All
  3. While running, I see this error: Installation error: cp: /usr/local/bin/lime: permission denied
  4. The installations continue to run, and all installations show as successful

Here is some context for the error:

Installing layout...

  Current version is now 1.2.1

Done

Do you want to install the "openfl" command? [y/n/a] y

Downloading openjava from: https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.5%2B8/OpenJDK17U-jdk_x64_mac_hotspot_17.0.5_8.tar.gz
Installation error: cp: /usr/local/bin/lime: permission denied

Finished untaring: /Users/joelanderson/Downloads/MoonshineSDKs/Java/openjdk-17.0.5/temp/OpenJDK17U-jdk_x64_mac_hotspot_17.0.5_8.tar.gz
Installation complete

I thought we had discussed an error like this before. I think it was related to me deleting my default installation of lime so that I could test MSDKI with a "fresh" environment.

I confirmed that /usr/local/bin/lime is not present on my system. I also see that lime is not on my path, even if I open a Terminal from a Haxe project in Moonshine.

JoelProminic commented 9 months ago

We found this issue again when testing #114, and it was resolved in that issue.