cli
cli copied to clipboard
Libts problem on Fedora 37 Beta
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.