GoogleChromeLabs / native-url

Node's url module implemented using the built-in URL API.
https://npm.im/native-url
Apache License 2.0
284 stars 11 forks source link

Project has an unmet peer dependency: "@types/node@>=8.0.0" #10

Closed rafaelalmeidatk closed 4 years ago

rafaelalmeidatk commented 4 years ago

Expected Behavior

The lib should install with success, without warnings.

Actual Behavior

I am receiving this warning after updating Next:

warning "next > native-url@0.2.3" has unmet peer dependency "@types/node@>=8.0.0".

Steps to Reproduce the Problem

  1. Install this lib at version 0.2.3 (the only version I tested)

More details

The project I am working on doesn't use TS so there is no need to have the package @types/node installed. Perhaps it would be better as a devDependency in this library.