w3tecch / express-typescript-boilerplate

A delightful way to building a RESTful API with NodeJs & TypeScript by @w3tecch
MIT License
3.31k stars 905 forks source link

errors launch with last commit #60

Closed Paul75 closed 6 years ago

Paul75 commented 6 years ago

Hello,

When I do the npm run setup, I have :

yarn install v1.3.2
[1/5] 🔍  Validating package.json...
[2/5] 🔍  Resolving packages...
[3/5] 🚚  Fetching packages...
[4/5] 🔗  Linking dependencies...
[5/5] 📃  Building fresh packages...
success Saved lockfile.
✨  Done in 2.98s.

> express-typescript-boilerplate@3.0.0-rc.1 setup /Users/far-paul/Sites/printaplus/express-typescript-boilerplate
> npm start setup.db

> express-typescript-boilerplate@3.0.0-rc.1 start /Users/far-paul/Sites/printaplus/express-typescript-boilerplate
> nps "setup.db"

Scripts must resolve to strings. There is no script that can be resolved from "setup.db" https://github.com/kentcdodds/nps/blob/v5.7.1/other/ERRORS_AND_WARNINGS.md#missing-script
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! express-typescript-boilerplate@3.0.0-rc.1 start: `nps "setup.db"`
npm ERR! Exit status 1

Thanks

hirsch88 commented 6 years ago

Hi @Paul75 This should be fixed in the new version 3.0.0-rc.2. Cheers

Paul75 commented 6 years ago

Hello,

I test the rc.2 and same ....

Thanks

lopezm94 commented 6 years ago

I'm having the same issue