nodejs-book icon indicating copy to clipboard operation
nodejs-book copied to clipboard

Node.js교과서 소스 코드

Results 222 nodejs-book issues
Sort by recently updated
recently updated
newest added

https://tech.ssut.me/getting-per-request-context-in-nodejs-with-async_hooks/

3판
3장

7장의 mysql을 설치하는 부분에서 mysql을 m1 맥북에서 설치하는 경우 아래의 사진과 같은 에러를 마주했습니다. ![image](https://user-images.githubusercontent.com/59302192/147687602-7632ba3d-c90e-48f8-8572-92a9fd16ce57.png) 아래 명령어를 사용해 설치해주니 정상적으로 설치가 되었습니다. `arch -arm64 brew install mysql` m1 맥북에서 설치하는...

3판

https://www.inflearn.com/questions/415805?re_comment_id=164125

3판
8장

책에는 /usr/local/etc/mongod.conf로 경로가 안내되나, Apple M1에서는 해당 파일이 /opt/homebrew/etc/mongod.conf 의 경로에 존재합니다. (참조: https://docs.mongodb.com/manual/reference/configuration-options/)

3판
8장

Bumps [validator](https://github.com/validatorjs/validator.js) from 10.11.0 to 13.7.0. Release notes Sourced from validator's releases. 13.7.0 13.7.0 New Features #1706 isISO4217, currency code validator @​jpaya17 Fixes and Enhancements #1647 isFQDN: add allow_wildcard option...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [validator](https://github.com/validatorjs/validator.js) from 13.6.0 to 13.7.0. Release notes Sourced from validator's releases. 13.7.0 13.7.0 New Features #1706 isISO4217, currency code validator @​jpaya17 Fixes and Enhancements #1647 isFQDN: add allow_wildcard option...

dependencies

![스크린샷 2021-07-19 오후 4 25 02](https://user-images.githubusercontent.com/37524650/126119665-6ec6112a-b496-4d84-b0a7-83d7fac318ea.png) 책에 적힌 코드로 테스트 시 아래와 같은 메시지가 나옵니다. Test functions cannot both take a 'done' callback and return something. Either use a 'done'...

개정4쇄