Problem using Xcode with expo, issue reading the current version? - node.js

I was trying to run Expo simulation on Xcode and I kept getting an error message saying
The experience you requested uses Expo SDK 33.0.0, but this copy of Expo Client requires at least v24.0.0
I have updated my expo, expo-cli and node then rebooted my macbook, however I am still getting the same error message.
in my package.json, it says
"expo": "^34.0.4",
"jest-expo": "^34.0.4",
I have tried the solution suggested here, however it did not fix my problem. Any idea what's the problem and how to fix it?

Inside of your project directory run expo client:install:ios or expo client:install:android. This will show you a prompt like this:
╰─$ expo client:install:ios
? You are currently using SDK 33.0.0. Would you like to install client version
unknown released for this SDK? (Y/n)
Go ahead and press y and a version of the Expo client compatible with SDK 33 will be installed in your simulator.

Related

"Cannot find plugin.xml for plugin kapsel-plugin-i18n. Please try adding it again." when I'm trying to install kapsel-plugin-i18n for iOS 15 (local)

Do you know which version of kapsel-plugin-i18n might work with iOS 15 ?
Which version of npm and node might fit with Cordova 9.0.0 ?
Indeed, I had to upgrade the Kapsel plugins for my application to fit with iOS 15 but there is an error when I try to install the kapsel-plugin-i18n. (which comes from the SDK 3.2 SP04 PL1).
"Cannot find plugin.xml for plugin kapsel-plugin-i18n. Please try adding it again."
But the plugin.xml is here, in the local directory.
For information, I'm using :
Cordova 9.0.0
npm 6.14.15
node : 14.18.0
Mac OS Big Sur (11.6)
The command line I'm using is :
sudo cordova plugin add kapsel-plugin-i18n --searchpath /Absolute path to plugin local directory/.
Thank you for your answer.
Kat
As per the git repo :
Security holding package
This package contained malicious code and was
removed from the registry by the npm security team. A placeholder was
published to ensure users are not affected in the future.

React native cannot start js server properly

I have trying to run a newly created react-native project with react-native init command
when using react-native run-android, it has the issue of starting the js server as the path to user profile "C:\User\Dan" is not recognized.
I'm guessing this issue is due to the fact that my profile folder has a spacing of "Dan Tan".
But I have no idea how to work around this.
It has no issue starting the android emulator right after.
Operating System: Windows 10
npm : 6.9.0
node :10.16.3

Ionic Cordova on Windows 7 cannot create project

Straight to the point, I am trying to learn and play around with Ionic development.
Installed Node.js
and
npm install -g cordova ionic
, seems to install successfully , i can see the version. Now when i run the command ionic start , the folder gets created but after that i am getting a message Downloading and extracting starter after a few seconds it just stops. Then when i cd into the newly created directory i found nothing.
So what i have tried, i uninstalled cleaned and reinstalled node and cordova ionic for around 10 times, searched left and right of google and i am unable to find solution (Maybe i am not searching properly) . I am running Windows 7 sp1 ultimate edition, Turned off firewall ,restarted the system a few times . Nothing i am unable to move from this step, any Ideas, I am adding pictures for the reference.
any help and pointers will be greatly appreciated. What i am doing wrong ???
this is a home system and i am definitely not behind a proxy.
[EDIT]
as per the comment i tried and here is the result
EDIT today once again i retried with ionic now i am seeing different error
A successful ionic start should look like below:
Looks like for some reason this command doesn't complete on your machine. Not sure what goes wrong for you, but as an alternative to ionic start, you can try downloading the starter project yourself through github. Just install git, and then type:
git clone https://github.com/ionic-team/ionic-starter-sidemenu.git

Expo XDE "timeout of 60000 ms exceeded"?

I am using Expo XDE to create a new project for my first react native application.
But whenever I click on "create new project", it starts downloading some stuff and errors out. Don't know where to increase this timeout value, I checked the documentation of expo but could not find anything related to this. Any leads here is really appreciated.
Please note that I installed expo xde-2.22.0.dmg on mac OS High Sierra version 10.13 (17A405)
Looks like someone reported this issue to expo after reading this question.
An update to XDE is made that increases the timeout. Upgrading to XDE v2.22.1 should fix this.
I had the same issue and ended up using react-native init then porting the project over to expo Expo Docs on how to convert a project to work with expo

Ionic 2 - Module cordova.plugin-vibration.notification does not exist

I'm having a problem here running ionic emulate android. When I run ionic serve everything works fine, with no error messages. But, when I try to emulate it... or even run it on my device, I get a white screen. When I enabled consolelogs, I got the following error:
I tried to install cordova plugin add cordova-plugin-vibration again but it says it's been already installed.
Do you guys have any idea how I could solve it?
Thanks

Resources