varabyte / kobweb

A modern framework for full stack web apps in Kotlin, built upon Compose HTML
https://kobweb.varabyte.com
Apache License 2.0
1.51k stars 66 forks source link

Kobweb empty project warrnings #237

Closed EchoEllet closed 1 year ago

EchoEllet commented 1 year ago

YOUR BUG DESCRIPTION HERE

If relevant, specify:


Create brand new empty kobweb project using kobweb create I installed my kobweb using homebrew in my mac os

I got this warrnigns when run kobweb run in the site module

> Task :kotlinNpmInstall
warning workspace-aggregator-53d9f04f-7636-4320-9b55-ebc322032b40 > kotlin-test-js-runner > rollup-plugin-terser@7.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser
warning workspace-aggregator-53d9f04f-7636-4320-9b55-ebc322032b40 > kotlin-test-js-runner > rollup-plugin-sourcemaps > source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated
warning workspace-aggregator-53d9f04f-7636-4320-9b55-ebc322032b40 > kotlin-test-js-runner > @rollup/plugin-commonjs > magic-string > sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
warning Ignored scripts due to flag.
bitspittle commented 1 year ago

Those warnings come from dependencies I don't control, unfortunately. This is stuff that Compose HTML + Webpack is bringing in.

The best thing I can suggest at this point is ignore them. I'm hoping they'll go away in a future release of Compose HTML.