balderdashy / balderdashy/sails
npm Warning uuid@3.0.1
- Dominant language
- JavaScript
- Stars
- 22.8k
- Forks
- 1.9k
- PR merge metrics
- No merged PRs in 30d
Description
**Node version**: v14.16.1
**Sails version** _(sails)_: 1.4.3
```
$ npm install sails -g
```
> npm WARN deprecated uuid@3.0.1: 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.
Contributor guide
Research direction
Reproduce the warning with Node v14.16.1, Sails 1.4.3, and `npm install sails -g`, then inspect the installed dependency tree to locate which package brings in uuid@3.0.1. Check the npm warning and linked Math.random() reference for the upgrade requirement; done means installation no longer reports this deprecated uuid version without breaking Sails.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- backend, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100