Node Module (video-url-link) не работает в приложении vue - PullRequest
0 голосов
/ 12 февраля 2020

Я создаю приложение в vue -native, которое является оберткой вокруг Reaction-native, и я пытаюсь включить модуль узла (video-url-link). Но я получаю следующую ошибку:

InternalError Metro Bundler обнаружил ошибку: при попытке разрешить модуль video-url-link из файла Form.vue пакет node_modules\video-url-link\package.json был успешно найден. Однако сам этот пакет указывает поле модуля main, которое не может быть разрешено (node_modules\video-url-link\lib\index.js. Действительно, ни один из этих файлов не существует:

* node_modules \ video-url-link \ lib \ index. js (родной |.. android .js | .native.js | .js |. android .json | .native.json | .json |. android .ts | .native.ts | .ts |. android .tsx | .native.tsx | .tsx |. android .vue | .native.vue |. vue) * node_modules \ video-url-link \ lib \ index.js \ index ( .native |. android .js | .native.js | .js |. android .json | .native.json | .json |. android .ts | .native.ts | .ts |. android .tsx | .native.tsx | .tsx |. android .vue | .native.vue |. vue)

Отлично работает в приложении Vuejs, но не работает на vue - родной.

...