-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
puny code problem #9026
Comments
What is the result of running the following as suggested by the deprecation warning? node --trace-deprecation server.js |
here it is
also attaching my folder structure for reference 😊
…________________________________
From: Mike McCready ***@***.***>
Sent: Saturday, January 13, 2024 5:06 PM
To: yarnpkg/yarn ***@***.***>
Cc: Samillionaire ***@***.***>; Mention ***@***.***>
Subject: Re: [yarnpkg/yarn] puny code problem (Issue #9026)
@Samillionaire<https://github.com/Samillionaire>
What is the result of running the following as suggested by the deprecation warning?
node --trace-deprecation server.js
—
Reply to this email directly, view it on GitHub<#9026 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AXNCVWDYEEJE7Z4ESYEODODYOJWUXAVCNFSM6AAAAABBZGKODGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJQGQZDKOJXGE>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
I cannot see any log in your reply which comes from running node --trace-deprecation server.js |
actually no reply is coming ,its just the warning .
if i try to update something in my server.js file , it is shown in cmd everytime , but now its not showing the update on cmd but this warning only.
…________________________________
From: Mike McCready ***@***.***>
Sent: Saturday, January 13, 2024 5:24 PM
To: yarnpkg/yarn ***@***.***>
Cc: Samillionaire ***@***.***>; Mention ***@***.***>
Subject: Re: [yarnpkg/yarn] puny code problem (Issue #9026)
@Samillionaire<https://github.com/Samillionaire>
here it is
I cannot see any log in your reply which comes from running
node --trace-deprecation server.js
—
Reply to this email directly, view it on GitHub<#9026 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AXNCVWEEBDB7SJJHJLKTNOLYOJYY3AVCNFSM6AAAAABBZGKODGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJQGQZTAMJVGQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
actually no reply is coming ,its just the warning
if i try to update something in my server.js file , it is shown in cmd everytime , but now its not showing the update on cmd but this warning only.
…________________________________
From: Mike McCready ***@***.***>
Sent: Saturday, January 13, 2024 5:24 PM
To: yarnpkg/yarn ***@***.***>
Cc: Samillionaire ***@***.***>; Mention ***@***.***>
Subject: Re: [yarnpkg/yarn] puny code problem (Issue #9026)
@Samillionaire<https://github.com/Samillionaire>
here it is
I cannot see any log in your reply which comes from running
node --trace-deprecation server.js
—
Reply to this email directly, view it on GitHub<#9026 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AXNCVWEEBDB7SJJHJLKTNOLYOJYY3AVCNFSM6AAAAABBZGKODGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJQGQZTAMJVGQ>.
You are receiving this because you were mentioned.
|
|
ok Thank you very much
…________________________________
From: Mike McCready ***@***.***>
Sent: Saturday, January 13, 2024 5:40 PM
To: yarnpkg/yarn ***@***.***>
Cc: Samillionaire ***@***.***>; Mention ***@***.***>
Subject: Re: [yarnpkg/yarn] puny code problem (Issue #9026)
@Samillionaire<https://github.com/Samillionaire>
* Without the output from the trace-deprecation it is not possible to judge exactly what the cause of your issue is.
* You can follow the open issue #9013<#9013> which may be the same problem that you are seeing.
—
Reply to this email directly, view it on GitHub<#9026 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AXNCVWFJ6NPIRNQHLDK3DTDYOJ2S5AVCNFSM6AAAAABBZGKODGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJQGQZTIMBYHA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Duplicate of #9013 |
How do we use this with React Native? |
You can also set the environment variable export NODE_OPTIONS='--trace-deprecation' |
Thanks, but where would I see the punycode reference from yarn build output? |
Which version of Yarn are you using? |
v1.22.22 |
i am getting this error --- The
punycode
module is deprecated. Please use a userland alternative instead. at node:punycode:3:9server is unable to listen the changes but just keeps giving this warning how to fix it , what the alternative of this and how to install it.. in this successfully so the project doesent get affected by this.
The text was updated successfully, but these errors were encountered: