Lesson 5: Ether.js Simple Storage #1755
kuldeep-1509
started this conversation in
General
Replies: 1 comment 1 reply
-
Code please :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
this is showing when I am deploying depoly.js file
by writing code node deploy.js
node:internal/modules/cjs/loader:936
throw err;
^
Error: Cannot find module 'fs-extra '
Require stack:
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
at Function.Module._load (node:internal/modules/cjs/loader:778:27)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object. (/root/hh-fcc/deploy.js:2:10)
at Module._compile (node:internal/modules/cjs/loader:1103:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1157:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12) {
code: 'MODULE_NOT_FOUND',
requireStack: [ '/root/hh-fcc/deploy.js' ]
}
Beta Was this translation helpful? Give feedback.
All reactions