-
Hello! I'm trying to follow the getting started guide, but am unable to run the I followed the instructions exactly so I am wondering if I am missing some prerequisite? I also noticed that the executable linked in package.json is not in the source. Is that relevant? I'm running Thanks in advance for the help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I had exact same issue when I tried to run impact-engine command after following the 'Getting started guide'. |
Beta Was this translation helpful? Give feedback.
I had exact same issue when I tried to run impact-engine command after following the 'Getting started guide'.
Even though the yarn command
yarn add @grnsft/if
was successful and I could see the @GrnsF package under node_modules, I was getting impact-engine not found error.I then used the npm commands listed on https://github.com/Green-Software-Foundation/if
npm install -g "@grnsft/if"
This added around 85 packages and I was able to run impact-engine command.
Hope this helps.