-
Recently, I have used jwt in nextjs but the nextjs gives me error below
[Error: The edge runtime does not support Node.js 'crypto' module.
I hope the problem will be solved very soon. Thank you
-
### どのような問題を解決する機能追加でしょうか?
Node.js 22 対応をする。
前回は18の対応を実施した https://github.com/npocccties/chibichilo/pull/853
### あなたが望む解決方法について書いてください
Node.js 22 で動作するようにする。
### 本 issue を close する条件
-…
-
Implement backend authentication in the project using the MERN stack. The authentication should use JWT tokens for user login and registration and store the tokens in HTTP cookies for secure communica…
-
Existem formas mais fáceis e simples de instalar o node.js como por exemplo com nvm por exemplo:
com curl:
```
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
```…
-
### What version of Bun is running?
1.1.32+fe8d0079e
### What platform is your computer?
Linux 6.10.11-orbstack-00280-g1304bd068592 x86_64 unknown
### What steps can reproduce the bug?
Like this…
-
-
While we build and ship ESM versions of our packages, we do not advertise their availability to module resolvers via package.json
We need to fill out the `exports` field.
See:
- https://docs.np…
-
### Self-service
- [ ] I'd be willing to implement a fix
### Describe the bug
Yarn 4.3.1 generated different nm layout on Node.js 23 when `enableTransparentWorkspaces` is `false`. I also tested on …
-
In Node.js version 18 and below, an error occurs. In version 20, everything works fine.
```
process-company-list ERROR Error: crypto.getRandomValues() not supported.
at uuidv7 (file:///mnt/c/…
-
We followed the following steps:
Step 1: Installed the latest posthog-js version, that is, 1.174.0
Step 2: We added `import posthogJS from 'posthog-js'` inside one js file
Step 3: We ran the …