How to use

npm-gui app will be accessible in the browser at the link http://localhost:13377/. Remember to first use the command below:

1~/$ npx npm-gui@latest

By default, the app will use the folder in which you started the command. Then you could navigate to the folder containing your project (containing package.json).

npm-gui open

Or you could run the npm-gui command in your desired folder:

1~/workspace/project1$ npx npm-gui@latest

If you need to start the app on another host/port you could add a host:port argument to the command, for example:

1~/$ npx npm-gui@latest localhost:9000