shower / cli

Command line interface for Shower
Other
35 stars 6 forks source link

$ shower create unable to create #51

Open sunboshan opened 4 years ago

sunboshan commented 4 years ago

Hi, I try to use shower cli to create a new slides, however it stuck there and my cpu goes to 100% for the @shower/cli process.

Here's the debug:

➜ node -v
v14.2.0

➜ npm -v
6.14.4

➜ yarn -v
1.22.4

➜ NODE_DEBUG=* shower create a
...
ESM 84649: Storing file:///Users/user/.config/yarn/global/node_modules/execa/lib/command.js in ModuleMap
ESM 84649: Storing file:///Users/user/.config/yarn/global/node_modules/execa/index.js in ModuleMap
ESM 84649: Storing file:///Users/user/.config/yarn/global/node_modules/@shower/cli/core/lib/npm.js in ModuleMap
ESM 84649: Storing file:///Users/user/.config/yarn/global/node_modules/@shower/cli/core/command/create.js in ModuleMap

Do you have any idea what might went wrong here?