Posts by Fabio Jordão • 109 points
3 posts
-
0
votes1
answer35
viewsA: Error installing packages with npm Node.Js
If you have Python ok, try the command: npm config set python python2.7 If not, try installing Visual Studio Build Tools:…
-
10
votes3
answers39435
viewsA: how to create a new branch on Github?
In addition to the Doougui option, you can use command on the terminal: git checkout -b MinhaNovaBrach Then, when you want to branch up, commit: git commit -m 'Comentário do commit da minha nova…
-
0
votes2
answers2416
viewsA: Javascript function to generate valid CNPJ
Every function in Selenium has to start with Selenium.prototype.doNomeDaNovaFuncao. I adapted your code and it worked here. I did it based on one I got from CPF. Selenium.prototype.doDigitaCNPJ =…