How can I change my port into 4900 by using npm, because I can't change my port by using ng s --port 4900.
Message showing:
PS G:\PROJECTS\PetroHSE> ng s --port 4900
ng : The term 'ng' 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
- ng s --port 4900
- ~~
- CategoryInfo : ObjectNotFound: (ng:String) [], CommandNotFoundException
- FullyQualifiedErrorId : CommandNotFoundException and if I use npm s --port 4900 showing
PS G:\PROJECTS\PetroHSE> npm s --port 4900 NAME | DESCRIPTION | AUTHOR | DATE | VERSION | KEYWORDS sfs4900 | Transliteration… | =petuomin | 2016-11-02 | 0.0.1 | SFS-4900 sfs4900 standard romanization russian finnish transliteration @alifd/theme-4900 | Powered By… | =mark-ck… | 2019-01-15 | 0.1.1 | PS G:\PROJECTS\PetroHSE> npm start How can I change port by using npm?