Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Warning When npm install #115

Open
tatsukoni-pra opened this issue May 14, 2022 · 2 comments
Open

Fix Warning When npm install #115

tatsukoni-pra opened this issue May 14, 2022 · 2 comments
Labels
improvement improvement issue

Comments

@tatsukoni-pra
Copy link
Collaborator

tatsukoni-pra commented May 14, 2022

npm install(or npm ci実施時)に、いくつかの警告が出ている。
導入しているパッケージのバージョンが古かったり、非推奨だったりの警告かと思うので、確認し、必要であればバージョンup・差し替えなどを行う。

@tatsukoni-pra tatsukoni-pra added the improvement improvement issue label May 14, 2022
@tatsukoni-pra tatsukoni-pra changed the title Fix Error When npm install Fix Warning When npm install May 14, 2022
@tatsukoni-pra
Copy link
Collaborator Author

npm WARN deprecated [email protected]: This package is broken and no longer maintained. 'mkdirp' itself supports promises now, please switch to that.
npm WARN deprecated [email protected]: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
npm WARN deprecated [email protected]: this library is no longer supported
npm WARN deprecated @types/[email protected]: This is a stub types definition. web3 provides its own type definitions, so you do not need this installed.
npm WARN deprecated [email protected]: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
npm WARN deprecated [email protected]: CircularJSON is in maintenance only, flatted is its successor.
npm WARN deprecated [email protected]: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated [email protected]: Deprecated in favor of starkware
npm WARN deprecated [email protected]: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated [email protected]: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated [email protected]: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated [email protected]: New package name format for new versions: @ethereumjs/tx. Please update.
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: This module has been superseded by the multiformats module
npm WARN deprecated [email protected]: This module has been superseded by the multiformats module
npm WARN deprecated [email protected]: This module has been superseded by the multiformats module
npm WARN deprecated [email protected]: This module has been superseded by the multiformats module
npm WARN deprecated [email protected]: New package name format for new versions: @ethereumjs/common. Please update.
npm WARN deprecated [email protected]: Deprecated in favor of starkware
npm WARN deprecated [email protected]: This module has been superseded by the multiformats module

@tatsukoni-pra tatsukoni-pra reopened this May 14, 2022
@tatsukoni-pra
Copy link
Collaborator Author

Dependabot入れても良いのかも。
https://dev.classmethod.jp/articles/dependabot-101/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement improvement issue
Projects
None yet
Development

No branches or pull requests

1 participant