Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation warning in dev container #234

Open
CH3COOH-JYR opened this issue Jun 23, 2024 · 0 comments
Open

Deprecation warning in dev container #234

CH3COOH-JYR opened this issue Jun 23, 2024 · 0 comments

Comments

@CH3COOH-JYR
Copy link
Contributor

Using dev container on MacOS will result in the following deprecation warning:

root ➜ /app (dev) $ pnpm build-prisma

> [email protected] build-prisma /app
> prisma-import -s "src/**/*.prisma" -o prisma/schema.prisma --force && prisma-case-format --file prisma/schema.prisma && prisma generate

(node:684) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
(node:700) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
✨ Done.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant