Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. ```
  2. Sandeep@PC MINGW64 ~
  3. $ react-native --version
  4. react-native-cli: 2.0.1
  5. react-native: n/a - not inside a React Native project directory
  6.  
  7. Sandeep@PC MINGW64 ~
  8. $ react-native -v
  9. react-native-cli: 2.0.1
  10. react-native: n/a - not inside a React Native project directory
  11.  
  12. Sandeep@PC MINGW64 ~
  13. $ ls
  14. AndroidStudioProjects/ ntuser.dat Recent@
  15. AppData/ ntuser.dat.LOG1 'Saved Games'/
  16. 'Application Data'@ ntuser.dat.LOG2 Searches/
  17. Cookies@ NTUSER.DAT{889d499b-0b5e-11e3-93f9-90b11c1ccade}.TM.blf SendTo@
  18. Desktop/ NTUSER.DAT{889d499b-0b5e-11e3-93f9-90b11c1ccade}.TMContainer00000000000000000001.regtrans-ms SkyDrive/
  19. Documents/ NTUSER.DAT{889d499b-0b5e-11e3-93f9-90b11c1ccade}.TMContainer00000000000000000002.regtrans-ms 'SkyDrive (2).old'/
  20. Downloads/ ntuser.dat{beb6cf78-1a03-11e7-8270-c038969892a2}.TM.blf 'SkyDrive (3).old'/
  21. Favorites/ ntuser.dat{beb6cf78-1a03-11e7-8270-c038969892a2}.TMContainer00000000000000000001.regtrans-ms 'SkyDrive (4).old'/
  22. IntelGraphicsProfiles/ ntuser.dat{beb6cf78-1a03-11e7-8270-c038969892a2}.TMContainer00000000000000000002.regtrans-ms SkyDrive.old/
  23. Links/ ntuser.ini 'Start Menu'@
  24. 'Local Settings'@ Oracle/ sum/
  25. Music/ package-lock.json Templates@
  26. 'My Documents'@ Pictures/ Videos/
  27. NetHood@ PrintHood@ workspace/
  28.  
  29. Sandeep@PC MINGW64 ~
  30. $ cd /e
  31.  
  32. Sandeep@PC MINGW64 /e
  33. $ cd projects/
  34.  
  35. Sandeep@PC MINGW64 /e/projects
  36. $ ls
  37. JavaScript/ ReactNative/ Rishikesh/
  38.  
  39. Sandeep@PC MINGW64 /e/projects
  40. $ cd R
  41. bash: cd: R: No such file or directory
  42.  
  43. Sandeep@PC MINGW64 /e/projects
  44. $ cd ReactNative/
  45.  
  46. Sandeep@PC MINGW64 /e/projects/ReactNative (master)
  47. $ ls
  48. docs/ LICENSE README.md src/
  49.  
  50. Sandeep@PC MINGW64 /e/projects/ReactNative (master)
  51. $ cd src/
  52.  
  53. Sandeep@PC MINGW64 /e/projects/ReactNative/src (master)
  54. $ cd Apps/
  55.  
  56. Sandeep@PC MINGW64 /e/projects/ReactNative/src/Apps (master)
  57. $ ls
  58. CabBookingApp/ MeatApp/ MuttonApp/
  59.  
  60. Sandeep@PC MINGW64 /e/projects/ReactNative/src/Apps (master)
  61. $ cd CabBookingApp/
  62.  
  63. Sandeep@PC MINGW64 /e/projects/ReactNative/src/Apps/CabBookingApp (master)
  64. $ react-native -v
  65. react-native-cli: 2.0.1
  66. react-native: 0.44.0
  67.  
  68. Sandeep@PC MINGW64 /e/projects/ReactNative/src/Apps/CabBookingApp (master)
  69. $
  70.  
  71. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement