The problem kept occurring… after digging deeper I found that only uninstalling Homebrew and then re-installing it solved this issue.
Uninstalling will remove all your brew packages, you can save the output of brew list
in a file first, to have a record of what packages were installed.
Uninstall Homebrew:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"
Then re-install it:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/mas
Related Posts:
- can’t chown /usr/local for homebrew in Mac OS X 10.13 High Sierra
- How to set 777 permission on a particular folder? [closed]
- Homebrew install specific version of formula?
- env: node: No such file or directory in mac
- Which python am I using?
- How can I upgrade NumPy?
- brew install mysql on macOS
- How do you update Xcode on OSX to the latest version?
- Permission denied (publickey,keyboard-interactive)
- What do raw.githubusercontent.com URLs represent?
- What is the best/safest way to reinstall Homebrew?
- Why am I getting Permission Denied when trying to push a Sqlite file to my rooted Android device?
- MySQL error 1449: The user specified as a definer does not exist
- to perform the requested action wordpress needs to access your web server. please enter your ftp
- Destination directory for file streaming does not exist or is not writable
- Prompted for FTP details even with FS_DIRECT set to true
- How to to secure WordPress file and folder permissions
- Is there a way (plugin?) to restrict a user to being able to edit just one page?
- Can’t upload media, permissions are correct
- Can’t install new plugins because of the error “Could not create directory”
- add_menu_page permissions – what am I doing wrong?
- Network Admin “You do not have sufficient permissions to access this page.”
- How do I get the right permissions for WordPress running Apache on Debian
- Permissions to wp-content folder in Windows Server 2012
- Moving Media Library
- How does WordPress update plugins, without running into permissions issues?
- Allow User to Edit Page Based on their Email
- Plugins won’t auto-update on IIS
- Remove Posts Quick Edit link for specific user role? WP 3.3
- Editor and contributor roles not correct after adding function
- Expanding the allowed HTML tags in comments?
- WordPress roles – Protect administrator role
- 403 Forbidden – You don’t have permission to access /wp-admin/admin-ajax.php on this server
- How can I set status=’publish’ for all featured images?
- What error logs can I check to see why plugin updates are failing?
- Could not create directory
- WordPress debug.log is not updating
- How to debug “You do not have sufficient permissions to access this page”? [closed]
- Securing a multi-user permission structure
- How create a role with admin capability less 1 or 2?
- Remove menu items from admin page and limit capabilities
- Don’t attribute content to admin users
- Managing Users and Creating Groups [closed]
- WordPress Local Install Theme Folder Permission To Edit
- Prevent WordPress installing plugins and themes via Admin
- Plugins will only be installed with 777 on folder. Solution?
- How to configure apache to create files with correct group owner [closed]
- Allow Users Only Edit Their Profile?
- Allow an editor to change the author
- Failed to Open Stream: Permission Denied While Writing to an XML File in a WordPress Plugin
- WordPress unable to create folders even though correct NTFS-rights are set
- Fix permissions for users role
- No Permission to add new Page, Post or CPT with Admin role
- Rest api return all users (even without content) to all users
- Get the ‘Content Permission’ roles as defined in a page
- Unable to Access WP Admin or Login buttons after Migration
- You do not have sufficient permissions to access this page on a submenu
- Permissions in a Local Dev Environment (OS X)
- User permissions to upload images
- failed to open stream: Permission denied for WordPress plugin
- Why is the ‘Gutenberg’ Plugin generating an ‘Inconsistent File Permissions’ error when other Plugins, with the same permissions, do not?
- Implement Javascript Code in the footer if user is logged in
- wordpress theme install failing
- Auto-update failing with “hardened” permissions
- Hiding custom theme functionality using capabilities
- Prevent posts with certain post_meta to be edited
- custom plugin not visible to some user roles
- How to disable Media Library uploads for non-Admin users?
- How to make an edit to an already published post back to Draft
- Admin user lacks admin permissions after hack and can’t reinstate
- Auto-Upgrade to 4.2.2 fails because theme functions.php is included instead of wp-includes/functions.php
- wordpress upload permission on nginx & ubuntu
- Plugin can’t write to database even though permissions appear correct?
- Custom Role read_private_posts Not Working
- Why “Mine” is the default view when adding ‘capability_type’ in register_post_type
- Can’t Change the default theme on WordPress by BitnamI running on AWS
- Opening a file of the theme from outside
- How to lock all published posts so only admin can unlock delete and update permission
- Why do some of my directories need to be writeable that shouldn’t be?
- Admin Access for specific page(s)
- allow editor/author to publish others posts but not publish their own
- I migrated WPMU site: Unable to create directory uploads/… Desperate for help!
- Why can I upload files but need FTP login for plugins
- Remove Custom Capability
- SSH vs WordPress
- Plugin PHP write permissions
- 403 (Forbidden) delete file image in themer folder
- wordpress using WP MVC: You do not have sufficient permissions to access this page
- Strange error “You do not have sufficient permissions to access this page”
- Is it possible to allow a user to only edit categories of posts and nothing else?
- Problem uploading files, after changing domain name
- Basic File/Post restriction plugin
- WordPress – Public side and Private side
- Problem with permissions in wp-content/plugins
- Making plugin to use different table prefix cause permission problem
- Restrict the shop_manager role to the WooCommerce Orders Page
- WordPress files owner changed silently
- Why is “chmod -R 777 /” destructive?
- What does Apache’s “Require all granted” really do?
- What’s wrong with always being root?