Mohammed Keyvanzadeh
Mohammed Keyvanzadeh
cc @Trott @MaledongGit @nschonni
> IMHO this shouldn't land. The two images are not identical. They have different padding. > > The proper way would be to create a new logo-hexagon-card-white.png PNG file, optimize...
@XhmikosR alright, so I've went ahead to create another PNG file with the exact same padding and dimensions but the only difference being that the background is transparent, but as...
> Could you check with https://www.opengraph.xyz/ before landing? I want to make sure this looks good on socials in addition to chat apps. It generally looks almost the same but...
Native modules refers to the modules that are written outside of JavaScript, modules that are written in C++ ([C++ addons](https://nodejs.org/api/addons.html)) for example and embedded into JavaScript using things like [N-API](https://nodejs.org/api/n-api.html)...
> but how would I know if I need to use it? Basically for what tasks I need it? As mentioned, you would need to use them if you're planning...
The error is self-explanatory here, the installation process was rejected by your operating system due to insufficient permissions. When you install npm packages globally (using the `--global` flag, or `-g`...
[discord.js-selfbot-v11](https://npmjs.com/package/discord.js-selfbot-v11) no longer works as it uses [discord.js](https://npmjs.com/package/discord.js) v11, discord.js v11 no longer works as it's pretty old and haven't been patched to handle new requests properly and other things....
You aren't exactly typing your password into Node.js to access to your hosting service, you're likely trying to access the server using SSH or other connection methods. You're probably inputting...
NPM's 8.11.x versions have deprecated the `--global` and `--local` flags from the CLI, but the deprecations have been lifted on the 8.12.x versions and higher, so I would recommend updating...