"electron-forge" is not recognized as an internal or external command

Viewed 3286

I was working lately with electron-forge and I had no problem, after I installed Norton I cannot use electron-forge anymore (with the Windows CMD) and I get the message: "electron-forge" is not recognized as an internal or external command. Can someone please help me solve this issue. Thanks in advance!

2 Answers

Sorry I can't comment yet :(

Did you install electron-forge with the -g attribute?

I already solved the problem, I just had to add to the "path" environment variable the .bin folder inside node_modules folder.

Related