반응 응용 프로그램을 만드는 모든 방법을 시도하고 있습니다. 나는 maven을 사용해 보았고 이제 Facebook Incubators의 crate-react-app 빌드 시스템을 시도하고 있습니다.
create-react-app my-app
npm 환경 에서 명령을 실행하려고 할 때 내 개인 시스템에서 문제없이 작동했습니다. 하지만 내 작업 환경에서 동일한 명령을 시도했을 때 명령 프롬프트에서이 오류가 발생했습니다.
npm ERR! node v6.10.2
npm ERR! npm v3.10.10
npm ERR! code UNABLE_TO_GET_ISSUER_CERT_LOCALLY
npm ERR! unable to get local issuer certificate
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <https://github.com/npm/npm/issues>
sudo
내가 달릴 때 사용할 수 없었다npm install aws-sdk
. 실행으로sudo npm install aws-sdk
인해이 오류가 발생했습니다.