Guest User

Untitled

a guest
Jul 9th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.56 KB | None | 0 0
  1. L:\>create-react-app myapp
  2. Creating a new React app in L:\myapp.
  3.  
  4. Installing packages. This might take a couple of minutes.
  5. Installing react, react-dom, and react-scripts...
  6.  
  7. yarn add v0.27.5
  8. info No lockfile found.
  9. [1/4] Resolving packages...
  10. [2/4] Fetching packages...
  11. warning [email protected]: The platform "win32" is incompatible with this module.
  12. info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
  13. [3/4] Linking dependencies...
  14. [4/4] Building fresh packages...
  15. success Saved lockfile.
  16. success Saved 876 new dependencies.
  17. Done in 31.60s.
  18.  
  19. Aborting installation.
  20. Unexpected error. Please report it as a bug:
  21. { Error: Cannot find module 'L:\myapp\node_modules\react-scripts\scripts\init.js'
  22. at Function.Module._resolveFilename (module.js:469:15)
  23. at Function.Module._load (module.js:417:25)
  24. at Module.require (module.js:497:17)
  25. at require (internal/module.js:20:19)
  26. at getPackageName.then.then.then.packageName (C:\Users\Sean\AppData\Roaming\npm\node_modules\create-react-app\createReactApp.js:298:20)
  27. at process._tickCallback (internal/process/next_tick.js:109:7) code: 'MODULE_NOT_FOUND' }
  28.  
  29. Deleting generated file... node_modules
  30. Deleting generated file... package.json
  31. Done.
  32.  
  33. L:\>
Add Comment
Please, Sign In to add comment