HotTowel-Angular icon indicating copy to clipboard operation
HotTowel-Angular copied to clipboard

Nuget Package Not Working with vNext VS2015

Open jkruer01 opened this issue 9 years ago • 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!

jkruer01 avatar Jun 17 '15 23:06 jkruer01

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 avatar Sep 16 '15 15:09 kellerd

@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!

onmyway365 avatar Nov 14 '15 13:11 onmyway365

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 avatar Nov 16 '15 13:11 kellerd

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

onmyway365 avatar Nov 16 '15 16:11 onmyway365