Fresh install strapi error

System Information
  • Strapi Version: 3.4.1
  • Operating System: windows 10 64bit
  • Database: sqlite3
  • Node Version: v14.8.0
  • NPM Version: 6.14.7

hello, i am trying to migrate my site into strapi today, but when i install with npx create-strapi-app name --quickstart, i got error on sqlite3@5.0.1 as it is not found and fail to download, so i use v5.0.0, and its now working fine. but when i try to add new content-types i got this problem:

  1. when i input “anime” on display name, then animes on collection name it give me error: /content-type-builder/content-types/application::animes.animes (107 ms) 400. it happen everytime e

  2. when i try to add new collection type like “product” on display name and “produk” on collection name, it successfuly created, but when restarting it give me this:

  3. I cant install graphql plugin.

anybody know whats wrong? and maybe know how to solve it?
thanks.