Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
node-sass
react-scripts
var
</span></nav>
img.getAttribute('src')
const mySuperVariable = 'hello'; const json = { data: mySuperVariable }; console.log(JSON.stringify(json)); // {"data":"hello"}
const json = { phone, name };
const json = Object.fromEntries(new FormData(document.querySelector('form')).entries()); alert(JSON.stringify(json, null, 2));
setActiveTasks(arr.filter(...))
[00:00:14] npm ERR! Fix the upstream dependency conflict, or retry [00:00:14] npm ERR! this command with --force, or --legacy-peer-deps
npm install --force
npm install --legacy-peer-deps