dojo / cli

:rocket: Dojo - command line tooling.
http://dojo.io
Other
26 stars 34 forks source link

Libts problem on Fedora 37 Beta #324

Open marekmosiewicz opened 1 year ago

marekmosiewicz commented 1 year ago

Bug

Package Version: 8.0.0

Code

npm i @dojo/cli @dojo/cli-create-app -g| dojo create app --name hello-world|

Expected behavior:

node.js should start hello-world app

Actual behavior:

First I had problem with postcss compalining about not configured dependency to stringify. I'm relatively new to npm but recreation of package.json helped Later there is problem with webpack throwing exception of SSL. From my investigation problem occurs because CLI uses old version of tslib (1.8.1) which uses old version of webpack This can happen because I use FEdora 37 beta where OpenSSL depreciated old protocol.