Skip to content

Instantly share code, notes, and snippets.

@bogdanpetru
Created January 16, 2017 19:40
Show Gist options
  • Save bogdanpetru/44602d86c91936146ad202dcb82a201b to your computer and use it in GitHub Desktop.
Save bogdanpetru/44602d86c91936146ad202dcb82a201b to your computer and use it in GitHub Desktop.
> [email protected] dev C:\Users\b\www\illustrated-algorithms
> next
> Using .babelrc defined in your app root
c ERROR Failed to compile with 3 errors
error in ./algorithms/binary-search.js
Module build failed: ReferenceError: Unknown plugin "../babel-plugin-trace-context/lib/index" specified in "C:\\Users\\b\\www\\illustrated-algorithms\\algorithms\\.babelrc" at 0, attempted to resolve relative to "C:\\Users\\b\\www\\illustrated-algorithms\\algorithms"
at C:\Users\b\www\illustrated-algorithms\node_modules\babel-core\lib\transformation\file\options\option-manager.js:176:17
at Array.map (native)
at Function.normalisePlugins (C:\Users\b\www\illustrated-algorithms\node_modules\babel-core\lib\transformation\file\options\option-manager.js:154:20)
at OptionManager.mergeOptions (C:\Users\b\www\illustrated-algorithms\node_modules\babel-core\lib\transformation\file\options\option-manager.js:229:36)
at OptionManager.init (C:\Users\b\www\illustrated-algorithms\node_modules\babel-core\lib\transformation\file\options\option-manager.js:374:12)
at File.initOptions (C:\Users\b\www\illustrated-algorithms\node_modules\babel-core\lib\transformation\file\index.js:216:65)
at new File (C:\Users\b\www\illustrated-algorithms\node_modules\babel-core\lib\transformation\file\index.js:139:24)
at Pipeline.transform (C:\Users\b\www\illustrated-algorithms\node_modules\babel-core\lib\transformation\pipeline.js:46:16)
at transpile (C:\Users\b\www\illustrated-algorithms\node_modules\babel-loader\lib\index.js:38:20)
at C:\Users\b\www\illustrated-algorithms\node_modules\babel-loader\lib\fs-cache.js:78:18
@ ./pages/binary-search.js?entry 39:20-58
@ multi bundles\pages\binary-search.js
error in ./algorithms/bfs.js
Module build failed: ReferenceError: Unknown plugin "../babel-plugin-trace-context/lib/index" specified in "C:\\Users\\b\\www\\illustrated-algorithms\\algorithms\\.babelrc" at 0, attempted to resolve relative to "C:\\Users\\b\\www\\illustrated-algorithms\\algorithms"
at C:\Users\b\www\illustrated-algorithms\node_modules\babel-core\lib\transformation\file\options\option-manager.js:176:17
at Array.map (native)
at Function.normalisePlugins (C:\Users\b\www\illustrated-algorithms\node_modules\babel-core\lib\transformation\file\options\option-manager.js:154:20)
at OptionManager.mergeOptions (C:\Users\b\www\illustrated-algorithms\node_modules\babel-core\lib\transformation\file\options\option-manager.js:229:36)
at OptionManager.init (C:\Users\b\www\illustrated-algorithms\node_modules\babel-core\lib\transformation\file\options\option-manager.js:374:12)
at File.initOptions (C:\Users\b\www\illustrated-algorithms\node_modules\babel-core\lib\transformation\file\index.js:216:65)
at new File (C:\Users\b\www\illustrated-algorithms\node_modules\babel-core\lib\transformation\file\index.js:139:24)
at Pipeline.transform (C:\Users\b\www\illustrated-algorithms\node_modules\babel-core\lib\transformation\pipeline.js:46:16)
at transpile (C:\Users\b\www\illustrated-algorithms\node_modules\babel-loader\lib\index.js:38:20)
at C:\Users\b\www\illustrated-algorithms\node_modules\babel-loader\lib\fs-cache.js:78:18
@ ./pages/bfs.js?entry 39:11-39
@ multi bundles\pages\bfs.js
error in ./algorithms/quicksort.js
Module build failed: ReferenceError: Unknown plugin "../babel-plugin-trace-context/lib/index" specified in "C:\\Users\\b\\www\\illustrated-algorithms\\algorithms\\.babelrc" at 0, attempted to resolve relative to "C:\\Users\\b\\www\\illustrated-algorithms\\algorithms"
at C:\Users\b\www\illustrated-algorithms\node_modules\babel-core\lib\transformation\file\options\option-manager.js:176:17
at Array.map (native)
at Function.normalisePlugins (C:\Users\b\www\illustrated-algorithms\node_modules\babel-core\lib\transformation\file\options\option-manager.js:154:20)
at OptionManager.mergeOptions (C:\Users\b\www\illustrated-algorithms\node_modules\babel-core\lib\transformation\file\options\option-manager.js:229:36)
at OptionManager.init (C:\Users\b\www\illustrated-algorithms\node_modules\babel-core\lib\transformation\file\options\option-manager.js:374:12)
at File.initOptions (C:\Users\b\www\illustrated-algorithms\node_modules\babel-core\lib\transformation\file\index.js:216:65)
at new File (C:\Users\b\www\illustrated-algorithms\node_modules\babel-core\lib\transformation\file\index.js:139:24)
at Pipeline.transform (C:\Users\b\www\illustrated-algorithms\node_modules\babel-core\lib\transformation\pipeline.js:46:16)
at transpile (C:\Users\b\www\illustrated-algorithms\node_modules\babel-loader\lib\index.js:38:20)
at C:\Users\b\www\illustrated-algorithms\node_modules\babel-loader\lib\fs-cache.js:78:18
@ ./pages/quicksort.js?entry 39:17-51
@ multi bundles\pages\quicksort.js
> Ready on http://localhost:3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment