Expo XDE "timeout of 60000 ms exceeded"? - react-native-ios

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

Related

Node.js Header Deprecation Error Message in Mac 10.13 VSC

Good afternoon.
I've been fighting with Visual Studio Code for about a week now with an XMPie support rep and neither of us can figure out how to resolve this issue. My experience with React and Node.js is still beginner level as well, so if there is anything I'm obviously missing please let me know.
After launching a localhost for testing from VSC, when I attempt to work on a site skin in React, I get a "(node:77089) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated" everytime I save the change. As such, the localhost does not update in the browser.
The tech was able to finally replicate my issue by first installing node.js v14 and then downgrading to v12 which is the version that is approved.
I've done the following steps to try and fix the issue.
Uninstalled node and npm from the terminal
Verified/Deleted node related files/directories at:
/usr/local/lib/node_modules
/usr/local/lib/node_modules/npm/node_modules
/usr/local/include/node
/usr/local/lib/dtrace/node.d
/usr/local/lib/node_modules
/usr/local/share/doc/node
/usr/local/share/man/man1/node.1
/usr/local/systemtap/tapset/node.stp
Restarted, then reinstalled v12 of node.
However, the deprecated issue still remains and neither of us can figure out why that is. New user accounts exhibit this same behavior as well. Short of wiping and reinstalling the OS, I'm hoping to find out what we're missing to fix this issue. Thanks for your time and any assistance you can provide.

Why I get an error in android studio that says CocoaPods not installed even after installing it?

I am currently taking a flutter course and everything was going so well until I started running the Clima App code. I am sure the code is correct because I am taking the completed solution from GitHub, but I am getting this error and I am not sure what it is.
Warning: CocoaPods not installed. Skipping pod install.
Could someone please help me figure out this problem? Because I have tried all the possible solutions I found in the internet.
Did you run pod install inside the iOS folder?

Problem using Xcode with expo, issue reading the current version?

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.

NodeJS does not work after uprading from version 8.11.1

I decided to upgrade my version of nodejs from 8.11.1 to 10.15.3. I am running on Windows 10 so I downloaded v10.15.3-x64.msi file. I created a brand new Angular application from "ng new" command and I got the "HTTP ERROR 400" page with no error in the console.
I have cleared the cache, reboot the system and nothing helps. When I will go back to node JS version 8.11.1 everything starts to work again. The newest version of nodejs v11.11.0-x86.msi also doesn't work for me.
How this can happen and how can I get any information what is going on?
EDIT: this is not a duplication of any existing topics about upgrading NodeJS, because the new version is seen by the system and all components - see the console result in the screenshot I provided. After upgrading the NodeJs all my solutions based on that technology stoped working showing HTTP Error 400 page. After degrading to v8 everything starts working again.
The problem came back when I had to install newer version of node (12.14.1), so this time it worked. Additionally I deleted folders that prompted from runnig where npm command after deleting an old version.

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

Resources