Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot build master branch #4466

Closed
thejohnfreeman opened this issue Jan 12, 2019 · 2 comments
Closed

Cannot build master branch #4466

thejohnfreeman opened this issue Jan 12, 2019 · 2 comments

Comments

@thejohnfreeman
Copy link

Bug Report

Current Behavior

yarn and npm install both fail on a fresh checkout of the master branch.

Environment

  • yarn: 1.12.3
  • node: 10.14.1
  • npm: 6.4.1

Additional context/Screenshots

> @reactivex/rxjs@6.3.3 compile_dist_migrations /home/jfreeman/code/rxjs
> tsc -p ./tsconfig/tsconfig.migrations.json

node_modules/@angular-devkit/core/src/utils/template.d.ts:8:26 - error TS7016: Could not find a declaration file for module 'source-map'. '/home/jfreeman/code/rxjs/node_modules/source-map/source-map.js' implicitly has an 'any' type.
  Try `npm install @types/source-map` if it exists or add a new declaration (.d.ts) file containing `declare module 'source-map';`

8 import { Position } from 'source-map';
                           ~~~~~~~~~~~~

Found 1 error.

npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! @reactivex/rxjs@6.3.3 compile_dist_migrations: `tsc -p ./tsconfig/tsconfig.migrations.json`
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the @reactivex/rxjs@6.3.3 compile_dist_migrations script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

ERROR: "compile_dist_migrations" exited with 2.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @reactivex/rxjs@6.3.3 build_migrations: `npm-run-all clean_dist_migrations compile_dist_migrations`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @reactivex/rxjs@6.3.3 build_migrations script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

ERROR: "build_migrations" exited with 1.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @reactivex/rxjs@6.3.3 build_all: `npm-run-all compat_build_all clean_dist copy_sources build_cjs build_esm5 build_esm2015 build_esm5_for_rollup build_umd build_types build_legacy_reexport build_migrations generate_packages`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @reactivex/rxjs@6.3.3 build_all script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
@benlesh
Copy link
Member

benlesh commented Jan 15, 2019

Perhaps try cleaning your npm cache, deleting node_modules and installing again?

@benlesh
Copy link
Member

benlesh commented Jan 15, 2019

Unable to reproduce.

@benlesh benlesh closed this as completed Jan 15, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Feb 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants