Ошибка сборки пряжи: не удается разрешить модуль 'обещание / lib / rejection-tracking' - PullRequest
0 голосов
/ 01 декабря 2018

Я попытался запустить yarn build и получил следующую ошибку.Установка пряжи прошла успешно, я также обновил веб-пакет, как рекомендовано в одном из постов, но это не помогло.Также удалены node_modules и package-lock.json Мой репозиторий github: https://github.com/damianjnc/reactuport.git

Код ошибки:

C:\Users\Concierge\Downloads\prod\reactuport2>yarn build
yarn run v1.12.3
$ node scripts/build.js
Creating an optimized production build...
Failed to compile.

Module not found: Error: Cannot resolve module 'promise/lib/rejection-tracking'
in C:\Users\Concierge\Downloads\prod\reactuport2\config

error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this comm
and.

C:\Users\Concierge\Downloads\prod\reactuport2> 
...