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

errors (on google colab) #1

Open
0wwafa opened this issue Jul 3, 2024 · 1 comment
Open

errors (on google colab) #1

0wwafa opened this issue Jul 3, 2024 · 1 comment

Comments

@0wwafa
Copy link

0wwafa commented Jul 3, 2024

git clone https://github.com/second-state/chatbot-ui.git
cd chatbot-ui
npm install
npm run dev
added 664 packages from 525 contributors and audited 699 packages in 44.136s

238 packages are looking for funding
  run `npm fund` for details

found 39 vulnerabilities (1 low, 24 moderate, 13 high, 1 critical)
  run `npm audit fix` to fix them, or `npm audit` for details

> [email protected] dev /content/chatbot-ui
> next dev

ready - started server on 0.0.0.0:3000, url: http://localhost:3000/
info  - Loaded env from /content/chatbot-ui/.env.local
Attention: Next.js now collects completely anonymous telemetry regarding usage.
This information is used to shape Next.js' roadmap and prioritize features.
You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
https://nextjs.org/telemetry

/bin/sh: 1: yarn: not found
Browserslist: caniuse-lite is outdated. Please run:
  npx update-browserslist-db@latest
  Why you should do it regularly: https://github.com/browserslist/update-db#readme
ReferenceError: AbortController is not defined
    at fetchCSSFromGoogleFonts (/content/chatbot-ui/node_modules/next/dist/compiled/@next/font/dist/google/fetch-css-from-google-fonts.js:34:28)
    at nextFontGoogleFontLoader (/content/chatbot-ui/node_modules/next/dist/compiled/@next/font/dist/google/loader.js:76:79)
    at /content/chatbot-ui/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js:72:99
    at async Span.traceAsyncFn (/content/chatbot-ui/node_modules/next/dist/trace/trace.js:79:20)
error - Failed to download `Inter` from Google Fonts. Using fallback font instead.
event - compiled client and server successfully in 5.1s (272 modules)
wait  - compiling...
event - compiled successfully in 335 ms (232 modules)
error - API Routes cannot be used with "output: export". See more info here: https://nextjs.org/docs/advanced-features/static-html-export
error - API Routes cannot be used with "output: export". See more info here: https://nextjs.org/docs/advanced-features/static-html-export
error - API Routes cannot be used with "output: export". See more info here: https://nextjs.org/docs/advanced-features/static-html-export
error - API Routes cannot be used with "output: export". See more info here: https://nextjs.org/docs/advanced-features/static-html-export
error - API Routes cannot be used with "output: export". See more info here: https://nextjs.org/docs/advanced-features/static-html-export
@0wwafa 0wwafa changed the title errors errors (on google colab) Jul 3, 2024
@0wwafa
Copy link
Author

0wwafa commented Jul 3, 2024

The errors are probably due to the node version on google colab.
Just so you know.

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