feathers-plus / cli

FeathersJS CLI supporting both REST and GraphQL architectural concepts and their query languages.
https://generator.feathers-plus.com/
Other
43 stars 7 forks source link

Unable to use npx to do a one off command with feather-plus/cli #40

Closed bartduisters closed 4 years ago

bartduisters commented 5 years ago

Steps to reproduce

Run the command npx @feathers-plus/cli generate all The terminal will get stuck on extract:faker: sill extract faker@^4.1.0

Expected behavior

To execute the command succesfully.

Actual behavior

It gets stuck.

Workaround

Install feathers-plus/cli globally with npm i -g @feathers-plus/cli