Skip to content

Instantly share code, notes, and snippets.

@jacobrosenthal
Created March 18, 2015 07:51
Show Gist options
  • Save jacobrosenthal/b613b27110d0ab28f021 to your computer and use it in GitHub Desktop.
Save jacobrosenthal/b613b27110d0ab28f021 to your computer and use it in GitHub Desktop.
Gulp Webpack Babel Emscripten
Jacobs-MacBook-Air-2:ChromeIDE jacobrosenthal$ npm run build
> [email protected] build /Users/jacobrosenthal/Desktop/ChromeIDE
> gulp
[00:50:05] Requiring external module babel/register
[00:50:06] Using gulpfile ~/Desktop/ChromeIDE/gulpfile.babel.js
[00:50:06] Starting 'default'...
[00:50:06] Starting 'js'...
Note: The code generator has deoptimised the styling of "/Users/jacobrosenthal/Desktop/bs2-serial/lib/a.out.js" as it exceeds the max of "100KB".
[00:50:19] Webpack - JS Rebuilt
[00:50:19] 'js' errored after 58 s
[00:50:19] ModuleNotFoundError: Module not found: Error: Cannot resolve module 'babel-runtime/core-js' in /Users/jacobrosenthal/Desktop/bs2-serial/lib
at Tapable.<anonymous> (/Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/lib/Compilation.js:218:38)
at Tapable.<anonymous> (/Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/lib/NormalModuleFactory.js:55:19)
at /Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/node_modules/async/lib/async.js:254:17
at done (/Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/node_modules/async/lib/async.js:129:15)
at /Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/node_modules/async/lib/async.js:32:16
at /Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/node_modules/async/lib/async.js:251:21
at /Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/node_modules/async/lib/async.js:575:34
at /Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/node_modules/enhanced-resolve/lib/UnsafeCachePlugin.js:24:19
at onResolved (/Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/node_modules/enhanced-resolve/lib/Resolver.js:38:18)
at innerCallback (/Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/node_modules/enhanced-resolve/lib/Resolver.js:94:11)
[00:50:19] 'default' errored after 58 s
[00:50:19] ModuleNotFoundError: Module not found: Error: Cannot resolve module 'babel-runtime/core-js' in /Users/jacobrosenthal/Desktop/bs2-serial/lib
at Tapable.<anonymous> (/Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/lib/Compilation.js:218:38)
at Tapable.<anonymous> (/Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/lib/NormalModuleFactory.js:55:19)
at /Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/node_modules/async/lib/async.js:254:17
at done (/Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/node_modules/async/lib/async.js:129:15)
at /Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/node_modules/async/lib/async.js:32:16
at /Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/node_modules/async/lib/async.js:251:21
at /Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/node_modules/async/lib/async.js:575:34
at /Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/node_modules/enhanced-resolve/lib/UnsafeCachePlugin.js:24:19
at onResolved (/Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/node_modules/enhanced-resolve/lib/Resolver.js:38:18)
at innerCallback (/Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/node_modules/enhanced-resolve/lib/Resolver.js:94:11)
Note: The code generator has deoptimised the styling of "/Users/jacobrosenthal/Desktop/bs2-serial/lib/a.out.js" as it exceeds the max of "100KB".
[00:50:57] Webpack - JS Rebuilt
[00:50:57] 'js' errored after 52 s
[00:50:57] ModuleNotFoundError: Module not found: Error: Cannot resolve module 'babel-runtime/core-js' in /Users/jacobrosenthal/Desktop/bs2-serial/lib
at Tapable.<anonymous> (/Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/lib/Compilation.js:218:38)
at Tapable.<anonymous> (/Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/lib/NormalModuleFactory.js:55:19)
at /Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/node_modules/async/lib/async.js:254:17
at done (/Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/node_modules/async/lib/async.js:129:15)
at /Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/node_modules/async/lib/async.js:32:16
at /Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/node_modules/async/lib/async.js:251:21
at /Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/node_modules/async/lib/async.js:575:34
at /Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/node_modules/enhanced-resolve/lib/UnsafeCachePlugin.js:24:19
at onResolved (/Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/node_modules/enhanced-resolve/lib/Resolver.js:38:18)
at innerCallback (/Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/node_modules/enhanced-resolve/lib/Resolver.js:94:11)
[00:50:57] 'default' errored after 52 s
[00:50:57] ModuleNotFoundError: Module not found: Error: Cannot resolve module 'babel-runtime/core-js' in /Users/jacobrosenthal/Desktop/bs2-serial/lib
at Tapable.<anonymous> (/Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/lib/Compilation.js:218:38)
at Tapable.<anonymous> (/Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/lib/NormalModuleFactory.js:55:19)
at /Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/node_modules/async/lib/async.js:254:17
at done (/Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/node_modules/async/lib/async.js:129:15)
at /Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/node_modules/async/lib/async.js:32:16
at /Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/node_modules/async/lib/async.js:251:21
at /Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/node_modules/async/lib/async.js:575:34
at /Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/node_modules/enhanced-resolve/lib/UnsafeCachePlugin.js:24:19
at onResolved (/Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/node_modules/enhanced-resolve/lib/Resolver.js:38:18)
at innerCallback (/Users/jacobrosenthal/Desktop/ChromeIDE/node_modules/webpack/node_modules/enhanced-resolve/lib/Resolver.js:94:11)
npm ERR! Darwin 13.4.0
npm ERR! argv "node" "/usr/local/bin/npm" "run" "build"
npm ERR! node v0.12.0
npm ERR! npm v2.5.1
npm ERR! code ELIFECYCLE
npm ERR! [email protected] build: `gulp`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] build script 'gulp'.
npm ERR! This is most likely a problem with the parallax-chrome-ide package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! gulp
npm ERR! You can get their info via:
npm ERR! npm owner ls parallax-chrome-ide
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /Users/jacobrosenthal/Desktop/ChromeIDE/npm-debug.log
Jacobs-MacBook-Air-2:ChromeIDE jacobrosenthal$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment