Я упаковываю / развертываю приложение узла js, готовое к производству.Но я сталкиваюсь с ошибкой при ее развертывании.
Первый - NPM_Failure - ошибка npm. Второй - Docker_Push_Failure - Ошибка при загрузке образа докера.
Это может быть связано с тем, что fsevents возвращает undefined.
Здесьфрагмент журнала.
[exec] npm ERR! Linux 3.10.0-693.5.2.el7.x86_64
[exec] npm ERR! argv "/home/cms/node/node-v4.2.4-linux-x64/bin/node" "/home/cms/node/node4.2.4.5/bin/npm" "install" "--production"
[exec] npm ERR! node v4.2.4
[exec] npm ERR! npm v2.14.12
[exec] npm ERR! code ETARGET
[exec]
[exec] npm ERR! notarget No compatible version found: fsevents@'undefined'
[exec] npm ERR! notarget Valid install targets:
[exec] npm ERR! notarget ["1.0.12","1.0.14","0.3.8","1.0.11","1.2.9","2.0.6","1.1.2","1.1.3","1.2.2","1.2.3","1.2.4","1.2.6","1.2.7","1.2.8","1.0.17","1.0.2","1.1.1","1.2.0"]
[exec] npm ERR! notarget
[exec] npm ERR! notarget This is most likely not a problem with npm itself.
[exec] npm ERR! notarget In most cases you or one of your dependencies are requesting
[exec] npm ERR! notarget a package version that doesn't exist.
[exec] npm ERR! notarget
[exec] npm ERR! notarget It was specified as a dependency of 'nj_fwdmp-server'
[exec] npm ERR! notarget
[echo] ERROR: Fail in uploading docker
Какие действия необходимо предпринять, чтобы предотвратить ошибку?
Большое спасибо.