You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Привет!
Возможно, делаю что-то неправильно.
Выполнил команды:
npx degit gravity-ui/gravity-ui-vite-example#main my-project
cd my-project
npm install
npm run dev
При запуске возникли проблемы:
warning package.json: No license field
$ vite
Failed to resolve dependency: react, present in'optimizeDeps.include'
Failed to resolve dependency: react/jsx-dev-runtime, present in'optimizeDeps.include'
Failed to resolve dependency: react/jsx-runtime, present in'optimizeDeps.include'
Так и должно быть? В репозитории в package.json тоже нет зависимостей react
The text was updated successfully, but these errors were encountered:
Привет!
Возможно, делаю что-то неправильно.
Выполнил команды:
npx degit gravity-ui/gravity-ui-vite-example#main my-project cd my-project npm install npm run dev
При запуске возникли проблемы:
Так и должно быть? В репозитории в
package.json
тоже нет зависимостейreact
The text was updated successfully, but these errors were encountered: