ServiceStack/Client and "Reading from "node:fs" is not handled by plugins (Unhandled scheme)." error #55
-
I am trying to upgrade from the 1.X ServiceStack/Client library to the 2.X version
What could potentially be the problem? This is the list of installed npm packages:
npm -v: 9.6.0 node -v: v18.14.2 That is my package.json:
That's my tsconfig:
That's my angular.json:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
should be resolved in latest @servicestack/client v2.0.8, see: https://stackoverflow.com/a/75633657/85785 |
Beta Was this translation helpful? Give feedback.
-
Thanks, yes it seems to be resolved in v2.0.8. Now, it compiles successfully, without errors. But it does print out the following two warnings:
Any way to avoid these two warnings? |
Beta Was this translation helpful? Give feedback.
-
OK, thanks for the info. |
Beta Was this translation helpful? Give feedback.
should be resolved in latest @servicestack/client v2.0.8, see: https://stackoverflow.com/a/75633657/85785