mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 20:00:47 +00:00
This commit is contained in:
@@ -131,11 +131,8 @@ export default function CursorAuthModal({ isOpen, onSuccess, onClose }) {
|
||||
</p>
|
||||
</div>
|
||||
<p className="text-xs text-amber-700 dark:text-amber-300">
|
||||
Run this command in your terminal, then click <strong>Retry</strong>:
|
||||
Make sure Cursor IDE has been opened at least once, then click <strong>Retry</strong>. If the problem persists, paste your tokens manually below.
|
||||
</p>
|
||||
<pre className="text-xs bg-black/10 dark:bg-white/10 rounded p-2 font-mono select-all">
|
||||
npm i better-sqlite3 -g
|
||||
</pre>
|
||||
<Button onClick={runAutoDetect} variant="outline" fullWidth>
|
||||
Retry
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user