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