Dhruv Pal Singh Rana
Dhruv Pal Singh Rana
After I add dependency to to gradel like this ``` compile 'com.tzutalin.dlib-android-app:dlib:1.0.3' ``` in andriod studio it says ``` Error:(28, 13) Failed to resolve: com.tzutalin.dlib-android-app:dlib:1.0.3 ```
I am trying to use the atom-node-debugger on es6 code. Please have a look under settings  When Ii start the debugger it works fine as below screen  The...
I am not sure how to run npm scripts here. I have a script like ``` "dev": "gulp dev", ``` Trying like this, but its not working 