Почему React Native не видет модуль url, events?

Unable to resolve module url from C:*****\node_modules@tinkoff\invest-openapi-js-sdk\build\OpenAPI.cjs.js: url could not be found within the project.

If you are sure the module exists, try these steps:

  1. Clear watchman watches: watchman watch-del-all
  2. Delete node_modules and run yarn install
  3. Reset Metro's cache: yarn start --reset-cache
  4. Remove the cache: rm -rf /tmp/metro-* 2 | 3 | require('isomorphic-fetch');

4 | const url = require('url'); | ^ 5 | const events = require('events'); 6 | const WebSocket = require('ws');

Из-за чего может происходить такая ошибка именно в React?


Ответы (0 шт):