Closed BlairCurrey closed 8 months ago
@type/commander
npm install
I am using tunnelmole-client in a project and installing packages warned me of the deprecated sub-dependency. See: https://www.npmjs.com/package/@types/commander
tunnelmole-client
npm run build and npm run tests complete without error.
npm run build
npm run tests
Thanks
@type/commander
dependency - this seperate type package is no longer needed as its provided by the main package (which is why its deprecated)npm install
(looks like it was out of date)I am using
tunnelmole-client
in a project and installing packages warned me of the deprecated sub-dependency. See: https://www.npmjs.com/package/@types/commandernpm run build
andnpm run tests
complete without error.