Nami Wallet - MODULE_NOT_FOUND',

Hello,
I am trying to run Nami Wallet open source code in my pc. But I always got this problem. Do you have any idea, whats the problem with this code? If you could run and build Nami Wallet in your PC, then could you please share me your node and npm versions?

nami-wallet@3.4.3 start
node utils/webserver.js

node:internal/modules/cjs/loader:959
throw err;
^

Error: Cannot find module ‘webpack-dev-server’
Require stack:

  • C:\Users\nami-main\nami-main\utils\webserver.js
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:956:15)
    at Function.Module._load (node:internal/modules/cjs/loader:804:27)
    at Module.require (node:internal/modules/cjs/loader:1028:19)
    at require (node:internal/modules/cjs/helpers:102:18)
    at Object. (C:\Users\nami-main\nami-main\utils\webserver.js:6:24)
    at Module._compile (node:internal/modules/cjs/loader:1126:14)
    at Object.Module._extensions…js (node:internal/modules/cjs/loader:1180:10)
    at Module.load (node:internal/modules/cjs/loader:1004:32)
    at Function.Module._load (node:internal/modules/cjs/loader:839:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) {
    code: ‘MODULE_NOT_FOUND’,
    requireStack: [
    ‘C:\Users\nami-main\nami-main\utils\webserver.js’
    ]

Hi,

Not running but did u check this?

Yes, I tried. But I couldn’t solve it yet.

1 Like