sh: env-cmd: command not found

kkikki·2024년 11월 13일
npm start

> mcs-admin@0.1.0 start
> export PORT=3600 && env-cmd -f .env.local react-scripts start

sh: env-cmd: command not found

해결방안

npm install -g env-cmd

이후에

npm start

profile
내 커리어 끝은 없다

0개의 댓글