Skip to content

Instantly share code, notes, and snippets.

@robinheinze
Created July 13, 2021 17:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robinheinze/dfa78d586b5c2e31687e8707d66ca3de to your computer and use it in GitHub Desktop.
Save robinheinze/dfa78d586b5c2e31687e8707d66ca3de to your computer and use it in GitHub Desktop.
/Users/robinheinze/.npm/_npx/e31027f3785124a8/node_modules/gluegun/build/index.js:13
throw up;
^
npm WARN exec The following package was not found and will be installed: react-native-rename
npm WARN deprecated nomnom@1.8.1: Package no longer supported. Contact support@npmjs.com for more info.
mv: no such file or directory: /Users/robinheinze/Code/ir/MyApp/ios/MyApp
mv: no such file or directory: /Users/robinheinze/Code/ir/MyApp/ios/MyApp-tvOS
mv: no such file or directory: /Users/robinheinze/Code/ir/MyApp/ios/MyApp-tvOSTests
mv: no such file or directory: /Users/robinheinze/Code/ir/MyApp/ios/MyApp.xcodeproj
mv: no such file or directory: /Users/robinheinze/Code/ir/MyApp/ios/MyApp.xcodeproj/xcshareddata/xcschemes/MyApp-tvOS.xcscheme
mv: no such file or directory: /Users/robinheinze/Code/ir/MyApp/ios/MyApp.xcodeproj/xcshareddata/xcschemes/MyApp.xcscheme
mv: no such file or directory: /Users/robinheinze/Code/ir/MyApp/ios/MyAppTests
mv: no such file or directory: /Users/robinheinze/Code/ir/MyApp/ios/MyAppTests/MyAppTests.m
mv: no such file or directory: /Users/robinheinze/Code/ir/MyApp/ios/MyApp.xcworkspace
mv: no such file or directory: /Users/robinheinze/Code/ir/MyApp/ios/MyApp/MyApp.entitlements
mv: no such file or directory: /Users/robinheinze/Code/ir/MyApp/ios/MyApp-Bridging-Header.h
node:internal/process/promises:246
triggerUncaughtException(err, true /* fromPromise */);
^
[Error: ENOENT: no such file or directory, open '/Users/robinheinze/Code/ir/MyApp/android/app/src/main/AndroidManifest.xml'] {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/Users/robinheinze/Code/ir/MyApp/android/app/src/main/AndroidManifest.xml'
}
(Use `node --trace-uncaught ...` to show where the exception was thrown)
@robinheinze
Copy link
Author

robinheinze commented Jul 13, 2021

Ignite Doctor:

(main)⚡ % npx ignite-cli doctor                                                                                                                                                       ~/Code/ir/MyApp
System
  platform           darwin
  arch               x64
  cpu                12 cores     Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
  directory          MyApp        /Users/robinheinze/Code/ir/MyApp

JavaScript (and globally-installed packages)
  node               16.4.2       /usr/local/bin/node
  npm                7.18.1       /usr/local/bin/npm
    npm              7.18.1
  yarn               1.22.10      /usr/local/bin/yarn
    react-devtools   4.10.4

Ignite
  ignite-cli         7.0.6        /Users/robinheinze/.npm/_npx/e31027f3785124a8/node_modules/.bin/ignite
  ignite src         build        /Users/robinheinze/.npm/_npx/e31027f3785124a8/node_modules/ignite-cli/build

Android
  java               1.8.0_292    /usr/bin/java
  android home       -            /Users/robinheinze/Library/Android/sdk

iOS
  xcode              12.5.1
  cocoapods          1.10.1       /usr/local/bin/pod

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment