Hi all,
I have an issue installing zos into a new project. So now if I try and install zos using npm I see:
npm install zos
npm WARN deprecated lodash.isarray@4.0.0: This package is deprecated. Use Array.isArray.
npm WARN deprecated fs-promise@2.0.3: Use mz or fs-extra^3.0 with Promise Support
npm WARN deprecated tar.gz@1.0.7:WARNING
tar.gz module has been deprecated and your application is vulnerable. Please use tar module instead: https://npmjs.com/tar
[ …] \ fetchMetadata: sill resolveWithNewModule http-https@1.0.0 checking installable status
And then the process will just hang at this point forever…
I am using the following versions:
node: v11.9.0
npm: v6.9.0
Any help appreciated!
Thanks
Rick