Unable to install Modernizr ( pg 83)
Hello,
I hope that everyone is well. Please help me with this problem if you can. I tried to follow the instructions and trying to install the package called Modernizr . However, Visual studio gives me error.
these are the steps I took
Select Tools-> Library Package Manager --> Package Manager Console
Type in Install-Package Modernizr
error message: Install-Package : The current environment doesn't have a solution open.
At line:1 char:16
+ Install-Package <<<< Modernizr
+ CategoryInfo : InvalidOperation: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetNoActiveSolution,NuGet.PowerShell.Commands.In stallPackageCommand
Software used: Visual Studio Express for Web 2013.
Thank you so much for your help.
|