@apollo/client@3.1.0
Подскажите, какой командой yarn мне его теперь в package-lock.json правильно добавить?
а то там 10 мест где оно упоминается
yarn install --mode update-lockfile - не помогло
yarn использует не package-lock.json, а yarn.lock, устанавливать либы - yarn add
yarn add @apollo/client@3.1.0 выдает ошибку error Running this command will add the dependency to the workspace root rather than the workspace its it explicit by running this command again with the -W flag (or --ignore-workspace-root-check). yarn add @apollo/client@3.1.0 -W сработало, но в yarn.lock версии не обновились, нужно еще что-то сделать?
Можно снести локфайл вместе с нод_модулес и запустить yarn install)0
а как yarn install поймет какую версию apollo/client ставить?
Обсуждают сегодня