Closed Paul75 closed 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
Hi @Paul75 This should be fixed in the new version 3.0.0-rc.2. Cheers
I test the rc.2 and same ....
I'm having the same issue
Hello,
When I do the npm run setup, I have :
Thanks