anything-llm
anything-llm copied to clipboard
MacOS: yarn dev:frontend issues with vite.config.js, failed to load config
Have NPM, Yarn installed. Yarn dev:server runs without issue, but yarn dev:frontend results in:
❯ yarn dev:frontend
yarn run v1.22.19
$ cd frontend && yarn start
warning package.json: No license field
$ vite --open
failed to load config from /Users/
Have tried removing dir and re-cloning, as well as what I could find "googling" around. Any ideas?
I ran into this as well (macOS, M1, 12.6.3). I had to manually install the dependencies one at a time.
I ran into this as well (macOS, M1, 12.6.3). I had to manually install the dependencies one at a time.
@mkammes how exactly do you load the dependencies one at a time? Do you still use yarn?
@ssbob did you go to cd frontend
and then yarn install
? That will install all the dependencies.
Dont forget to do the same for server