npm test fails on Windows
Open
@ariya is already working on this.
Since Jan 17, 2017.
- Dominant language
- TypeScript
- Stars
- 7.1k
- Forks
- 773
- PR merge metrics
- No merged PRs in 30d
Description
Steps to reproduce:
git clone https://github.com/jquery/esprima.git
npm install
npm test
Expected: no error, every step is successful.
Actual: failing to run tsfmt:
> esprima@4.0.0-dev code-style C:\Users\ariya\esprima
> tsfmt --verify src/*.ts && tsfmt --verify test/*.js
src/*.ts does not exist. process abort.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.