CLARIAH / vocabulary-recommender

4 stars 0 forks source link

command 'recommend' not found #10

Closed rlzijdeman closed 1 year ago

rlzijdeman commented 1 year ago

Hi,

I installed the npm-package vocabulary recommender. After installation I follow the instruction to yarn recommend -t person -c class. I expected output in terms of a recommendation, but got instead 'recommend' not found.

My output:

user@machine vocabulary-recommender % yarn add vocabulary-recommender
yarn add v1.22.19
info No lockfile found.
[1/4] 🔍  Resolving packages...
[2/4] 🚚  Fetching packages...
[3/4] 🔗  Linking dependencies...
[4/4] 🔨  Building fresh packages...
success Saved lockfile.
success Saved 22 new dependencies.
info Direct dependencies
└─ vocabulary-recommender@1.0.4
info All dependencies
├─ ansi-regex@5.0.1
├─ ansi-styles@4.3.0
├─ cliui@8.0.1
├─ color-convert@2.0.1
├─ color-name@1.1.4
├─ emoji-regex@8.0.0
├─ escalade@3.1.1
├─ get-caller-file@2.0.5
├─ is-fullwidth-code-point@3.0.0
├─ lodash@4.17.21
├─ node-fetch@2.6.7
├─ require-directory@2.1.1
├─ string-width@4.2.3
├─ strip-ansi@6.0.1
├─ tr46@0.0.3
├─ vocabulary-recommender@1.0.4
├─ webidl-conversions@3.0.1
├─ whatwg-url@5.0.0
├─ wrap-ansi@7.0.0
├─ y18n@5.0.8
├─ yargs-parser@21.1.1
└─ yargs@17.6.2
✨  Done in 2.40s.
user@machine vocabulary-recommender % yarn recommend -t person -c class
yarn run v1.22.19
warning package.json: No license field
error Command "recommend" not found.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
philipperenzen commented 1 year ago

The problem should be resolved in the most recent commit, let us know if the problem keeps persisting.

rlzijdeman commented 1 year ago

Resolved indeed!