The disk on my computer failed and I had to get it replaced.
Fortunately I got all my data back. Unfortunately I did not back up my project on github. Now I am trying to run my project with my new disk, and is not working. In hindsight I see I should have been using github, but live and learn.
Can someone detail the process to get my project up and running again?
When I attempt to run I get the following error:
ionic : The term 'ionic' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a
path was included, verify that the path is correct and try again.
At line:1 char:1
+ ionic serve
+ ~~~~~
+ CategoryInfo : ObjectNotFound: (ionic:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
There is never, ever, ever, any reason to run anything involving your Ionic development experience with elevated privileges. No sudo, no whatever āadministrator cmdā means.
The only thing following this advice will do is make it even harder to know how to clean up the mess afterwards.