Skip to content

Instantly share code, notes, and snippets.

@MrRoyce
Created September 26, 2016 13:48
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 MrRoyce/d91452527c27187ae0a5aaff48f9ccab to your computer and use it in GitHub Desktop.
Save MrRoyce/d91452527c27187ae0a5aaff48f9ccab to your computer and use it in GitHub Desktop.
Error: Cannot resolve module 'babel-runtime' in /Applications/MAMP/htdocs/tonight
ModuleNotFoundError: Module not found: Error: Cannot resolve module 'babel-runtime' in /Applications/MAMP/htdocs/tonight
at /Applications/MAMP/htdocs/tonight/node_modules/webpack/lib/Compilation.js:229:38
at onDoneResolving (/Applications/MAMP/htdocs/tonight/node_modules/webpack/lib/NormalModuleFactory.js:29:20)
at /Applications/MAMP/htdocs/tonight/node_modules/webpack/lib/NormalModuleFactory.js:85:20
at /Applications/MAMP/htdocs/tonight/node_modules/async/lib/async.js:726:13
at /Applications/MAMP/htdocs/tonight/node_modules/async/lib/async.js:52:16
at done (/Applications/MAMP/htdocs/tonight/node_modules/async/lib/async.js:241:17)
at /Applications/MAMP/htdocs/tonight/node_modules/async/lib/async.js:44:16
at /Applications/MAMP/htdocs/tonight/node_modules/async/lib/async.js:723:17
at /Applications/MAMP/htdocs/tonight/node_modules/async/lib/async.js:167:37
at /Applications/MAMP/htdocs/tonight/node_modules/enhanced-resolve/lib/UnsafeCachePlugin.js:24:19
at onResolved (/Applications/MAMP/htdocs/tonight/node_modules/enhanced-resolve/lib/Resolver.js:38:18)
at innerCallback (/Applications/MAMP/htdocs/tonight/node_modules/enhanced-resolve/lib/Resolver.js:94:11)
at loggingCallbackWrapper (/Applications/MAMP/htdocs/tonight/node_modules/enhanced-resolve/lib/createInnerCallback.js:21:19)
at /Applications/MAMP/htdocs/tonight/node_modules/tapable/lib/Tapable.js:134:6
at /Applications/MAMP/htdocs/tonight/node_modules/enhanced-resolve/lib/ModulesInDirectoriesPlugin.js:54:23
at /Applications/MAMP/htdocs/tonight/node_modules/enhanced-resolve/lib/Resolver.js:191:15
at /Applications/MAMP/htdocs/tonight/node_modules/enhanced-resolve/lib/ModulesInDirectoriesPlugin.js:45:26
at loggingCallbackWrapper (/Applications/MAMP/htdocs/tonight/node_modules/enhanced-resolve/lib/createInnerCallback.js:21:19)
at /Applications/MAMP/htdocs/tonight/node_modules/tapable/lib/Tapable.js:134:6
at /Applications/MAMP/htdocs/tonight/node_modules/enhanced-resolve/lib/Resolver.js:122:33
at /Applications/MAMP/htdocs/tonight/node_modules/enhanced-resolve/lib/Resolver.js:191:15
at applyPluginsParallelBailResult.createInnerCallback.log (/Applications/MAMP/htdocs/tonight/node_modules/enhanced-resolve/lib/Resolver.js:110:4)
at loggingCallbackWrapper (/Applications/MAMP/htdocs/tonight/node_modules/enhanced-resolve/lib/createInnerCallback.js:21:19)
at /Applications/MAMP/htdocs/tonight/node_modules/tapable/lib/Tapable.js:134:6
at Tapable.next (/Applications/MAMP/htdocs/tonight/node_modules/enhanced-resolve/lib/DirectoryDescriptionFilePlugin.js:61:40)
at Tapable.<anonymous> (/Applications/MAMP/htdocs/tonight/node_modules/enhanced-resolve/lib/DirectoryDescriptionFilePlugin.js:71:6)
at Storage.finished (/Applications/MAMP/htdocs/tonight/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:38:16)
at /Applications/MAMP/htdocs/tonight/node_modules/graceful-fs/graceful-fs.js:78:16
at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:404:3)
resolve module babel-runtime in /Applications/MAMP/htdocs/tonight
looking for modules in /Applications/MAMP/htdocs/tonight
/Applications/MAMP/htdocs/tonight/babel-runtime doesn't exist (module as directory)
resolve 'file' babel-runtime in /Applications/MAMP/htdocs/tonight
resolve file
/Applications/MAMP/htdocs/tonight/babel-runtime doesn't exist
/Applications/MAMP/htdocs/tonight/babel-runtime.js doesn't exist
/Applications/MAMP/htdocs/tonight/babel-runtime.jsx doesn't exist
looking for modules in /Applications/MAMP/htdocs/tonight/node_modules
resolve 'file' babel-runtime in /Applications/MAMP/htdocs/tonight/node_modules
resolve file
/Applications/MAMP/htdocs/tonight/node_modules/babel-runtime is not a file
/Applications/MAMP/htdocs/tonight/node_modules/babel-runtime.js doesn't exist
/Applications/MAMP/htdocs/tonight/node_modules/babel-runtime.jsx doesn't exist
resolve 'file' or 'directory' /Applications/MAMP/htdocs/tonight/node_modules/babel-runtime
resolve file
/Applications/MAMP/htdocs/tonight/node_modules/babel-runtime is not a file
/Applications/MAMP/htdocs/tonight/node_modules/babel-runtime.js doesn't exist
/Applications/MAMP/htdocs/tonight/node_modules/babel-runtime.jsx doesn't exist
resolve directory
directory default file index
resolve file index in /Applications/MAMP/htdocs/tonight/node_modules/babel-runtime
/Applications/MAMP/htdocs/tonight/node_modules/babel-runtime/index doesn't exist
/Applications/MAMP/htdocs/tonight/node_modules/babel-runtime/index.js doesn't exist
/Applications/MAMP/htdocs/tonight/node_modules/babel-runtime/index.jsx doesn't exist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment