cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

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

fse
Discoverer
6,045

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 (3)

Answers (3)

RiabovAleksandr
Product and Topic Expert
Product and Topic Expert
0 Likes

SAP Support replied:

Hi,

A change has been introduced to resolve this issue, our release schedule is every two weeks, so please expect the version to be available end of week, Sept 8th;

https://www.npmjs.com/package/@sap/ux-ui5-tooling?activeTab=versions

M-K
Active Participant
0 Likes

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 Likes

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