You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running npm install from the root, I end up with the following results. TLDR -- is seems like the prometheus package at master can't compile right now.
test/prometheus.test.ts:527:5 - error TS7027: Unreachable code detected.
527 done();
~~~~~~~
Found 2 errors.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @opentelemetry/[email protected] compile: `npm run version:update && tsc -p .`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @opentelemetry/[email protected] compile script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/alanstorm/.npm/_logs/2020-05-07T03_59_24_975Z-debug.log
lerna info lifecycle @opentelemetry/[email protected]~prepare: @opentelemetry/[email protected]
lerna info lifecycle @opentelemetry/[email protected]~prepare: @opentelemetry/[email protected]
lerna info lifecycle @opentelemetry/[email protected]~prepare: @opentelemetry/[email protected]
lerna info lifecycle @opentelemetry/[email protected]~prepare: @opentelemetry/[email protected]
lerna info lifecycle @opentelemetry/[email protected]~prepare: @opentelemetry/[email protected]
lerna info lifecycle @opentelemetry/[email protected]~prepare: @opentelemetry/[email protected]
lerna info lifecycle @opentelemetry/[email protected]~prepare: @opentelemetry/[email protected]
lerna info lifecycle @opentelemetry/[email protected]~prepare: Failed to exec prepare script.
When running
npm install
from the root, I end up with the following results. TLDR -- is seems like the prometheus package atmaster
can't compile right now.Originally posted by @astorm in #1032 (comment)
The text was updated successfully, but these errors were encountered: