Skip to content

Instantly share code, notes, and snippets.

@s-light
Created March 23, 2017 16:15
Show Gist options
  • Save s-light/e4f20c90f0e6883a55e5460b1ed6e4b4 to your computer and use it in GitHub Desktop.
Save s-light/e4f20c90f0e6883a55e5460b1ed6e4b4 to your computer and use it in GitHub Desktop.
osc with webpack - error log file
xxx/github/tuio.js-example-webpack[master]$ ./node_modules/webpack/bin/webpack.js --progress
Hash: 6986ceecb6f5538a1ed2
Version: webpack 2.3.1
Time: 3574ms
Asset Size Chunks Chunk Names
bundle.js 1.11 MB 0 [emitted] [big] main
bundle.js.map 1.35 MB 0 [emitted] main
[0] ./~/buffer/index.js 48.6 kB {0} [built]
[5] (webpack)/buildin/global.js 509 bytes {0} [built]
[6] ./~/util/util.js 15.6 kB {0} [built]
[87] ./~/ws/lib/WebSocket.js 27.6 kB {0} [built]
[88] ./src/tuio.js 20.8 kB {0} [built]
[98] ./~/base64-js/index.js 3.48 kB {0} [built]
[114] ./~/debug/src/browser.js 4.74 kB {0} [built]
[156] ./~/object.assign/index.js 355 bytes {0} [built]
[158] ./~/osc/src/platforms 160 bytes {0} [built]
[159] ./~/osc/src/platforms/osc-node.js 8.44 kB {0} [built]
[187] ./~/serialport/lib/serialport.js 12.3 kB {0} [built]
[204] ./~/wolfy87-eventemitter/EventEmitter.js 18.8 kB {0} [built]
[205] ./~/ws/index.js 1.05 kB {0} [built]
[212] ./~/ws/lib/WebSocketServer.js 16.9 kB {0} [built]
[214] ./src/index.js 1.8 kB {0} [built]
+ 202 hidden modules
WARNING in ./~/ws/lib/Validation.js
Module not found: Error: Can't resolve 'utf-8-validate' in '/home/stefan/_LocalData/projects/github/tuio.js-example-webpack/node_modules/ws/lib'
@ ./~/ws/lib/Validation.js 10:19-44
@ ./~/ws/lib/Receiver.js
@ ./~/ws/index.js
@ ./~/osc/src/platforms/osc-node.js
@ ./src/tuio.js
@ ./src/index.js
WARNING in ./~/ws/lib/BufferUtil.js
Module not found: Error: Can't resolve 'bufferutil' in '/home/stefan/_LocalData/projects/github/tuio.js-example-webpack/node_modules/ws/lib'
@ ./~/ws/lib/BufferUtil.js 10:19-40
@ ./~/ws/lib/Receiver.js
@ ./~/ws/index.js
@ ./~/osc/src/platforms/osc-node.js
@ ./src/tuio.js
@ ./src/index.js
WARNING in ./~/osc/src/platforms/osc-node.js
23:25-38 Critical dependency: the request of a dependency is an expression
WARNING in ./~/bindings/bindings.js
76:22-40 Critical dependency: the request of a dependency is an expression
WARNING in ./~/bindings/bindings.js
76:43-53 Critical dependency: the request of a dependency is an expression
ERROR in ./~/osc/src/platforms/osc-node.js
Module not found: Error: Can't resolve 'dgram' in '/home/stefan/_LocalData/projects/github/tuio.js-example-webpack/node_modules/osc/src/platforms'
@ ./~/osc/src/platforms/osc-node.js 45:16-32
@ ./src/tuio.js
@ ./src/index.js
ERROR in ./~/osc/src/platforms/osc-node.js
Module not found: Error: Can't resolve 'net' in '/home/stefan/_LocalData/projects/github/tuio.js-example-webpack/node_modules/osc/src/platforms'
@ ./~/osc/src/platforms/osc-node.js 47:14-28
@ ./src/tuio.js
@ ./src/index.js
ERROR in ./~/serialport/lib/serialport.js
Module not found: Error: Can't resolve 'fs' in '/home/stefan/_LocalData/projects/github/tuio.js-example-webpack/node_modules/serialport/lib'
@ ./~/serialport/lib/serialport.js 16:9-22
@ ./~/osc/src/platforms/osc-node.js
@ ./src/tuio.js
@ ./src/index.js
ERROR in ./~/ws/lib/WebSocketServer.js
Module not found: Error: Can't resolve 'tls' in '/home/stefan/_LocalData/projects/github/tuio.js-example-webpack/node_modules/ws/lib'
@ ./~/ws/lib/WebSocketServer.js 15:10-24
@ ./~/ws/index.js
@ ./~/osc/src/platforms/osc-node.js
@ ./src/tuio.js
@ ./src/index.js
ERROR in ./~/serialport/lib/list-unix.js
Module not found: Error: Can't resolve 'fs' in '/home/stefan/_LocalData/projects/github/tuio.js-example-webpack/node_modules/serialport/lib'
@ ./~/serialport/lib/list-unix.js 5:9-22
@ ./~/serialport/lib/bindings.js
@ ./~/serialport/lib/serialport.js
@ ./~/osc/src/platforms/osc-node.js
@ ./src/tuio.js
@ ./src/index.js
ERROR in ./~/serialport/lib/list-unix.js
Module not found: Error: Can't resolve 'child_process' in '/home/stefan/_LocalData/projects/github/tuio.js-example-webpack/node_modules/serialport/lib'
@ ./~/serialport/lib/list-unix.js 4:19-43
@ ./~/serialport/lib/bindings.js
@ ./~/serialport/lib/serialport.js
@ ./~/osc/src/platforms/osc-node.js
@ ./src/tuio.js
@ ./src/index.js
ERROR in ./~/bindings/bindings.js
Module not found: Error: Can't resolve 'fs' in '/home/stefan/_LocalData/projects/github/tuio.js-example-webpack/node_modules/bindings'
@ ./~/bindings/bindings.js 6:9-22
@ ./~/serialport/lib/bindings.js
@ ./~/serialport/lib/serialport.js
@ ./~/osc/src/platforms/osc-node.js
@ ./src/tuio.js
@ ./src/index.js
ERROR in ./~/options/lib/options.js
Module not found: Error: Can't resolve 'fs' in '/home/stefan/_LocalData/projects/github/tuio.js-example-webpack/node_modules/options/lib'
@ ./~/options/lib/options.js 6:9-22
@ ./~/ws/lib/WebSocketServer.js
@ ./~/ws/index.js
@ ./~/osc/src/platforms/osc-node.js
@ ./src/tuio.js
@ ./src/index.js
xxx/github/tuio.js-example-webpack[master]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment