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

Failed to resolve 'rxjs/operators' #146

Closed
Akurganow opened this issue Apr 26, 2020 · 2 comments
Closed

Failed to resolve 'rxjs/operators' #146

Akurganow opened this issue Apr 26, 2020 · 2 comments
Labels
documentation question Further information is requested
Milestone

Comments

@Akurganow
Copy link
Contributor

On build with parcel got this error:

🚨 Build failed.
@parcel/core: Failed to resolve 'rxjs/operators' from './node_modules/deox/dist/index.js'
./node_modules/deox/dist/index.js
./node_modules/deox/dist/index.js:7:25
  6 | var tslib_1 = require('tslib');
> 7 | var operators = require('rxjs/operators');
>   |                         ^^^^^^^^^^^^^^^^
  8 | 
  9 | /**
@the-dr-lazy
Copy link
Owner

Unfortunately, NPM doesn't support optional peer dependency. As denoted in package.json this library has a peer dependency on rxjs. So you should install it.

@the-dr-lazy the-dr-lazy added documentation question Further information is requested labels Apr 27, 2020
@the-dr-lazy the-dr-lazy added this to the v3.2.2 milestone Apr 27, 2020
@Akurganow
Copy link
Contributor Author

I understand, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants