개발
MacOS - Express generator 인식이 안될 경우
체인의정석
2021. 1. 26. 10:41
728x90
express generator 를 다음과 같이 npx로 실행하니 해결이 되었다.
npx express-generator
stackoverflow.com/questions/23002448/express-command-not-found
Express command not found
For some reason after installing Express globally on my machine with npm install -g express if I cd into a directory and try to run express I get the following error: express: command not found. ...
stackoverflow.com
728x90
반응형