discordjs / discord-api-types

Up to date Discord API Typings, versioned by the API version

Home Page:https://discord-api-types.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

file or folder not found

Nit-nit opened this issue · comments

i tried installing discord api types, but looks like it didnt work

~/.../stuff/hazy $ npm install @discordjs/discord-api-types
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@discordjs%2fdiscord-api-types - Not found
npm ERR! 404
npm ERR! 404  '@discordjs/discord-api-types@*' is not in this registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

these are all the versions

~/.../stuff/hazy $ npm version
{
  hazy: '1.0.0',
  npm: '8.2.0',
  node: '17.2.0',
  v8: '9.6.180.14-node.12',
  uv: '1.42.0',
  zlib: '1.2.11',
  brotli: '1.0.9',
  ares: '1.18.1',
  modules: '102',
  nghttp2: '1.45.1',
  napi: '8',
  llhttp: '6.0.4',
  openssl: '1.1.1l',
  cldr: '40.0',
  icu: '70.1',
  tz: '2021a3',
  unicode: '14.0'
}
commented

It's just discord-api-types, not @discordjs/discord-api-types

thanks