cancel
Showing results for 
Search instead for 
Did you mean: 

The `punycode` module is deprecated. Please use a userland alternative instead.

fse
Discoverer
2,363

We implemented several SAP UI5 applications using VS Code and SAP Fiori Tools.

About 4 weeks ago everything was fine.

But now when we try to Preview one ofthose applications we face the following warning :

(node:34256) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Command run failed with error spawn EINVAL

what stops the fiori run prozess from working.

Any ideas how to ignore that warning?

or solve the deprication?

 

TIA Frank

Accepted Solutions (0)

Answers (2)

Answers (2)

M-K
Active Participant
0 Kudos

For me only this error was shown:

Command run failed with error : spawn EINVAL

I solved it by using "npm update" in the console, afterwards the preview worked for me.

flachlaender
Explorer
0 Kudos

ANy solution for this yet? I have the same problem.