I happened to fix this issue by creating a file named “.typingsrc” with the following contents in my project’s root directory
{
"rejectUnauthorized": false,
"registryURL": "http://api.typings.org/"
}
Good luck
Share your thoughts and find that its getting better every day. This work of mine helps me realize that.
I happened to fix this issue by creating a file named “.typingsrc” with the following contents in my project’s root directory
{
"rejectUnauthorized": false,
"registryURL": "http://api.typings.org/"
}
Good luck
No comments:
Post a Comment