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
Describe the bug
When using this library, by npm install @popperjs/core ngx-popperjs --save, @ngx-tonysamperi/dom is not installed as it is not marked as a peer dependency.
Therefore, I get an error when consuming NgxPopperjsModule:
Cannot find module '@ngx-tonysamperi/dom' from '../../../../node_modules/ngx-popperjs/fesm2020/ngx-popperjs.mjs'
Workaround:
Can be solved by running npm i @ngx-tonysamperi/dom --save
To Reproduce
Run npm install @popperjs/core ngx-popperjs --save
Either:
Check node_modules: No @ngx-tonysamperi/dom available
Consume NgxPopperjsModule anywhere in your app
Expected behavior ngx-tonysamperi/dom should be installed as dependency as well when running npm install @popperjs/core ngx-popperjs --save
Versions
ngx-popperjs [14.0.0]
@angular/core version [14.0.3]
@angular/material version [14.0.3]
typescript version [4.7.4]
Additional context
Seems like I'm the only one with this issue, maybe there is something that I'm missing?
The text was updated successfully, but these errors were encountered:
Describe the bug
When using this library, by
npm install @popperjs/core ngx-popperjs --save
,@ngx-tonysamperi/dom
is not installed as it is not marked as a peer dependency.Therefore, I get an error when consuming
NgxPopperjsModule
:Workaround:
Can be solved by running
npm i @ngx-tonysamperi/dom --save
To Reproduce
npm install @popperjs/core ngx-popperjs --save
@ngx-tonysamperi/dom
availableNgxPopperjsModule
anywhere in your appExpected behavior
ngx-tonysamperi/dom
should be installed as dependency as well when runningnpm install @popperjs/core ngx-popperjs --save
Versions
Additional context
Seems like I'm the only one with this issue, maybe there is something that I'm missing?
The text was updated successfully, but these errors were encountered: