macos-big-sur

Can't install npm packages anymore due to macOS Big Sur upgrade

会有一股神秘感。 提交于 2020-12-30 03:11:58
问题 After upgrade to macOS Big Sur I can't do npm install with npm older then 7 (so npm v7 is fine). Anytime I'm getting the error message Maximum call stack size exceeded upon clean project folder (without the node_modules folder and package-lock.json file). I'm tied to use ProductName: macOS ProductVersion: 11.0.1 BuildVersion: 20B50 Darwin: 20.1.0 nodejs v14.15.1 npm version 6.14.8 I tried: npm cache clean --force npm rebuild Install Node manually, by Homebrew, by nvm and also downgrade npm to

Android Studio 4.1.1- MacOS BigSur - Freezing Problem in FullScreen

爷,独闯天下 提交于 2020-12-29 03:51:25
问题 I am using the latest version of Android Studio (4.1.1). After updating the Mac operating system, Android Studio started encountering strange errors. The most annoying problem I have ever had. When I want to open a new github branch, the window appears as below and freezes. This is what it should normally look like. Of course, this is the only window problem I've noticed. The most important problem here is that the screen freezes and no action can be taken. If people who have problems or have

clang-7: error: linker command failed with exit code 1 for macOS Big Sur

自作多情 提交于 2020-12-22 19:24:31
问题 Installing R packages that need compiling in macOS is broken since Big Sur. Here is such an example. > install.packages('nlme') There is a binary version available but the source version is later: binary source needs_compilation nlme 3.1-150 3.1-151 TRUE Do you want to install from sources the package which needs compilation? (Yes/no/cancel) Yes installing the source package ‘nlme’ trying URL 'https://cran.rstudio.com/src/contrib/nlme_3.1-151.tar.gz' Content type 'application/x-gzip' length

clang-7: error: linker command failed with exit code 1 for macOS Big Sur

大憨熊 提交于 2020-12-22 19:13:49
问题 Installing R packages that need compiling in macOS is broken since Big Sur. Here is such an example. > install.packages('nlme') There is a binary version available but the source version is later: binary source needs_compilation nlme 3.1-150 3.1-151 TRUE Do you want to install from sources the package which needs compilation? (Yes/no/cancel) Yes installing the source package ‘nlme’ trying URL 'https://cran.rstudio.com/src/contrib/nlme_3.1-151.tar.gz' Content type 'application/x-gzip' length

clang-7: error: linker command failed with exit code 1 for macOS Big Sur

邮差的信 提交于 2020-12-22 19:13:17
问题 Installing R packages that need compiling in macOS is broken since Big Sur. Here is such an example. > install.packages('nlme') There is a binary version available but the source version is later: binary source needs_compilation nlme 3.1-150 3.1-151 TRUE Do you want to install from sources the package which needs compilation? (Yes/no/cancel) Yes installing the source package ‘nlme’ trying URL 'https://cran.rstudio.com/src/contrib/nlme_3.1-151.tar.gz' Content type 'application/x-gzip' length

Installing Netbeans 8.2 on MacOS Big Sur no JDK found

淺唱寂寞╮ 提交于 2020-12-15 06:05:34
问题 I have recently upgraded into MacOS Big Sur and when tried to open NetBeans 8.2 it gave an error The JDK is missing and is required to run some NetBeans modules . Please use the --JDK home command-line option to specify a JDK installation I tried setting JAVA_HOME to the JDK path but it didn't work. So, I uninstalled Netbeans and JDK and re-downloaded Netbeans 8.2 and JDK 8. Now when trying to set up the Netbeans, it shows : NetBeans IDE cannot be installed. Java (JRE) found on your computer

XAMPP VM not responding with OSX big sur beta 3

戏子无情 提交于 2020-12-14 06:25:21
问题 I just downloaded the MacOS Big Sur Beta 3. The problem is when I'm trying to open XAMPP, you can see the application jumping on the dock but it stops right away without doing any action. Is it possible to access my files without running the XAMPP VM? 回答1: Same thing happens to me… Until it gets fixed, you can use the console interface: sudo /Applications/XAMPP/xamppfiles/ctlscript.sh start 来源: https://stackoverflow.com/questions/63095133/xampp-vm-not-responding-with-osx-big-sur-beta-3

Error installing jupyterlab/jupyter notebook on MacOS big sur

生来就可爱ヽ(ⅴ<●) 提交于 2020-12-13 09:28:09
问题 I'm trying to install jupyter on my mac, but I'm facing errors while installing. The commands used to install: pip install jupyterlab pip install notebook Both give similar errors. I acknowledge I'm on a beta OS thus I wouldn't complain if it's not supported, just asking to make sure that it's not some stupid user-errors. Errors shown: Defaulting to user installation because normal site-packages is not writeable Collecting notebook Using cached notebook-6.1.4-py3-none-any.whl (9.5 MB)

Cannot listen to any TCP port on macOS Big Sur with app Proxifier: protocol wrong type for socket

ぐ巨炮叔叔 提交于 2020-12-08 03:32:48
问题 Environment macOS Big Sur 11.0.1 (20B29) System Firmware Version: 1554.50.3.0.0 (iBridge: 18.16.12561.0.0,0) MacBook Pro (15-inch, 2019) ( MacBookPro15,1 ) Using Proxifier (edit: resolved because of this. see answer below) $ uname -a Darwin MacBook-Pro.local 20.1.0 Darwin Kernel Version 20.1.0: Sat Oct 31 00:07:11 PDT 2020; root:xnu-7195.50.7~2/RELEASE_X86_64 x86_64 Problem When tried to listen to any TCP port (tried TCP ports like 1 , 80 , 5555 , 10000 , 60000 ) system complains Protocol

Determine Volume Groups in macOS Catalina, Big Sur and later

空扰寡人 提交于 2020-12-06 12:32:49
问题 Since macOS 10.15 (Catalina), a volume, as the user sees it, may actually be comprised of multiple volumes, such as the System and the Data volume. I'm writing a tool that needs to identify these volumes separately because when using specific file operations, such as searchfs and fts_read , which do not cross such volume boundaries, I need to understand which volumes belong together, so that, when the user wants to search a system volume, I know to include both the "System" and its "Data"