react-comments-section
react-comments-section copied to clipboard
uuid dependency not made explicit in package,json
https://github.com/RiyaNegi/react-comments-section/blob/0bcee5a0316705125e6f8dd0b1b52c6bcae4b16a/src/components/InputField/Index.tsx#L5
At this line there's a require of the uuid package which is not declared in the dependencies field of package.json. Also, as mentioned, it uses the require syntax while others modules use the import syntax.
As a workaround npm install it in your own project using react-comments-section.