Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.22.8 wont download on Windows 64 #7

Open
VictorioBerra opened this issue Apr 10, 2024 · 0 comments
Open

0.22.8 wont download on Windows 64 #7

VictorioBerra opened this issue Apr 10, 2024 · 0 comments

Comments

@VictorioBerra
Copy link

VictorioBerra commented Apr 10, 2024

file:///C:/Users/toryb/source/repos/Failreactor-Pocketbase%20-%20JS/node_modules/gobot/dist/chunk-Y2WPSBSM.js:435
      throw new Error(
            ^

Error: No release satisfying version ~0.22.8 for win32/x64

https://github.com/pocketbase/pocketbase/releases/tag/v0.22.8

Works when I set it to ~0.22.7 via:

import { gobot } from "gobot";
import { fileURLToPath } from "url";
import { dirname, join } from "path";

const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename);

const bot = await gobot(`pocketbase/pocketbase`, { version: `~0.22.8` });
bot.run([`-v`]);
bot.run([`serve`, `--dir=${join(__dirname, "pb_data")}`]);
@VictorioBerra VictorioBerra changed the title 0.22.8 window download on Windows 64 0.22.8 wont download on Windows 64 Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant