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
I encountered several deprecated warnings while running npm install just after cloning this repo in my local. Despite checking the package.json (exactly same with package.json here) and even trying commands like ndc current, I'm unable to pinpoint where these deprecations are coming from. Here are the terminal messages I received:
abito@MeggsMacBook16 next-wagmi-template % npm install
npm WARN deprecated @babel/plugin-proposal-optional-catch-binding@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-catch-binding instead.
npm WARN deprecated @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.
npm WARN deprecated @babel/plugin-proposal-numeric-separator@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead.
npm WARN deprecated @babel/plugin-proposal-nullish-coalescing-operator@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.
npm WARN deprecated @babel/plugin-proposal-async-generator-functions@7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-async-generator-functions instead.
npm WARN deprecated @babel/plugin-proposal-optional-chaining@7.21.0: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.
npm WARN deprecated @babel/plugin-proposal-object-rest-spread@7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead.
npm WARN deprecated @motionone/vue@10.16.4: Motion One for Vue is deprecated. Use Oku Motion instead https://oku-ui.com/motion
npm WARN deprecated webextension-polyfill-ts@0.25.0: This project has moved to @types/webextension-polyfill
added 1325 packages, and audited 1327 packages in 25s
209 packages are looking for funding
run `npm fund` for details
1 moderate severity vulnerability
To address all issues, run:
npm audit fix
Run `npm audit` for details.
abito@MeggsMacBook16 next-wagmi-template %
I'm reaching out to the community to see if anyone has encountered similar issues and found a solution. It's challenging to understand which dependency (or dependencies) are triggering these warnings. Any guidance on resolving these deprecations would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
Hello, author and developers.
I encountered several deprecated warnings while running npm install just after cloning this repo in my local. Despite checking the package.json (exactly same with package.json here) and even trying commands like ndc current, I'm unable to pinpoint where these deprecations are coming from. Here are the terminal messages I received:
I'm reaching out to the community to see if anyone has encountered similar issues and found a solution. It's challenging to understand which dependency (or dependencies) are triggering these warnings. Any guidance on resolving these deprecations would be greatly appreciated.
The text was updated successfully, but these errors were encountered: