Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem . This will help others answer the question.

Closed 5 years ago .

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

Can you share that in which directory should i create empty .cfg file? I need for windows? Mohd Sadham Jun 29, 2018 at 3:29 @MohdSadham have you read Reference , anyway check the warning and add the file at desired location. ex : Warning: File /Users/vishal/.android/repositories.cfg could not be loaded. Vishal Yadav Jun 30, 2018 at 8:00