Closed bartduisters closed 4 years ago
Run the command npx @feathers-plus/cli generate all The terminal will get stuck on extract:faker: sill extract faker@^4.1.0
npx @feathers-plus/cli generate all
extract:faker: sill extract faker@^4.1.0
To execute the command succesfully.
It gets stuck.
Install feathers-plus/cli globally with npm i -g @feathers-plus/cli
npm i -g @feathers-plus/cli
Steps to reproduce
Run the command
npx @feathers-plus/cli generate all
The terminal will get stuck onextract: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