Я пытаюсь установить выпадающий пакет множественного выбора, но получаю сообщение об ошибке ниже.
npm WARN registry Unexpected warning for http://registry.npmjs.org/: Miscellaneous Warning ETIMEDOUT: request to http://registry.npmjs.org/angular2-multiselect-dropdown failed, reason: connect ETIMEDOUT 103.246.49.72:8080
npm WARN registry Using stale data from http://registry.npmjs.org/ due to a request error during revalidation.
npm WARN angular-6-datatable@0.8.0 requires a peer of @angular/core@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN angular-6-datatable@0.8.0 requires a peer of @angular/common@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN angular-6-datatable@0.8.0 requires a peer of @angular/platform-browser@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN bootstrap@4.3.1 requires a peer of jquery@1.9.1 - 3 but none is installed. You must install peer dependencies yourself.
npm WARN bootstrap@4.3.1 requires a peer of popper.js@^1.14.7 but none is installed. You must install peer dependencies yourself.
npm ERR! code ETIMEDOUT
npm ERR! errno ETIMEDOUT
npm ERR! network request to http://registry.npmjs.org/angular2-multiselect-dropdown/-/angular2-multiselect-dropdown-4.6.3.tgz failed, reason: connect ETIMEDOUT 103.246.49.72:8080
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly. See: 'npm help config'
Я ценю, если кто-нибудь мне поможет