I am using node 18.18.2 and yarn 3.2.4.
If I do:
- mkdir test
- cd test
- yarn init
- yarn add nan
I get the warning:
➤ YN0032: │ nan@npm:2.18.0: Implicit dependencies on node-gyp are discouraged
I aim for zero-warnings because unimportant warnings make it hard to notice important warnings.
Can this warning be dealt with?