question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Expo IDE unable to create new projects

See original GitHub issue

I’ve been attempting to create a new project using the updated IDE however it does not ever finish ‘extracting files’. I’ve left this open for an entire night with no avail. After force exiting, the project appears however the name is not present and these warnings are present in the console.

Warning Warning: Problem validating asset fields: Invalid URI “./assets/icons/app.png”. Warning Warning: ‘@expo/vector-icons’ dependency is not installed. Warning: ‘expo’ dependency is not installed.

If there is an issue running your project, please run npm install in /Users/myusername/Github/exampleproject and restart.

After attempting to npm install, these errors appear in the terminal:

npm WARN enoent ENOENT: no such file or directory, open ‘/Users/myusername/Github/exampleproject/node_modules/exec-sh/package.json’ npm WARN enoent ENOENT: no such file or directory, open ‘/Users/myusername/Github/exampleproject/node_modules/exit-hook/package.json’

There are 100’s of these missing.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:2
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

4reactions
Alonskicommented, May 19, 2017

I also had this issue and came looking here. Opening the console I noticed that NPM didn’t have permissions to write files. I reopened Expo as Administrator and was able to create a project in less than a minute where before it was taking much long if at all.

I am running Windows 10 latest update

0reactions
anpcommented, Jun 16, 2017

@lal12 oh yeah, it looks like a version with symlinks was released. This will be resolved when the new starter projects are released early next week, sorry for that!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Not able to add existing project into expo - Expo SDK - Forums
I have a project created using react-native init project-name. I am not used 'create-react-native-app' as it is not supporting native code ...
Read more >
Expo project created with create-expo-app errors - ios
I'm using Expo Go on iOS (both simulator and physical devise). This happens with both a blank project and a typescript project that...
Read more >
Create React Native app using Expo CLI or ... - Codemagic Blog
Create React Native app using Expo CLI. Run the following commands to create a new React Native project named 'FirstProject' using Expo CLI:....
Read more >
Creating your project with Expo
There is also a way to create projects using React Native CLI but it ... It is always a good idea to check...
Read more >
Being free from “expo” in React Native apps - Medium
Expo allows you to work using an SDK with access to native ... First we are showing you how to create a project...
Read more >

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found