[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使用回调和解构来获取位置的地理代码[纬度,经度]时,我无法调试此错误。
已解决。
[从API提取json数据时,对代码中的API访问令牌进行了修改。如果遇到类似的错误,请尝试验证代码中的访问令牌。