billimarie / prosecutor-database

An open-source, community oversight dataset of all U.S. Prosecutors. Happy Hacktoberfest 🎃
https://billimarie.github.io/prosecutor-database
Other
89 stars 85 forks source link

[BUG] README installation steps produce error #72

Closed rcalimlim closed 4 years ago

rcalimlim commented 4 years ago

Describe the bug The README's installation instructions are not accurate and produce an npm error.

To Reproduce Steps to reproduce the behavior:

  1. Follow Advanced (Developer experience) instructions for local dev environment setup.
  2. npm install will produce:
    npm ERR! code ENOLOCAL
    npm ERR! Could not install from "node_modules/meteor-node-stubs/readable-stream@git+https:/github.com/meteor/readable-stream.git#2e9112d7d31a2af6e0682db0e18679b1e5fd4694" as it does not contain a package.json file.

Expected behavior Installing dependencies from a fresh repo should correctly install dependencies without error.

Fix Update README to list correct installation instructions using meteor.

rcalimlim commented 4 years ago

I've opened a PR for a fix to this issue.

rcalimlim commented 4 years ago

@billimarie Hoping to get your feedback on this