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
This is a Node.js package, so you are expected to have the Node.js types already. Having the types as dependency is not feasible as it would conflict with other packages having other Node.js versions as dependency.
i think
@types/node
should depend asdependencies
instead ofdevDependencies
because the content is explicitly referenced.when my package depend
open
and build to bundler.ChildProcess
not found error will be reported unless i install@types/node
.The text was updated successfully, but these errors were encountered: