Sudheer Kaushik

Results 3 comments of 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 ![image](https://user-images.githubusercontent.com/8871502/235999190-53db43c5-72a7-4680-90d1-0ec121144dbe.png) 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....