mozziemozz / M365CallFlowVisualizer

Reads a config from Microsoft 365 Phone System and renders them visually into a mermaid-js flowchart.
MIT License
97 stars 27 forks source link

npm install -g @mermaid-js/mermaid-cli #31

Closed dinocaputo closed 2 years ago

dinocaputo commented 2 years ago

I get an error when running this cmdlet

PS C:\Users\dcaputo> npm install -g @mermaid-js/mermaid-cli npm : The term 'npm' 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

Thoughts?

dinocaputo commented 2 years ago

PowerShell session needs a restart in between installing node.js and mermaid. Works fine after that.

mozziemozz commented 2 years ago

Thanks @dinocaputo I've added the hint to the Readme in the DEV branch. Will merge it into main when I'm confident enough that the new dev stuff is working fine.