johnpapa/HotTowel-Angular

Nuget Package Not Working with vNext VS2015

Opened this issue · 4 comments

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!

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

  1. File not found: **C:\Users\Dan.nuget**packages\HotTowel.Angular.Breeze\2.3.3\content\scripts\breeze.to%24q.shim.js
  2. Go to directory **C:\Users\Dan.nuget**packages\HotTowel.Angular.Breeze\2.3.3\content\scripts
  3. Copy file breeze.to$q.shim.js rename to breeze.to%24q.shim.js

@kellerd thank you for the feedback - I really appreciate it. Blessings.