When I ran this: ember install ember-truth-helpers on VS code prompt, I am getting error as below: ember : The term ‘ember’ 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 + ember install ember-truth-helpers + ~~~~~ + CategoryInfo : ObjectNotFound: (ember:String) , CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
when I run: npm run ember install ember-truth-helpers “npm ERR! missing script: ember npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\aaleem\AppData\Roaming\npm-cache_logs\2019-11-08T19_59_21_183Z-debug.log”
And when I ran this command: yarn run ember install ember-truth-helpers I got the following error “yarn run v1.19.0 error Command “ember” not found. info Visit yarnpkg.com/en/docs/cli/run for documentation about this command” - any help please
I am not even sure even I am using EmberCLI or something else, even running ember version command is also not working saying that the ember command is not recognized - please need help.
I am really stuck in this, neither helper functions that I am creating are working nor these above libraries are working - anybody can please help me, I am not even being informed by ember what am I missing - any help would be much much helpful - thanks