Skip to content
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

Open
jkruer01 opened this issue Jun 17, 2015 · 4 comments
Open

Nuget Package Not Working with vNext VS2015 #27

jkruer01 opened this issue Jun 17, 2015 · 4 comments

Comments

@jkruer01
Copy link

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!

@kellerd
Copy link

kellerd commented Sep 16, 2015

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

@onmyway365
Copy link

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

@kellerd
Copy link

kellerd commented Nov 16, 2015

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

@onmyway365
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants