Describe the bug
The README's installation instructions are not accurate and produce an npm error.
To Reproduce
Steps to reproduce the behavior:
Follow Advanced (Developer experience) instructions for local dev environment setup.
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.
Describe the bug The README's installation instructions are not accurate and produce an
npm
error.To Reproduce Steps to reproduce the behavior:
npm install
will produce:Expected behavior Installing dependencies from a fresh repo should correctly install dependencies without error.
Fix Update
README
to list correct installation instructions usingmeteor
.