-
-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nuget Package Not Working with vNext VS2015 #27
Comments
I get the following error: System.IO.FileNotFoundException: Could not find file 'C:\Users\Dan.nuget\packages\HotTowel.Angular.Breeze\2.3.3\content\scripts\breeze.to%24q.shim.js'. Where it should be to$q I think this is a problem with NuGet, as the file is listed in the nuspec as to$q Workaround is to copy the file, name it breeze.to%24q.shim.js |
@kellerd and all, I don't really understand this workaround, and have been battling most of the day, Could you perhaps give me some more input and clarification as to how to fix this issue? Thank you! |
Change text in bold to your own directory that it is complaining about
|
@kellerd thank you for the feedback - I really appreciate it. Blessings. |
First, thanks for the great project!
I created a new vNext project using VS2015 RC1. I installed HotTowel Angular nuget package but none of the folders were created.
How can I get this working?
Any help would be appreciated!
Thanks!
The text was updated successfully, but these errors were encountered: