-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working in React Native #1
Comments
Нужно попробовать добавить в package.json настройки "scripts": { |
@Payture вот такая ошибка всплывает
|
Добрый день!
Мы правильно понимаем, что ошибка всплывает в стороннем модуле request? Не
уверен, что этот вопрос к нам.
С уважением,
Игорь Коган
skype: koganigorpayture
payture.com
2017-10-03 16:05 GMT+03:00 Denis Evgrafov <[email protected]>:
… @Payture <https://github.com/payture> вот такая ошибка всплывает
Unable to resolve module `http` from `%APP_DIR%/node_modules/request/request.js`: Module does not exist in the module map
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AYCL4EK5eEAs7mISmaZsEo8iCMH7u7kuks5sojEBgaJpZM4Pr1TV>
.
|
@Payture у вас в коде используется request. Я так понимаю нам стоит сделать форк и переписать на поддерживаемую альтернативу, например superagent? |
Да, попробуйте заменить на альтернативный модуль. Модуль request используется только для простой отправки запросов (без каких-либо специальных настроек соединения) и получения ответов с сервера Payture. По-сути, какой будет использоваться модуль для отправки/приема http не критично. С уважением, |
There is no 'crypto' module in RN
The text was updated successfully, but these errors were encountered: