Угловой тур UI не может быть установлен - PullRequest
0 голосов
/ 30 октября 2019

Я пытался использовать angular-ui-tour (https://github.com/benmarch/angular-ui-tour). Первый шаг - использовать BOWER для установки всех зависимостей, и после установки всех зависимостей при запуске приложения показывается, что зависимости отсутствуютчто приводит к сбою модуля при инициализации.

index.html:12 GET http://127.0.0.1:5501/bower_components/ez-ng/dist/ez-ng.js net::ERR_ABORTED 404 (Not Found)

GET http://127.0.0.1:5501/bower_components/angular-hotkeys/build/hotkeys.js net::ERR_ABORTED 404 (Not Found)

index.html:14 GET http://127.0.0.1:5501/bower_components/hone/dist/hone.js net::ERR_ABORTED 404 (Not Found)

angular.js:138 Uncaught Error: [$injector:modulerr] Failed to instantiate module plunker due to:
Error: [$injector:modulerr] Failed to instantiate module bm.uiTour due to:
Error: [$injector:modulerr] Failed to instantiate module cfp.hotkeys due to:
Error: [$injector:nomod] Module 'cfp.hotkeys' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.

Конечный результат, который я ищу, это просто запустить его без каких-либо ошибок.

...