-
Could you download npm packages (example discord.js)? I would like to do this so i could make something like DiscordSRV.
-
### Describe the bug
Related: https://github.com/vitejs/vite/discussions/18290
For a package with following files:
- package.json
```json
{
"name": "test-dep",
"private": true,
"…
-
Hmm?
-
### Describe the bug
Scaffold any SSR example from create-vite-extra and to the following changes:
Wrap the code of the client entry point in
```js
// client-entry.js
export default function …
-
### Describe the bug
**_I am applying the following css:_**
```
@layer reset, bootstrap;
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.css') layer(bootstrap);
@la…
-
I'm unable to build a deno binary, due to some dependency error?
Error message:
```
error: builder for '/nix/store/1dbmg0n7qyb95q107xa4yh5sg32kaf53-denobot.drv' failed with exit code 1;
las…
-
### How can we reproduce the crash?
Build the example project from https://bun.sh/guides/ecosystem/discordjs
### JavaScript/TypeScript code that reproduces the crash?
```shell
// import discord.js
…
-
Like the title says, i wanted to run the bundler in watch mode using a js file containing
```js
await Bun.build({
entrypoints: ["./test.ts"],
outdir: ["./dist"],
sourcemap: "extern…
-
Better Documentation 📖
1. The repo is not beginner-friendly, we've to get more examples and meaning of different things
2. We can also make something like Discord.js Guide for this repo, as I can se…
-
### Describe the bug
For this code:
```ts
try {
await import('no-such-package');
} catch (e) {
console.log('code:', e.code);
console.log('message:', e.message);
}
```
On Node
…