Installing Angular on Mac M1 - macos

I am having issues installing Angular I have a picture of my logs below.
I went to Nodejs.org installed newest version and It stays at version 16.8.0
I am not sure if this is an issue with Mac M1
Node version 16.8.0
Npm version 8.3.0
OS is macOS Big Sur versions 11.3.1
below is a link to my log messages of me trying to install Angular
Log Messages
any help or insight would be greatly appreciated.

Your node is not required updates. Angular 13.1.2 need 16.10.0 and your node version is v16.8.0. Update your node first with the below command
brew update
brew upgrade node

Related

Error Node Sass does not yet supported your current environment: OS X Unsupported architecture (arm64)

I'm having problems using node sass on mac M1, what workaround could solve the problem?
npm install node-sass should bring you to the latest version.
Issue went away for me after updating.

Why can't I update to the latest version of nativescript-theme (nativescript)

Using the latest nativescript core w/ Android 6.5
In the project file, I see I'm using nativescript-theme 2.2.1
I see the latest version is 2.3.4.
I do npm outdated on the command line and nativescript-theme is not listed.
Anyone know why I cannot update to the latest version?
I also did npm outdated #nativescript/theme.

got problem when installing DJIWidget 1.6.1?

I am trying to install DJIWidget version 1.6.1 using CocoPods but it didn't work!! and I got my pod version 1.5.3. Is there any solution for this?
I want to run the project provided on Github:
https://github.com/DJI-Mobile-SDK-Tutorials/iOS-FPVDemo
This is the shortcut image error on my MacBook pro
Indeed, my Xcode version is 10.1 and my macOS is Catalina
I got it, I just changed inside the pod file the version of the DJIWidget from 1.6.1 to 1.6
enter image description here
However, if someone had the installation working with the 1.6.1 Please give us the solution!

Xcode-7, Could not build Module <IBMMobileFirstFoundation>

I am facing an issue, related to cordova ios build using Xcode-7.
when I create fresh project on mac machine, I am able to build and run that on simulator ios 6s. But When I try to import the project built on windows machine to mac, I am not able to build it succesfully.
***Error:*
could not build module "IBMMobileFirstPlatformFoundation".
**
*Configuration on windows:
cordova 6.5.0
ionic 3.3.0
node 6.10.3
ios platform version is 4.4.0
npm version is 3.10.10
*
*configuration on mac machine
cordova 6.5.0
ionic 3.3.0
node 6.11
ios platform version is 4.4.0
npm version is 3.10.10
*
Xcode is 7.
thank you for kind attention, kindly suggest me what I doing wrong.
:)
After one week R&D, I found the the answer to the problem, there was the problem of Xcode version, I just updated the OS version and also the Xcode version. Later On I came to know that problem was cordova and ionic version also. I update the cordova version to 7.2.0 and ionic version to 3.4.0.
I have build the app and its running fine, with some UI issues.
also use ionic cordova build to build the project.
thank you.

upgrading cordova fails (Node 6.9.1 , OSX El Capitan)

Upgrading Ionic from CLI 1.7.16 to 2.X finished successfully but it asks for Cordova to be upgraded too. All my attempts to upgrade cordova fail: "npn install -g cordova" fails with error in a package called "abbrev" . See screenshot below.
I am on newest Node (v6.9.1 as recommended by Ionic, npm v3.10.8), Mac OSX El Capitan with 16GB of ram.
Any ideas what may be wrong and how to overcome that?
Thanks much !!
Zvi
problem solved. It was a conflict with an older version of cordova that didn't get removed in the installation process. Removing it manually, then installing cordova, solved the problem.

Resources