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
Create an app with any community or Llamapack template:
e.g:
❯ npx create-llama@latest --pro
✔ What is your project named? … my-app
✔ Which template would you like to use? › Community template from https://github.com/run-llama/create_llama_projects
✔ Select community template › chat-llamaindex
It'd throw error on installation:
Creating a new LlamaIndex app in my-app.
Installing community project: chat-llamaindex
Success! Created my-app at my-app
Now have a look at the README.md (file:///README.md) and learn how to get started.
Aborting installation.
Unexpected error. Please report it as a bug:
TypeError: Cannot read properties of undefined (reading 'some')
at createApp (.npm/_npx/7bfc2205dda2d438/node_modules/create-llama/dist/index.js:290:25225)
at async run (.npm/_npx/7bfc2205dda2d438/node_modules/create-llama/dist/index.js:290:65438)
The text was updated successfully, but these errors were encountered:
leehuwuj
changed the title
[Bug] Failed to install community templates
[Bug] Failed to install community and Llamapack templates
Jan 22, 2025
Reproduce:
e.g:
It'd throw error on installation:
The text was updated successfully, but these errors were encountered: