fullstackproltd / AspNetCoreSpa

Asp.Net 7.0 & Angular 15 SPA Fullstack application with plenty of examples. Live demo:
https://aspnetcorespa.fullstackpro.co.uk
MIT License
1.48k stars 465 forks source link

lint is failing #6

Closed crh225 closed 8 years ago

crh225 commented 8 years ago

If I run tsling "Client/*/.ts" it runs fine, but does show lint cleanup issues that still need work, but no error. If I run npm run lint or npm run ci, I get the following error messages.

npm ERR! Windows_NT 6.1.7601 npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\ nodemodules\npm\bin\npm-cli.js" "run" "tslint" "Client/*/.ts" npm ERR! node v4.4.7 npm ERR! npm v2.15.8 npm ERR! code ELIFECYCLE npm ERR! aspnetnetcore@0.0.0 tslint: `tslint "Client/**/.ts"` npm ERR! Exit status 2 npm ERR! npm ERR! Failed at the aspnetnetcore@0.0.0 tslint script 'tslint "Client/_/.t "'. npm ERR! This is most likely a problem with the aspnetnetcore package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! tslint "Client/*/.ts" npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs aspnetnetcore npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm ERR! npm owner ls aspnetnetcore npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request: npm ERR! C:\dev\angular2\AspNetCoreSpa\npm-debug.log

npm ERR! Windows_NT 6.1.7601 npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\ nodemodules\npm\bin\npm-cli.js" "run" "lint" npm ERR! node v4.4.7 npm ERR! npm v2.15.8 npm ERR! code ELIFECYCLE npm ERR! aspnetnetcore@0.0.0 lint: npm run tslint "Client/**/*.ts" npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the aspnetnetcore@0.0.0 lint script 'npm run tslint "Client/ /.ts"'. npm ERR! This is most likely a problem with the aspnetnetcore package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! npm run tslint "Client/*/_.ts" npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs aspnetnetcore npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm ERR! npm owner ls aspnetnetcore npm ERR! There is likely additional logging output above.

crh225 commented 8 years ago

this can be closed when #7 is merged