게시글
질문&답변
2024.10.23
npx react-native@0.72.6 init MatzipApp 실행시 에러...
시간이 지나서 해결하셨는지 모르겠지만 문서에 있는명령어 입력하니까 저는 해결됐어요.npm uninstall -g react-native-cli @react-native-community/cli
- 0
- 3
- 208
고민있어요
2023.04.19 09:31
안녕하세요. 심화 강의는 언제쯤 출시될까요?
- 0
- 1
- 211
질문&답변
2023.03.24
넷플릭스 table cell 관련해서 질문이 있습니다.
강의 중 테이블 헤더 설정하는 부분 보니까 heightForRowAt으로 높이가 설정이 되어있네요...😓 제가 놓쳤네요
- 0
- 1
- 379
고민있어요
2023.02.03 17:34
강의 업데이트에 대해 궁금합니다
- 0
- 1
- 285
질문&답변
2022.10.21
npm run dev
m1 맥북이시고 homebrew로 postgres 설치하셨으면 터미널에서 /opt/homebrew/bin/createuser -s postgres 이 명령어 치고 해보세요
- 1
- 2
- 188
질문&답변
2022.09.28
코드를 동일하게 한 것 같은데, 드래그 기능 작동이 안됩니다. 이유가 궁금합니다.
strictmode 유지하고 싶으신 분들은 @hello-pangea/dnd 이거로 대체하시면 코드 동일하게 작동합니다.
- 2
- 7
- 3.4K
질문&답변
2022.08.10
axios로 뉴스 정보가 들어오지 않습니다.
https://newsapi.org/ 예전 자료라 url이 안되는 것 같은데... 가짜 뉴스 API로 진행해야할 것 같아요...
- 0
- 4
- 334
질문&답변
2022.07.12
index.html 파일에서 Parsing error 가 나요
.eslintrc.cjs 파일에 rules 부분에 'vue/comment-directive': 'off', overrides: [ { files: ['*.html'], processor: 'vue/.vue', }, ], 두개 설정 추가해주니 에러가 없어졌습니다
- 0
- 2
- 1.6K
질문&답변
2022.05.04
vue-til-server npm 버전
안녕하세요. node 최신 LTS버전으로 설치해서 진행 중인데 npm i하고 npm i bcrypt도 했는데 npm run dev를 하면 nodemon app crash 에러가 자꾸 떠서 진행이 안되고 있어요.... > server@1.0.0 dev > nodemon --exec npm run restart [nodemon] 1.19.4 [nodemon] reading config ./nodemon.json [nodemon] to restart at any time, enter `rs` [nodemon] or send SIGHUP to 87405 to restart [nodemon] ignoring: ./.git/**/* node_modules/**/node_modules dist [nodemon] watching dir(s): src/**/*.js src/**/*.graphql src/**/*.gql [nodemon] watching extensions: js,json,graphql [nodemon] starting `npm run restart` [nodemon] spawning [nodemon] child pid: 87407 [nodemon] watching 10 files > server@1.0.0 restart > rimraf dist && npm run build && npm run start > server@1.0.0 build > babel src --out-dir dist --source-maps inline --copy-files Browserslist: caniuse-lite is outdated. Please run: npx browserslist@latest --update-db Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating Successfully compiled 9 files with Babel (256ms). > server@1.0.0 start > node dist/app.js (node:87415) Warning: Accessing non-existent property 'MongoError' of module exports inside circular dependency (Use `node --trace-warnings ...` to show where the warning was created) VUE TIL SERVER IS RUNNING ON 3000 MongoDB connection error: Error: querySrv ENOTFOUND _mongodb._tcp.cluster0-ypgh5.mongodb.net at QueryReqWrap.onresolve [as oncomplete] (node:dns:213:19) { errno: undefined, code: 'ENOTFOUND', syscall: 'querySrv', hostname: '_mongodb._tcp.cluster0-ypgh5.mongodb.net' } node:internal/process/promises:246 triggerUncaughtException(err, true /* fromPromise */); ^ Error: querySrv ENOTFOUND _mongodb._tcp.cluster0-ypgh5.mongodb.net at QueryReqWrap.onresolve [as oncomplete] (node:dns:213:19) { errno: undefined, code: 'ENOTFOUND', syscall: 'querySrv', hostname: '_mongodb._tcp.cluster0-ypgh5.mongodb.net' } [nodemon] app crashed - waiting for file changes before starting...
- 1
- 2
- 464
질문&답변
2021.10.14
-2550px 0 에 대한 제가 이해한 내용 그림으로 공유할게요!
와 이거 이해안되서 질문하고 혹시 누가 질문 올렸을까하고 내렸다가 있어서 바로 질문삭제하고 이거 보고 이해됐습니다. 무릎 탁 치고 이마까지 타닥 치고 갑니다
- 13
- 6
- 342