microsoft/BosqueLanguage

npm test fails when building

Closed this issue · 0 comments

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

  1. clone the repo
  2. go to ref_impl directory
  3. run npm install && npm run-script build && npm test (using node 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.