el
Size: a a a
el
S
YK
D2
VL
VL
el
VL
VL
el
VL
el
VL
Я
МА
async function shop() {
let promise = await axios(shopURL)
let shop = await JSON.parse(JSON.stringify(promise));
fs.writeFile('shop.json', shop)
};
nn
async function shop() {
let promise = await axios(shopURL)
let shop = await JSON.parse(JSON.stringify(promise));
fs.writeFile('shop.json', shop)
};
МА
(node:12204) UnhandledPromiseRejectionWarning: TypeError: Converting circular structure to JSONЯ
JD
async function shop() {
let promise = await axios(shopURL)
let shop = await JSON.parse(JSON.stringify(promise));
fs.writeFile('shop.json', shop)
};
nn
(node:12204) UnhandledPromiseRejectionWarning: TypeError: Converting circular structure to JSON