Skip to main content

All Questions

9 questions with no upvoted or accepted answers
1 vote
1 answer
29 views

Trouble Creating a React App: Module Not Found Error

Whenever I write command for creating react app an error occur module not found. The commands I write in terminal shell are: node -v npm -v npx create-react-app my-app after this creating command ...
Faaiz Umar's user avatar
1 vote
1 answer
180 views

Is there a way I can solve the module not found error in javascript?

I am creating a todo list web app but some and this error is occurring where it says Compiled with problems: ERROR in ./src/Components/TodoList.js 6:0-57 Module not found: Error: Can't resolve './...
Saswat Seth.'s user avatar
1 vote
1 answer
979 views

importing xlsx package shows module not found

Module not found: Error: Can't resolve 'process/browser' in '/Users/nigelng/oxpay-merchant-portal-fe/node_modules/xlsx' Did you mean 'browser.js'? I have installed xlsx 0.18.5 npm package to export ...
Nigel's user avatar
  • 161
0 votes
0 answers
145 views

Can't resolve 'fs', when i install nodemailer inside nexjs 14

my nextjs 14.1.0 app was working fine but then i install nodemailer for sending email for user registration purpose, but suddenly i got error of "fs" module. it was like : ⨯ ./node_modules/...
Prayag Bhimani's user avatar
0 votes
0 answers
266 views

Err: Couldn't find the module "/vercel/path0/node_modules/@mui/material/node/Box/index.js#" in React Client Manifest

Err: Couldn't find the module "/vercel/path0/node_modules/@mui/material/node/Box/index.js#" in React Client Manifest. This is probably a bug in the React Server Components bundler. ...
Kartik Dhawan's user avatar
0 votes
1 answer
340 views

React App on Azure Webapp Service via Github fails with MODULE_NOT_FOUND

I have a react app which is running perfectly fine on prem. I created Azure Web App and configured GitHub repo which has the react js code. The build and deployment went fine thought it takes close to ...
Gosu's user avatar
  • 15
0 votes
0 answers
72 views

Module not found: Error: Package path . is not exported from package (ERROR in ./src/firebase.js 3:0-32)

ERROR in ./src/firebase.js 3:0-32 Module not found: Error: Package path . is not exported from package... Tried every possible solutions Also Tried Reinstalling firebase and also node-modules still ...
Kirtan Ghelani's user avatar
0 votes
1 answer
1k views

Nextjs fatal production only error after adding new package

We have a NextJs app that is running for couple of years in production. Recently I added storybook-addon-pseudo-states addon ran the code locally and tested and pushed to production. The app was ...
Lucy's user avatar
  • 1
0 votes
0 answers
472 views

Moved a folder in my nextJS project, now I get moduleNotFoundError

Was wondering if someone could help me on this: I'm trying to run npm run build for my NextJS project (created via create-next-app). I'm getting this error when building: ModuleNotFoundError: Module ...
Shiraz's user avatar
  • 1