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

feathers-plus generate fakes #18

Closed bsa-git closed 6 years ago

bsa-git commented 6 years ago

Steps to reproduce

(First please check that this issue is not already solved as described here)

Expected behavior

Tell us what should happen

Actual behavior

Tell us what happens instead

System configuration

Tell us about the applicable parts of your setup.

Module versions (especially the part that's not working):

NodeJS version:

Operating System:

Browser Version:

React Native Version:

Module Loader:

bsa-git commented 6 years ago

I tried to execute the command- "feathers-plus generate fakes", but the command was not executed. A message was displayed - [json-schema-faker] calling JsonSchemaFaker () is deprecated, call either .generate () or .resolve (). What would it mean?

eddyystop commented 6 years ago

A dependency introduced a breaking change without bumping the major number in its semver. I'll provide a fix for the generator once I see what changes were introduced in that dependency.

eddyystop commented 6 years ago

The dependency of a dependency has changed and is also having some issues. I've presently locked them down to versions that work.

npm i -g @feathers-plus/cli the latest version. Clear your NPM cache if the fakes issue remains. NPM sometimes uses incorrect versions.

Published as f+/cli v0.7.42 which runs generator v0.6.41.

Please let me know your results. Thanks.

eddyystop commented 6 years ago

People settled down on creating issues under feather-plus/generator-feathers-plus . Perhaps its best we all use that.