Sudheer Kaushik
Sudheer Kaushik
For me when developing, it was printing on cmd console(Window comand prompt). Anything that I am console.logging is shown here. Moreover, debugging NS apps via chrome-devtools is such a headache....
Everytime I create an angular project using yeoman, I have to install so many dependencies which go unfound when running `gulp serve` . Any solutions to this?
This occurred for me  I did: ``` import ReCAPTCHA from "react-google-recaptcha" function onChange(value) { console.log("Captcha value:", value); } ``` I tried hitting 'https://recaptcha.net/recaptcha/api.js?render=6LfZw9AlAAAAAJ5J2DxO3Ss-oP0lfB9xqI5NaHGF' but did not got any response....