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
Minimum version of NodeJS required is v14. See the engines field in package.json.
Upgrade your Node version. It's insecure, deprecated, and unsupported. I suggest using nvm to install a known-good version. https://github.com/nvm-sh/nvm
E.g. run nvm install --lts, and nvm use --lts to use a modern, long term support version.
Describe the bug
/node_modules/image-size/dist/index.js:36
size.type = size.type ?? type;
To Reproduce
when you run the application with this version in any node app.
Expected behavior
should run perfectly with no issues.
Environment (please complete the following information):
Additional context
Add any other context about the problem here. Log entries related to the issue are good things.
The text was updated successfully, but these errors were encountered: