Closed objectiser closed 5 years ago
I can build https://github.com/jaegertracing/jaeger-ui/commit/caf91a7aabca44de924e306ab458928bc7c60f04 successfully using the same steps, so looks like the problem was introduced with the TypeScript change (https://github.com/jaegertracing/jaeger-ui/commit/2a179bfb1a35bbf2d8f301ac8e2cf29a256d6667).
cc @tiffon
Tested and works it seems something wrong in your environment
$ lerna run --stream --sort prepublishOnly
lerna notice cli v3.13.0
lerna info versioning independent
lerna info Executing command in 1 package: "yarn run prepublishOnly"
@jaegertracing/plexus: yarn run v1.13.0
@jaegertracing/plexus: $ webpack --mode production
@jaegertracing/plexus: Hash: b9c487bbfa81e2b74f7e
@jaegertracing/plexus: Version: webpack 4.29.5
@jaegertracing/plexus: Child
@jaegertracing/plexus: Hash: b9c487bbfa81e2b74f7e
@jaegertracing/plexus: Time: 64510ms
@jaegertracing/plexus: Built at: 03/11/2019 12:46:26 PM
@jaegertracing/plexus: Asset Size Chunks Chunk Names
@jaegertracing/plexus: index.js 2.06 MiB 0 [emitted] [big] index
@jaegertracing/plexus: index.js.map 2.29 MiB 0 [emitted] index
@jaegertracing/plexus: layout.worker.js.map 5.2 MiB [emitted]
@jaegertracing/plexus:
@jaegertracing/plexus: WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
@jaegertracing/plexus: This can impact web performance.
@jaegertracing/plexus: Assets:
@jaegertracing/plexus: index.js (2.06 MiB)
@jaegertracing/plexus:
@jaegertracing/plexus: WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
@jaegertracing/plexus: Entrypoints:
@jaegertracing/plexus: index (2.06 MiB)
@jaegertracing/plexus: index.js
@jaegertracing/plexus:
@jaegertracing/plexus:
@jaegertracing/plexus: WARNING in webpack performance recommendations:
@jaegertracing/plexus: You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
@jaegertracing/plexus: For more info visit https://webpack.js.org/guides/code-splitting/
@jaegertracing/plexus: Done in 66.19s.
lerna success run Ran npm script 'prepublishOnly' in 1 package in 66.5s:
lerna success - @jaegertracing/plexus
Done in 137.33s.
@aljesusg Thanks, after clearing out the node_modules
based on your suggestion, yarn install
worked.
Following the Running the application instructions in the readme results in the following error: