nps is executing build
: nps banner.build && nps config && nps lint && nps clean.dist && nps transpile && nps generateapidoc && nps copy && nps copy.tmp && nps clean.tmp
nps is executing banner.build
: ts-node --transpileOnly ./commands/banner.ts build
| |__ _ () | | |
| '_ | | | | | |/ ` |
| |) | || | | | (| |
|./ _,|||_,_|
nps is executing config
: ts-node --transpileOnly ./commands/tsconfig.ts
nps is executing lint
: tslint -c ./tslint.json ./src/**/*.ts --format stylish
nps is executing clean.dist
: node node_modules/nps-utils/node_modules/rimraf/bin.js ./dist
nps is executing transpile
: tsc --project ./tsconfig.build.json
src/plugin-manager/config/passport.ts:14:3 - error TS2349: This expression is not callable.
Type 'User' has no call signatures.
14 done(undefined, user.userId);
Found 1 error.
The script called "transpile" which runs "tsc --project ./tsconfig.build.json" failed with exit code 2 https://github.com/sezna/nps/blob/master/other/ERRORS_AND_WARNINGS.md#failed-with-exit-code
The script called "build" which runs "nps banner.build && nps config && nps lint && nps clean.dist && nps transpile && nps generateapidoc && nps copy && nps copy.tmp && nps clean.tmp" failed with exit code 2 https://github.com/sezna/nps/blob/master/other/ERRORS_AND_WARNINGS.md#failed-with-exit-code