2019-08-30から1日間の記事一覧

【React】create-react-appでcommand not foundが吐き出される

$ npm install -g create-react-app をしたにも関わらず、 $ create-react-app test2 bash: create-react-app: command not found となってしまう。この問題を解決するには、以下のコマンドを使用することができます。 $ npx create-react-app my-app Happy …

【React】npm startでPermission deniedが吐き出される

$ npm start > sigfox-react-visualizr@0.1.0 start /home/ec2-user/environment/sigfox-react-visualizr > ./bin/start.sh sh: ./bin/start.sh: Permission denied npm ERR! code ELIFECYCLE npm ERR! errno 126 npm ERR! sigfox-react-visualizr@0.1.0 sta…