You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Processing legacy "View Engine" libraries:
(node:24014) [DEP0147] DeprecationWarning: In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be removed. Use fs.rm(path, { recursive: true }) instead
(Use node --trace-deprecation ... to show where the warning was created)
This is now problematic since angular 16 does not support view engine libraries anymore. @eakoriakin are there any plans to upgrade this to an ivy version?
Processing legacy "View Engine" libraries:
(node:24014) [DEP0147] DeprecationWarning: In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be removed. Use fs.rm(path, { recursive: true }) instead
(Use
node --trace-deprecation ...
to show where the warning was created)Encourage the library authors to publish an Ivy distribution.
The text was updated successfully, but these errors were encountered: