Skip to content

Trying to run a new project doesn't work #12894

Answered by jonthysell
thany asked this question in Q&A
Discussion options

You must be logged in to vote

It looks like your build is failing because you've set up some ADO NuGet feed it can't see:

C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\NuGet\NuGet.targets(169,5): error : Unable to load the service index for source https://pkgs.dev.azure.com/weareyou/Renewi/_packaging/Renewi/nuget/v3/index.json. [C:\Projects\reactNativeThing\windows\reactNativeThing.sln

RNW doesn't need that feed, either you're trying to get a NuGet module in your build that comes form that feed, or you've set up a nuget config somewhere to add that feed globally. If you try building again with npx react-native run-windows --logging you should get better debug output, i…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by chrisglein
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants