SQLite Почему не устанавливается через yarn, что делать? с npm не хочу совмещать, боюсь что потом ошибки будут
Всем привет! Немного надоело когда делаешь туториал, и в середине проекта возникает косяк с установкой чего-либо, в этот раз у меня не устанавливается Sqlite... команда состоит из двух комманд yarn add sqlite && yarn add --dev types/sqlite первая устанавливается а вот вторая нет.
C:\Users\Луна\Desktop\CODE\nextjs\nextjs-frontend-test-project>yarn add --dev types/sqlite
yarn add v1.22.5
[1/4] Resolving packages...
error Command failed.
Exit code: 128
Command: git
Arguments: ls-remote --tags --heads ssh://[email protected]/types/sqlite.git
Directory: C:\Users\Луна\Desktop\CODE\nextjs\nextjs-frontend-test-project
Output:
ERROR: Repository not found.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
Что делать? Сейчас вышла ошибка скорее всего изза этого..