mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
The new version of npm no longer tolerates stray packages in node_modules that are not mentioned in package.json, such as node_modules/repl.
modules
To run the tests, first install the npm dependencies, then run the app:
npm install
npm test # just does `meteor run`
then visit localhost:3000 in your browser.