w3tecch / express-typescript-boilerplate

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

'.' is not recognized as an internal or external command #27

Closed clabnet closed 6 years ago

clabnet commented 6 years ago

Hi, with version 2.0.0-beta.4, branch develop, I have this error on Win 10 64bit, node v8.8.1, nps 5.7.1:

D:\_note_in_cloud_be\express-typescript-boilerplate>nps build
nps is executing `build` : nps banner.build && nps lint && nps clean.dist && nps transpile && nps copy
nps is executing `banner.build` : ./node_modules/.bin/ts-node -F ./src/console/lib/banner.ts build
'.' is not recognized as an internal or external command,
operable program or batch file.
The script called "banner.build" which runs "./node_modules/.bin/ts-node -F ./src/console/lib/banner.ts build" failed with exit code 1 https://github.com/kentcdodds/nps/blob/v5.7.1/other/ERRORS_AND_WARNINGS.md#failed-with-exi
t-code
The script called "build" which runs "nps banner.build && nps lint && nps clean.dist && nps transpile && nps copy" failed with exit code 1 https://github.com/kentcdodds/nps/blob/v5.7.1/other/ERRORS_AND_WARNINGS.md#failed-with
-exit-code

Any suggest? The problem occurs with any command (aka nps db.reset)

Thank's Claudio

clabnet commented 6 years ago

Hi, I'm only Windows user on the world ?

hirsch88 commented 6 years ago

Hi, We only have mac's :-) sorry

But thanks to @gualtierim the windows issue should be solved. Try the new version 2.0.1

Cheers