w3c / did-test-suite

W3C DID Test Suite and Implementation Report

Home Page:https://w3c.github.io/did-test-suite/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'jest-did-matcher@^0.0.1' is not in the npm registry

csuwildcat opened this issue · comments

Getting this error when I try to run the tests:

npm ERR! 404 Not Found - GET https://registry.npmjs.org/jest-did-matcher - Not found
npm ERR! 404 
npm ERR! 404  'jest-did-matcher@^0.0.1' is not in the npm registry. 
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of 'did-core-test-server'

@csuwildcat
Need to bootstrap lerna at the top-level to make did-core-test-server to find the local package.

Please run npm i at the top level.

I'll add a note on this to README.

Report generation works, the npm commands have been updated to do this automatically now, closing.