Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

repositories.cfg could not be loaded in Windows 10 [closed]

while installing native-script i got repositories.cfg could not be loaded error , please help me debugging it. It would help me if you can give the way to download the file externally. The code i used was.....

@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://www.nativescript.org/setup/win'))"

during installation it gets stuck saying c:\user\user-name.android\repositories.cfg cannot load file

like image 256
Yogendra Avatar asked Oct 31 '17 05:10

Yogendra


1 Answers

Try this:

Error resolved by creating an empty repositories.cfg file.

Reference

like image 56
Vishal Yadav Avatar answered Oct 03 '22 14:10

Vishal Yadav