Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue in macOS 12 #581

Closed
3 tasks done
Robert-F-B opened this issue May 9, 2022 · 2 comments
Closed
3 tasks done

Issue in macOS 12 #581

Robert-F-B opened this issue May 9, 2022 · 2 comments

Comments

@Robert-F-B
Copy link

Robert-F-B commented May 9, 2022

Bug Report

Problem

Running any cordova commands on macOS 12 results in an error in the macos-release package. My guess is that the macos-release dependency in cordova needs to be updated to 3.0.1 or higher.

The resulting error:
image

I tried uninstalling and reinstalling per #566 but that did not fix the issue.

Information

Command or Code

This error occurs with all cordova commands. In the example above I just ran cordova

Environment, Platform, Device

Running on macOS 12, just updated. This error did not occur in macOS 11.

Version information

Running [email protected]

Checklist

  • I searched for existing GitHub issues
  • I updated all Cordova tooling to most recent version
  • I included all the necessary information above
@Robert-F-B Robert-F-B changed the title Issue with macos-release package in macOS 12 Issue in macOS 12 May 9, 2022
@breautek
Copy link
Contributor

This appears to be an issue with the CLI package, so I'll be transferring the issue to the appropriate repository.

@breautek breautek transferred this issue from apache/cordova May 11, 2022
@Robert-F-B
Copy link
Author

So, I took a look at #566 again and apparently I missed the solution before. The solution is:

npm uninstall -g cordova
npm install -g cordova

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants