Не удается найти модуль 'lodash / isString' - PullRequest
0 голосов
/ 04 февраля 2019

Эта ошибка произошла со мной за одну ночь.Я больше не могу получать данные Decentraland из цепочки.Я попытался обновить зависимость в модуле узла web3-core-method, но безрезультатно.

Из моего package.json:

    "web3": "^1.0.0-beta.41"

Вот полная ошибка:

 Error: Cannot find module 'lodash/isString'
[0]     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
[0]     at Function.Module._load (internal/modules/cjs/loader.js:507:25)
[0]     at Module.require (internal/modules/cjs/loader.js:637:17)
[0]     at require (internal/modules/cjs/helpers.js:22:18)
[0]     at Object.<anonymous> (/Users/project/node_modules/web3-core-method/dist/web3-core-method.cjs.js:12:32)
[0]     at Module._compile (internal/modules/cjs/loader.js:689:30)
[0]     at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
[0]     at Module.load (internal/modules/cjs/loader.js:599:32)
[0]     at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
[0]     at Function.Module._load (internal/modules/cjs/loader.js:530:3)
[0]     at Module.require (internal/modules/cjs/loader.js:637:17)
[0]     at require (internal/modules/cjs/helpers.js:22:18)
[0]     at Object.<anonymous> (/Users/project/node_modules/web3-eth-accounts/dist/web3-eth-accounts.cjs.js:10:22)
[0]     at Module._compile (internal/modules/cjs/loader.js:689:30)
[0]     at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
[0]     at Module.load (internal/modules/cjs/loader.js:599:32)
...