Skip to content Skip to sidebar Skip to footer
Showing posts with the label Git

Node Repl Throws Syntaxerror: Unexpected Identifier

I am very newbie to node.js. In the node REPL everything was working fine. But something changed. W… Read more Node Repl Throws Syntaxerror: Unexpected Identifier

Having A Hard Time Trying To Deploy My Vue-cli App To Heroku

I have followed the exact instructions as this tutorial below: https://codeburst.io/quick-n-clean-w… Read more Having A Hard Time Trying To Deploy My Vue-cli App To Heroku

Unable To Push Node.js App On Heroku

I tried pushing my node.js application on heroku but. No default language could be detected for thi… Read more Unable To Push Node.js App On Heroku

Is It Possible To Ban A List Of Words With Eslint Or Anything Else When Pre-commit?

I am using husky to deal with the pre-commit thing. So here I want that the newly written program s… Read more Is It Possible To Ban A List Of Words With Eslint Or Anything Else When Pre-commit?