You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the documentation in grunt.md I should be able to change the port number used by the grunt server command by doing grunt server --port=9002 - but when I run the command it errors with 'Fatal error: Port 9002 is already in use by another process'. It does this no matter what port number I choose, even if I use 9001 (which is what it defaults to normally)
According to the documentation in grunt.md I should be able to change the port number used by the
grunt server
command by doinggrunt server --port=9002
- but when I run the command it errors with 'Fatal error: Port 9002 is already in use by another process'. It does this no matter what port number I choose, even if I use 9001 (which is what it defaults to normally)FW: v5.7.1
Node: v10.13.0
grunt-cli: v1.2.0
grunt: v1.1.0
Tested on both Windows 10 and macOS 10.15
The text was updated successfully, but these errors were encountered: