Open gdoesu2 opened 7 years ago
After running
npm install -g https://github.com/swagger-api/swagger-node
it reported
added 20 packages, removed 16 packages and updated 17 packages in 34.874s
and npm list -g swagger
reports
-- swagger@0.7.5 (git+https://github.com/swagger-api/swagger-node.git#c62843c7c4ad12331a1432d7fbd885cf30b6d08a)
So it seem that the npm package is the root cause for the generation f these warnings.
I ran the following to install swagger into my Windows 10 laptop
npm v5.0.0 node v6.10.3 swagger 0.7.5
Is this currently expected, or is there an issue with my combination?