In my VS2015 ASP.NET 5 Web API project I installed EF6.1.3 but the enable-migrations
command in Package Manage console gives me following error: The term 'enable-migrations' is not recognized as the name of a cmdlet, function, script file, or operable program.
None of the suggestions here work for me - giving me still the same error
UPDATE
So far, I've tried the following commands and have closed/re-open the VS (even as administrator):
Install-Package EntityFramework -IncludePrerelease
Update-Package –reinstall EntityFramework
Install-Package EntityFramework.Commands -Pre