Skip to content

Instantly share code, notes, and snippets.

@ccorcos
Created December 1, 2016 22:00
Show Gist options
  • Save ccorcos/4fdbc1416111506299234be538ac30e6 to your computer and use it in GitHub Desktop.
Save ccorcos/4fdbc1416111506299234be538ac30e6 to your computer and use it in GitHub Desktop.
~ ❯❯❯ cd /tmp
/tmp ❯❯❯ git clone git@github.com:ccorcos/doug.git
Cloning into 'doug'...
remote: Counting objects: 631, done.
remote: Compressing objects: 100% (459/459), done.
remote: Total 631 (delta 237), reused 0 (delta 0), pack-reused 164
Receiving objects: 100% (631/631), 207.74 KiB | 0 bytes/s, done.
Resolving deltas: 100% (290/290), done.
Checking connectivity... done.
/tmp ❯❯❯ npm install --global lerna@prerelease
/usr/local/bin/lerna -> /usr/local/lib/node_modules/lerna/bin/lerna.js
/usr/local/lib
└── lerna@2.0.0-beta.30
/tmp ❯❯❯ cd doug
/t/doug ❯❯❯ lerna bootstrap
Lerna v2.0.0-beta.30
Bootstrapping 8 packages
Installing external dependencies
Symlinking packages and binaries
Prepublishing packages
Successfully bootstrapped 8 packages.
/t/doug ❯❯❯ cd packages/doug-app/webpack
/t/d/p/d/webpack ❯❯❯ sed -i '' -e 's/\/\/ require/require/g' base.js
/t/d/p/d/webpack ❯❯❯ cd ../../example-app
/t/d/p/example-app ❯❯❯ npm start
> example-app@0.3.2 start /private/tmp/doug/packages/example-app
> doug-app dev
doug.config.js not found. using defaults
doug-app ❯❯❯
Listening at http://localhost:3000
webpack built b15e6a7187d66e0c6213 in 1153ms
Hash: b15e6a7187d66e0c6213
Version: webpack 1.13.3
Time: 1153ms
Asset Size Chunks Chunk Names
index.js 209 kB 0 index
chunk {0} index.js (index) 73.8 kB [rendered]
[0] multi index 40 bytes {0} [built] [1 error]
[1] ../doug/~/webpack-hot-middleware/client.js 4.6 kB {0} [built]
[2] ../doug/~/webpack/buildin/module.js 241 bytes {0} [built]
[3] ../doug/~/strip-ansi/index.js 161 bytes {0} [built]
[4] ../doug/~/ansi-regex/index.js 135 bytes {0} [built]
[5] ../doug/~/webpack-hot-middleware/client-overlay.js 1.74 kB {0} [built]
[6] ../doug/~/ansi-html/index.js 4.26 kB {0} [built]
[7] ../doug/~/html-entities/index.js 231 bytes {0} [built]
[8] ../doug/~/html-entities/lib/xml-entities.js 2.98 kB {0} [built]
[9] ../doug/~/html-entities/lib/html4-entities.js 6.57 kB {0} [built]
[10] ../doug/~/html-entities/lib/html5-entities.js 49 kB {0} [built]
[11] ../doug/~/webpack-hot-middleware/process-update.js 3.88 kB {0} [built]
ERROR in ./src/index.js
Module build failed: Error: Algorithm "sha1" not supported. supported values: passthrough
at applyDefaults (/private/tmp/doug/packages/doug/node_modules/object-hash/index.js:89:11)
at objectHash (/private/tmp/doug/packages/doug/node_modules/object-hash/index.js:31:13)
at Object.module.exports (/private/tmp/doug/packages/doug/node_modules/eslint-loader/index.js:155:20)
@ multi index
Child html-webpack-plugin for "index.html":
Asset Size Chunks Chunk Names
index.html 20.5 kB 0
chunk {0} index.html 216 bytes [rendered]
[0] ../doug/~/html-loader!./src/index.html 216 bytes {0} [built]
webpack: bundle is now VALID.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment