stereobooster / github-issues

Github issues
3 stars 2 forks source link

tslint ERROR #23

Open panda505 opened 8 years ago

panda505 commented 8 years ago

C:\Users\Me\myapp\frcstfolder>npm run tslint

project-name@0.0.1 tslint C:\Users\Me\myapp tslint -c tslint.json "frcstfolder/*/.ts" "test/**/_.ts" "fuse/_/.ts"

frcstfolder/scripts/frcsrapp/directives/frcstdirective/frcstdirective.directive.spec.ts[2, 10]: unused variable: 'Frcstdirective' frcstfolder/scripts/frcsrapp/directives/frcstdirective/frcstdirective.directive.ts[1, 43]: unused variable: 'Input' fuse/renderer.ts[193, 13]: function invocation disallowed: console.log

npm ERR! Windows_NT 10.0.10586 npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Users\Me\AppData\Roaming\npm\nodemodules\npm\bin\npm-cli.js" "run" "tslint" npm ERR! node v6.2.1 npm ERR! npm v3.9.5 npm ERR! code ELIFECYCLE npm ERR! project-name@0.0.1 tslint: tslint -c tslint.json "frcstfolder/**/*.ts" "test/**/*.ts" "fuse/**/*.ts" npm ERR! Exit status 2 npm ERR! npm ERR! Failed at the project-name@0.0.1 tslint script 'tslint -c tslint.json "frcstfolder/*/.ts" "test/**/.ts" "fuse//.ts" '. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the project-name package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! tslint -c tslint.json "frcstfolder/*/.ts" "test/**/.ts" "fuse//_.ts" npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs project-name npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls project-name npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request: npm ERR! C:\Users\Me\myapp\frcstfolder\npm-debug.log

What I need to do to fix errors, please help! @jskrzypek

jskrzypek commented 8 years ago

Hey @panda505, you're trying to do what exactly? Run tslint on a fusetools directive?

Tell me what you're trying to do and what your setup is and maybe I can help.

(also curious: how did you get to me?)