npm ci выводит ошибки с angular 8 и узлом 12 на Windows: пересборка узла-gyp - PullRequest
12 голосов
/ 10 января 2020

Моя настройка:

  • Windows 10
  • NVM 1.1.7 для Windows
  • узла 12.14.1 с npm 6.13.4
  • Angular 8.2.14 с @ angular / cli 8.3.22

Просто пытаюсь запустить шаблон angular по умолчанию:

> npm install -g @angular/cli # this installed the angular version mentioned above
> ng new test # Chose default options for the project
> cd test
> npm ci # lots of error messages

последняя команда приводит к большому количеству ошибок в выводе (но не приводит к сбою команды):

> fsevents@1.2.11 install C:\test\node_modules\@angular\compiler-cli\node_modules\fsevents
> node-gyp rebuild


C:\test\node_modules\@angular\compiler-cli\node_modules\fsevents>if not defined npm_config_node_gyp (node "C:\Users\foo\AppData\Roaming\nvm\v12.14.1\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "C:\Users\foo\AppData\Roaming\nvm\v12.14.1\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild )
gyp ERR! find Python
gyp ERR! find Python Python is not set from command line or npm configuration
gyp ERR! find Python Python is not set from environment variable PYTHON
gyp ERR! find Python checking if "python" can be used
gyp ERR! find Python - "python" is not in PATH or produced an error
gyp ERR! find Python checking if "python2" can be used
gyp ERR! find Python - "python2" is not in PATH or produced an error
gyp ERR! find Python checking if "python3" can be used
gyp ERR! find Python - "python3" is not in PATH or produced an error
gyp ERR! find Python checking if the py launcher can be used to find Python 2
gyp ERR! find Python - "py.exe" is not in PATH or produced an error
gyp ERR! find Python checking if Python is C:\Python27\python.exe
gyp ERR! find Python - "C:\Python27\python.exe" could not be run
gyp ERR! find Python checking if Python is C:\Python37\python.exe
gyp ERR! find Python - "C:\Python37\python.exe" could not be run
gyp ERR! find Python
gyp ERR! find Python **********************************************************
gyp ERR! find Python You need to install the latest version of Python.
gyp ERR! find Python Node-gyp should be able to find and use Python. If not,
gyp ERR! find Python you can try one of the following options:
gyp ERR! find Python - Use the switch --python="C:\Path\To\python.exe"
gyp ERR! find Python   (accepted by both node-gyp and npm)
gyp ERR! find Python - Set the environment variable PYTHON
gyp ERR! find Python - Set the npm configuration variable python:
gyp ERR! find Python   npm config set python "C:\Path\To\python.exe"
gyp ERR! find Python For more information consult the documentation at:
gyp ERR! find Python https://github.com/nodejs/node-gyp#installation
gyp ERR! find Python **********************************************************
gyp ERR! find Python
gyp ERR! configure error
gyp ERR! stack Error: Could not find any Python installation to use
gyp ERR! stack     at PythonFinder.fail (C:\Users\foo\AppData\Roaming\nvm\v12.14.1\node_modules\npm\node_modules\node-gyp\lib\find-python.js:307:47)
gyp ERR! stack     at PythonFinder.runChecks (C:\Users\foo\AppData\Roaming\nvm\v12.14.1\node_modules\npm\node_modules\node-gyp\lib\find-python.js:136:21)
gyp ERR! stack     at PythonFinder.<anonymous> (C:\Users\foo\AppData\Roaming\nvm\v12.14.1\node_modules\npm\node_modules\node-gyp\lib\find-python.js:225:16)
gyp ERR! stack     at PythonFinder.execFileCallback (C:\Users\foo\AppData\Roaming\nvm\v12.14.1\node_modules\npm\node_modules\node-gyp\lib\find-python.js:271:16)
gyp ERR! stack     at exithandler (child_process.js:302:5)
gyp ERR! stack     at ChildProcess.errorhandler (child_process.js:314:5)
gyp ERR! stack     at ChildProcess.emit (events.js:223:5)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:270:12)
gyp ERR! stack     at onErrorNT (internal/child_process.js:456:16)
gyp ERR! stack     at processTicksAndRejections (internal/process/task_queues.js:81:21)
gyp ERR! System Windows_NT 10.0.18362
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\foo\\AppData\\Roaming\\nvm\\v12.14.1\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
gyp ERR! cwd C:\Users\foo\repos\POC\angular\test1\node_modules\@angular\compiler-cli\node_modules\fsevents
gyp ERR! node -v v12.14.1
gyp ERR! node-gyp -v v5.0.5
gyp ERR!

Все ошибки связаны с тем, что исполняемый файл fsevents, node-gyp и python не найден. Правильно, у меня не установлено python, но это не является обязательным условием для angular.

Команда фактически завершается с кодом 0 (что указывает на успех - кроме того, ng build --prod работает после этого! ) но, безусловно, в выводе много ошибок.

Удаление папки node_modules вручную и запуск npm install вместо npm ci приводит к выводу, который намного короче и без ошибок. Кроме того, он не изменяет файл package-lock.json, который указывает, что установлены те же версии зависимостей.

Что происходит? Почему так много ошибок при использовании npm ci, а при использовании npm install?

1 Ответ

23 голосов
/ 10 января 2020

Кажется, ошибка связана с этой проблемой и этой проблемой .

Angular косвенно зависит от fsevents 1.2.11, что не должен быть скомпилирован на Windows (это модуль, связанный с darwin-OS). npm ci содержит ошибки и игнорирует поле os в модуле package.json, поэтому он все равно пытается скомпилировать модуль, что приводит к ошибке Windows.

Ошибка не возникла в предыдущем angular версии, потому что fsevents 1.2.9 напрямую загружал двоичные файлы из AWS вместо их компиляции. Но из-за потери доступа разработчиков к корзине AWS, которая привела к невозможности установки модуля на узле 13, они выпустили исправление 1.2.11, позволяющее пользователям узла 13 устанавливать пакет.

До тех пор, пока npm ci не будет исправлено и / или fsevents не обновится до 2.x в angular, обходные пути для Windows могут быть следующими:

  • Просто игнорируйте ошибку. npm ci завершает работу с кодом 0, поскольку зависимость является необязательной, поэтому она не должна блокировать ваш сценарий развертывания (просто немного замедлите его и сделайте более многословным). На мой взгляд, наименее плохой вариант ...
  • Используйте npm install вместо npm ci, что корректно обработает поле os файла fsevents зависимостей. Но это потенциально обновит ваши зависимости, поэтому оно не очень подходит для сценариев CI, поскольку может изменять версионные файлы и не производить повторяемый вывод.
  • Блокировка версии модуля fsevents до 1.2.9 вместо 1.2.11 в вашем файле зависимостей, так что npm ci загружает двоичные файлы вместо их компиляции. Это не будет работать при использовании узла 13, так как для этой версии узла нет загружаемых файлов. Кроме того, я не мог найти, как нужно обновить файл package.json, чтобы сделать это ( этот не работал для меня).
  • Используйте npm ci --no-optional. К сожалению, это не работает, из-за еще одной ошибки в npm ci.
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...