Replies: 2 comments 1 reply
-
aix ... yes, we are aware of this ... There are currently two major dependencies that might cause this warning:
|
Beta Was this translation helpful? Give feedback.
-
There are a couple of reasons, why I prefer Elm over JavaScript/TypeScript ... I shortly described this at the elm-conference, at minute 5 https://www.youtube.com/watch?v=w_CRABsJNKA The things where elm shines is
I tried to focus on technologies such as elixir/erlang and elm, because they all start with "e"... no, I am just kidding ... because I knew that I am going to shoot myself into the foot and I wanted to use languages and systems that prevent me from doing so. And I never regret to have used elm. I know that there have not been some major updates of the language since 2 years, but the language itself is pretty stable and mature. Since there have been some recent talks by Even Czaplicki, the creator of elm, I am pretty sure, that there is also a future as a backend language for elm too. I am sure, that LiaScript could have been implemented also in react, vue, angular or something else, but with elm we, as a university research project, could have really fast update cycles ... by the way, here is a "short" talk, just uploaded, that describes our development journey ... |
Beta Was this translation helpful? Give feedback.
-
Just wondering if you guys are on top of this?
╰─$ npm i
npm WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
npm WARN deprecated rollup-plugin-terser@7.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser
npm WARN deprecated domexception@1.0.1: Use your platform's native DOMException instead
npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
added 940 packages, and audited 941 packages in 1m
232 packages are looking for funding
run
npm fund
for details12 vulnerabilities (6 moderate, 6 high)
Beta Was this translation helpful? Give feedback.
All reactions