datasets / awesome-data

Curated list of quality open datasets
https://datahub.io/collections
755 stars 91 forks source link

Installation warnings suggesting upgrades in the software #230

Open ppKrauss opened 6 years ago

ppKrauss commented 6 years ago

After git clone https://github.com/datasets/registry.git; cd registry; npm install, at UBUNTU 16 LTS,

npm WARN deprecated formatio@1.2.0: This package is unmaintained. Use @sinonjs/formatio instead
npm WARN deprecated fs-promise@2.0.3: Use mz or fs-extra^3.0 with Promise Support
npm WARN deprecated graceful-fs@3.0.11: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.3 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

added 599 packages from 609 contributors in 81.608s
rufuspollock commented 6 years ago

@ppKrauss generally you don't need to "install" this repo - only need if you want to help maintain core datasets 😄 - but thanks for the update.