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
After running npm install --save-dev approvals,
I get this message: npm WARN deprecated [email protected]: This module relies on Node.js's internals and will break at some point. Do not use it, and update to [email protected].
After running
npm install --save-dev approvals
,I get this message:
npm WARN deprecated [email protected]: This module relies on Node.js's internals and will break at some point. Do not use it, and update to [email protected].
Apparently natives is a dependency of approvals. It seems deprecated by its maintainer, see https://github.com/isaacs/natives
The text was updated successfully, but these errors were encountered: