martin-pabst / Online-IDE-new-compiler

Online-IDE with new compiler
GNU General Public License v3.0
1 stars 0 forks source link

node src/development/spritesheetgenerator.js : DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. #30

Closed fjf2002 closed 5 days ago

fjf2002 commented 2 weeks ago

(node:23392) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead. (Use node --trace-deprecation ... to show where the warning was created) /Online-IDE-new-compiler/src/development/spritesheetgenerator.js:64 throw err; ^

martin-pabst commented 2 weeks ago

If i click on "Run and debug", then "Generate Spritesheet", then the script is executed without error. I can't reproduce the error-message and I can't find any reference to the ''punycode"-module. How did you start the script?

fjf2002 commented 2 weeks ago

Yes, me neither. I tried node v20, v22, v23.

fjf2002 commented 2 weeks ago

You refer to your .vscode/launch.json, which is not part of this repo.

I think you should commit it.

martin-pabst commented 2 weeks ago

Done!