분류 전체보기389 CRA : ENOSPC: System limit for number of file watchers reached [React] 갑자기 발생하는 에러. ENOSPC System limit for number of file watchers reached (tistory.com) [React] 갑자기 발생하는 에러. ENOSPC System limit for number of file watchers reached 리액트(React)를 이용해서 개발을 하다보면 중간중간 에러를 잡기 위해서 열심히 확인해야 하는 부분들이 발생합니다. 저도 공부를 하던 도중에 발생되는 에러때문에 이런저런 로그들을 봐야할 koonsland.tistory.com echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p 2022. 3. 29. CRA : Invalid options object. Dev Server has been initialized using an options object that does not match the API schema. - options.allowedHosts[0] should be a non-empty string. In CRA 5.0.0, `react-scripts start` fails when both `HOST` in `.env` and `proxy` in `package.json` are defined. · Issue #11762 · facebook/create-react-app (github.com) In CRA 5.0.0, `react-scripts start` fails when both `HOST` in `.env` and `proxy` in `package.json` are defined. · Issue #11762 Describe the bug In CRA 5.0.0, react-scripts start fails when both HOST in .env and proxy in package.js.. 2022. 3. 29. [LINUX/CENTOS] listen EADDRINUSE: address already in use :::5000 뭔가에 잡히었나보다. 걍 포트번호를 옮기어주자 const express = require("express"); const bodyParser = require("body-parser"); const mysql = require("mysql"); const app = express(); const port = process.env.PORT || 7000; app.use(bodyParser.json()); app.use(bodyParser.urlencoded({ extended: true })); app.get("/", (req, res) => { res.send("hello, node!"); }); app.listen(port, () => console.log(`Listening on port ${port.. 2022. 3. 29. 클라우드 프로젝트1 - docker, react, express, mysql, k8s, ansible 이게 모냐... react와 express로 사이트를 만들기는 했는데 docker swarm으로 관리를 하다보니 로드밸런서와 react와 server간의 통신을 어떻게 해야할지에 대해 고민이 생기었다. Docker - Node +Mysql + React - 개발및 Dockerfile 생성하기 (tistory.com) Docker - Node +Mysql + React - 개발및 Dockerfile 생성하기 github.com/loy124/docker-react-fullstack loy124/docker-react-fullstack Contribute to loy124/docker-react-fullstack development by creating an account on GitHub. github.com 풀스택 어플.. 2022. 3. 29. 이전 1 ··· 39 40 41 42 43 44 45 ··· 98 다음