dojo / dojo/cli

Libts problem on Fedora 37 Beta

Open
#324 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
27
Forks
30
PR merge metrics
No merged PRs in 30d

Description

**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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.