npm test fails when building
Closed this issue · 0 comments
muhammad20 commented
Describe the bug
after cloning the repo and running npm install && npm run-script build && npm test
from ref_impl
directory, npm test fails at \ref_impl\bin\ast\parser.js:331:1
reporting an invalid regular expression.
To Reproduce
- clone the repo
- go to
ref_impl
directory - run
npm install && npm run-script build && npm test
(usingnode v8.9.4
).
Expected behavior
The test is expected to run successfully.
Desktop:
- OS: Windows 10
- Branch: master
Edit: After upgrading to node v10.16.0
, the error is gone.