wise
wise
1. 오류메시지 음영이 마지막 줄이 아닌 str = 'template 123'; 을 잘못 가리키고 있습니다. 2. 변수 음영 처리도 마지막 코드의 str에서 해야 합니다.
- myMap 타이핑은 바로 다음 절에서 나옵니다. - myMap이라는 -> myForEach라는 배열에 ~~myMap이라는~~ **_myForEach라는_** 메서드가 존재하지 않기 때문입니다,. 타이핑만 했을 뿐 ~~myMap이라는~~ **_myForEach라는_** 메서드를 구현한 적이 없습니다.
[환경] M1 chip, macOS Ventura mongodb/brew/mongodb-community: stable 6.0.6 mongoose 7.3.1 node 18.15.0 [에러] MongooseError: Mongoose.prototype.connect() no longer accepts a callback at Mongoose.connect (/Users/wise/study/nodejs/nodejs-textbook/learn-mongoose/node_modules/mongoose/lib/index.js:400:11) at connect (/Users/wise/study/nodejs/nodejs-textbook/learn-mongoose/schemas/index.js:7:12) at Object. (/Users/wise/study/nodejs/nodejs-textbook/learn-mongoose/app.js:15:1) [해결]...