Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

npm test does not work in Windows #7

Closed
ajlopez opened this issue Feb 21, 2016 · 1 comment
Closed

npm test does not work in Windows #7

ajlopez opened this issue Feb 21, 2016 · 1 comment

Comments

@ajlopez
Copy link
Contributor

ajlopez commented Feb 21, 2016

You can change package.json removing explicit use of node_modules

from

  "scripts": {
    "test": "standard ./index.js ./bin/rlp &&  ./node_modules/mocha/bin/mocha --reporter spec ./test/",
    "webtest": "browserify test/max.js | testling -u"
  },

to

  "scripts": {
    "test": "standard ./index.js ./bin/rlp &&  mocha --reporter spec ./test/",
    "webtest": "browserify test/max.js | testling -u"
  },

@wanderer
Copy link
Member

oh good catch! can you do a PR?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants