Error [ERR_PACKAGE_PATH_NOT_EXPORTED] when using rxjs v7
See original GitHub issueDescribe the bug It seems that rxjs version 7 breaks something inside marble.
To Reproduce
yarn add @marblejs/core fp-ts rxjs
Run the example as shown on the website
Desktop (please complete the following information):
- MacOS 11.3
- Node 16.0
The following error is thrown:
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath ‘./internal/scheduler/AsyncScheduler’ is not defined by “exports” in ‘node_modules/rxjs/package.json’
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:5 (3 by maintainers)
Top Results From Across the Web
49 - Stack Overflow
js') throws an ERR_PACKAGE_PATH_NOT_EXPORTED error. This encapsulation of exports provides more reliable guarantees about package interfaces for ...
Read more >package.json is not defined by "exports" - You.com
I was receiving Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath '. ... is not defined by "exports" when upgrading from v7.0.3 to v8.0.0 ... Error ...
Read more >No "exports" main defined - Laracasts
resources/js/app.js Module build failed (from ./node_modules/babel-loader/lib/index.js): Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No &
Read more >No "exports" main resolved in [#3118274] | Drupal.org
With Drupal 10 expected to launch on 14 December, ... Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main resolved in.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
In order to have a compatibility with latest RxJS release we have to bump the framework to the next major version -
4.0
. Please confirm my thoughts.Closing because
RxJS v7
support is added in thev4.0
release candidate.