nestjs-json-api icon indicating copy to clipboard operation
nestjs-json-api copied to clipboard

`npm run json-api-nestjs:build` does not exist

Open mmgroner opened this issue 1 year ago • 0 comments

In the README, the installation guide says to build by running npm run json-api-nestjs:build, which doesn't exist. Looking inside package.json, I see a script called demo:json-api, which fails due to a missing module (../tokenizer).

mmgroner avatar May 22 '24 18:05 mmgroner