Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 1 year ago.
Improve this question
I am getting this error when I run my server like this with command node backend/server.js
internal/process/esm_loader.js:74
internalBinding('errors').triggerUncaughtException(
^
Error [ERR_MODULE_NOT_FOUND]: Cannot find package ' express' imported from C:\Users\HP\Desktop\web\Amazona\backend\server.js
Have you installed express?
You can install it via NPM
Type this in your cmd
npm i exress
Related
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 4 days ago.
Improve this question
I've created a nextjs project and all of a sudden when I run this command 'npm run dev' or 'yarn run dev' then my localhost loads but gives an error
Unhandled Runtime Error
ReferenceError: GM is not defined
Okay, I finally found out what was causing this problem. I was using a browser extension called orange monkey which is basically Greasemonkey (GM), a user script manager. If you are using Greasemonkey, you might encounter the error "Uncaught (in promise) ReferenceError: GM is not defined".
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 6 days ago.
Improve this question
The site works 1 out of 5 times after reloading it.
I'm getting these errors in console.
Console errors
I added base tag in my public/index.html file with url to this exact web app, and also added publicPath: "/" to vue.config.js.
To deploy I used dokku with buildpacks herokku-buildpack-nodejs, buildpack-nginx. NGINX_ROOT is set to dist. Server is running Ubuntu 20.04.
Dev build is working fine on localhost.
I tried to re-deploy app a few times, configured nginx for vue-router.
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed last month.
Improve this question
I keep getting a spawn unknown error when trying to create a next app on either vscode or cmd, which reads "Aborting installation.
Unexpected error. Please report it as a bug:
Error: spawn UNKNOWN"
the installation aborts, am not sure what this error is or how to go about it.
I uninstalled the antivirus (RAV) on my PC and it worked fine. Your antivirus might be different but uninstalling the antivirus solves it.
I got some help from this thread npm uninstall -g create-react-app Error: EPERM: operation not permitted
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 1 year ago.
Improve this question
I'm using Main.tsx instead of Main.js and receive "Main.jsx doesn't exist"
Do you know what can be the reason?
The Error I'm getting after running the npm start command:
The Error I'm getting after running the npm start command:
This is the Main.tsx file:
This is the Index.tsx file:
This is the package.json file:
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 3 years ago.
Improve this question
I am working on Angular 5 version and need to use firebase and firestore and its throwing an error
ERROR TypeError: Object(...) is not a function at new AngularFirestore
Which version of firebase should I use?
You can use firebase version 4.6.1
npm install firebase#4.6.1
You can refer http://www.dotnetmob.com/angular-5-tutorial/angular-5-crud-operations-with-firebase/
Which version of Angular are you using?
You can user Firebase version 4.4.0.
This is compatible with Angular 5.
To install this version you can use the following NPM command -
npm install firebase#4.4.0