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

[개정3판 1쇄] p.687 밑에서 7번째 줄부터 server.js가 app.js로 오타 3개 pm2 start **app.js(여기)** 대신에 pm2 start **app.js(여기)** -i 0 명령어를 사용합니다. 취향에 따라 pm2 start **app.js(여기)** -i -1도 많이 사용합니다.

개정3판
2쇄

const { createToken, tokenTest, getMyPosts, getPostsByHashtag } = require('../controllers/v1'); => require('../controllers/v2'); 아닐까요? 깃헙 예제 소스도 비교 확인해 봤습니다. 예제 소스는 v2로 잘 되어있습니다. cf. [p.507] v2, [p.508] v1 도 같은...

개정3판
2쇄

팔로워(여기) 아이디 리스트를 넣는 이유는 팔로워(여기) 아이디 리스트에 게시글 작성자의 아이디가~ 팔로우 버튼을 보여주기 위해서입니다. 팔로워가 아니라 팔로잉이 아닐까요?

개정3판
2쇄

**[사용환경]** M1 칩, OS : Ventura 13.2.1 **[설치 오류 메시지]** brew install --cask mongodb-compass-community ==> Downloading https://formulae.brew.sh/api/cask.jws.json **Warning: Cask 'mongodb-compass-community' is unavailable: No Cask with this name exists.** ==> Downloading...

개정3판
2쇄

[인프런 링크](https://www.inflearn.com/questions/919591/10-6-%EC%9E%AC%EC%A7%88%EB%AC%B8)

개정4판

[도서 내 소스] app.use( morgan('dev'), express.static( '/', path.join(__dirname, 'public')), ... ); [에러로그] /Users/wise/study/nodejs/nodejs-textbook/learn-express/node_modules/serve-static/index.js:48 var opts = Object.create(options || null) ^ TypeError: Object prototype may only be an Object or null:...

개정3판
2쇄

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.2 to 4.2.3. Release notes Sourced from socket.io-parser's releases. 4.2.3 :warning: This release contains an important security fix :warning: A malicious client could send a specially crafted...

dependencies

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.2 to 4.2.3. Release notes Sourced from socket.io-parser's releases. 4.2.3 :warning: This release contains an important security fix :warning: A malicious client could send a specially crafted...

dependencies

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.2 to 4.2.3. Release notes Sourced from socket.io-parser's releases. 4.2.3 :warning: This release contains an important security fix :warning: A malicious client could send a specially crafted...

dependencies