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
When running npm install there are some warnings which could probably be easily fixed:
npm WARN deprecated [email protected]: Use String.prototype.trim() instead
npm WARN deprecated @hapi/[email protected]: Moved to 'npm install @sideway/pinpoint'
npm WARN deprecated @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated @hapi/[email protected]: Moved to 'npm install @sideway/formula'
npm WARN deprecated @hapi/[email protected]: Moved to 'npm install @sideway/address'
npm WARN deprecated @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated @hapi/[email protected]: Switch to 'npm install joi'
npm WARN deprecated [email protected]: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
The last one [email protected] is not easily fixed since they changed the API significantly in the new version, but other lines like deprecated [email protected]: Use String.prototype.trim() instead should be simple.
The text was updated successfully, but these errors were encountered:
When running
npm install
there are some warnings which could probably be easily fixed:The last one
[email protected]
is not easily fixed since they changed the API significantly in the new version, but other lines likedeprecated [email protected]: Use String.prototype.trim() instead
should be simple.The text was updated successfully, but these errors were encountered: