Closed Akurganow closed 4 years ago
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 | /**
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.
package.json
rxjs
I understand, thanks
On build with parcel got this error: