-
Notifications
You must be signed in to change notification settings - Fork 36
Fix: msbuild fails during install - unsupported project.json #41
Comments
@CzBuCHi I'm quite new to edge and dotnet core. But I faced the same with VS2015, You could have done the same with |
I also have a similar issue:
This error appear when trying to install through |
fwiw, I had this error after I had deleted my node_modules/bin (and any other bin folders recursively inside my node_modules folder). Simply deleting node_modules and running |
@JorgeHawkins please take a look at this issue: #47. |
during install msbuild print 'no project found' warning and quits ...
its during command node tools/install.js - because lib/bootstrap/project.json file is no longer supported ...
after creating lib/bootstrap/project.csproj with content bellow and building it in VS2017 msbuild no longer prinnts 'no project found' ...
The text was updated successfully, but these errors were encountered: