When running npx dts-cli create blah-project
Then selecting react-with-storybook, the CLI will freeze indefinitely on the step
Installing npm modules:
It seems to create the project as shown in second screenshot, but because it didn't complete, it is a bit disconcerting.
Which makes me not trust that everything is done and complete as it should be.
There isn't a node_modules file
Selecting templates Basic & React work correctly.
entering the project directory and running npm i provides this error....
Current Behavior
When running
npx dts-cli create blah-project
Then selecting react-with-storybook, the CLI will freeze indefinitely on the step Installing npm modules: It seems to create the project as shown in second screenshot, but because it didn't complete, it is a bit disconcerting. Which makes me not trust that everything is done and complete as it should be. There isn't a node_modules file Selecting templates Basic & React work correctly.entering the project directory and running
npm i
provides this error....Expected behavior
CLI script completes displaying errors/or not
Suggested solution(s)
Additional context
Your environment