-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds tslint as a dev dependency #41
base: master
Are you sure you want to change the base?
Conversation
Deploy preview ready! Built with commit 5a99ddb https://deploy-preview-41--fabien0102-gatsby-starter.netlify.com |
It's strange, we have already a npm ERR! Windows_NT 6.3.9600
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run" "lint"
npm ERR! node v6.12.0
npm ERR! npm v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! [email protected] lint: `npm run lint:ts && npm run lint:md && npm run lint:js && npm run lint:css`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] lint script 'npm run lint:ts && npm run lint:md && npm run lint:js && npm run lint:css'. |
didn't realise there are 2 modules: So you know what's the difference between these modules? |
@vitkon mmm, so maybe try to totally replace |
@fabien0102 Update: I've confirmed |
@garthk Perfect, so you can remove and replace totally |
If TSLint is not installed globally, it will not lint in IDE
local tslint installation fixes it