TypeError:无法读取Nodejs-complete-course的Web服务器项目中未定义的属性'0'

问题描述 投票:0回答:1
[nodemon] restarting due to changes...
[nodemon] starting `node ./src/app.js`
[nodemon] restarting due to changes...
[nodemon] starting `node ./src/app.js`
Server is up on port 3000
/Users/nitishharsoor/Node-Course/web-app/src/utils/geocode.js:18
        latitude: body.features[0].center[1],
                               ^

TypeError: Cannot read property '0' of undefined

[当我尝试使用mapbox.com使用回调和解构来获取位置的地理代码[纬度,经度]时,我无法调试此错误。

node.js callback
1个回答
0
投票

已解决。

[从API提取json数据时,对代码中的API访问令牌进行了修改。如果遇到类似的错误,请尝试验证代码中的访问令牌。

© www.soinside.com 2019 - 2024. All rights reserved.