Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

287
Views
I'm facing an error while trying to compile the code. Where am I going wrong and How do I fix it?

I'm getting the an error on terminal while trying to compile the code, but I don't understand why.

Code:

const express = require("express");

const app = express();

console.dir(app);

Error:

[1]: https://i.stack.imgur.com/mncsl.png

package.json:

{
  "name": "firstapp",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "express": "^4.18.1",
    "npm": "^8.15.0"
  }
}
about 4 years ago · Santiago Gelvez
2 answers
Answer question

0

I copied your code into my editor and didn't face any errors. Double check the directory you are working from in your terminal and then try updating express

about 4 years ago · Santiago Gelvez Report

0

first, check that express is installed or not

if not run the following command

npm i express 

also, check that you are using the latest version of the node

if all ok then run

node index.js

is still an issue not fixed submit your folder structure and package.json so I can give you further assistance

Remove npm from dependency

about 4 years ago · Santiago Gelvez Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!