You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting this error when I invoke my binary through the command line:
Error: Cannot find module 'C:\Users\hydroper\Documents\Repository Groups\Me\webpack\src\index' imported from C:\Users\hydroper\Documents\Repository Groups\Me\webpack\bin\webpack
at finalizeResolution (node:internal/modules/esm/resolve:275:11)
at moduleResolve (node:internal/modules/esm/resolve:860:10)
at defaultResolve (node:internal/modules/esm/resolve:984:11)
at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:685:12)
at ModuleLoader.#cachedDefaultResolve (node:internal/modules/esm/loader:634:25)
at ModuleLoader.resolve (node:internal/modules/esm/loader:617:38)
at ModuleLoader.getModuleJobForImport (node:internal/modules/esm/loader:273:38)
at ModuleJob._link (node:internal/modules/esm/module_job:135:49)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Global
I have run
npm i -g ts-node
.Binary
<project>/bin/webpack
NPM manifest
Here is my NPM manifest (I've omitted unnecessary fields):
<project>/package.json
TypeScript configuration
<project>/tsconfig.json
I am getting this error when I invoke my binary through the command line:
Beta Was this translation helpful? Give feedback.
All reactions