Importing a NPM module with dependences

Hi all,

I am importing a custom NPM module into an Ionic Project (lastest).

This module includes a dependence with the library ‘webrtc-adapter’

When I serve my application, I can see the error: Cannot find module “sdp”.

Here the require line:

However, if i modify the path to ‘…/…/…/node_modules/sdp’ it works.

Same NPM module it works over Ionic RC4, but not with lastest.

Has been modified the dependences injector since that?

Best regards