Skip to content
Snippets Groups Projects
Commit 928e5265 authored by Marcus Schiesser's avatar Marcus Schiesser
Browse files

fix: use llamaindex version and not create-llama version

parent c6a2cb50
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ import fs from "fs/promises"; ...@@ -5,7 +5,7 @@ import fs from "fs/promises";
import os from "os"; import os from "os";
import path from "path"; import path from "path";
import { bold, cyan } from "picocolors"; import { bold, cyan } from "picocolors";
import { version } from "../package.json"; import { version } from "../../core/package.json";
import { PackageManager } from "../helpers/get-pkg-manager"; import { PackageManager } from "../helpers/get-pkg-manager";
import { import {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment