Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
448
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. swipes@0.0.1 start C:aswipes-apimobile
  2. node node_modules/react-native/local-cli/cli.js start
  3.  
  4. Scanning 722 folders for symlinks in C:aswipes-apimobilenode_modules (30ms)
  5. ┌────────────────────────────────────────────────────────────────────────────┐
  6. │ Running packager on port 8081. │
  7. │ │
  8. │ Keep this packager running while developing on any JS projects. Feel │
  9. │ free to close this tab and run your own packager instance if you │
  10. │ prefer. │
  11. │ │
  12. │ https://github.com/facebook/react-native │
  13. │ │
  14. └────────────────────────────────────────────────────────────────────────────┘
  15. Looking for JS files in
  16. C:aswipes-apimobile
  17.  
  18. error: bundling: NotFoundError: Cannot find entry file index.android.js in any of the roots: ["C:\a\swipes-api\mobile"]
  19. at DependencyGraph._getAbsolutePath (C:/a/swipes-api/mobile/node_modules/react-native/packager/src/node-haste/DependencyGraph.js:280:11)
  20. at DependencyGraph.getDependencies (C:/a/swipes-api/mobile/node_modules/react-native/packager/src/node-haste/DependencyGraph.js:218:26)
  21. at Resolver.getDependencies (C:/a/swipes-api/mobile/node_modules/react-native/packager/src/Resolver/index.js:107:27)
  22. at C:/a/swipes-api/mobile/node_modules/react-native/packager/src/Bundler/index.js:591:37
  23. at next (native)
  24. at step (C:aswipes-apimobilenode_modulesreact-nativepackagersrcBundlerindex.js:12:445)
  25. at C:aswipes-apimobilenode_modulesreact-nativepackagersrcBundlerindex.js:12:605
  26. at process._tickCallback (internal/process/next_tick.js:103:7)
  27. Bundling `index.android.js` 0.0% (0/1), failed.
  28.  
  29. C:usrFar>node -v && npm -v
  30. v6.11.1
  31. 3.10.10
  32.  
  33. sh -c 'rm -rf $TMP/react*'
  34. npm cache clean
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement