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

351
Views
estoy tratando de ejecutar el comando npm install en código visual pero me muestra este error

[

 Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Try the new cross-platform PowerShell https://aka.ms/pscore6 PS C:\Users\sahib\Downloads\generative-art-node-main (1)> npm install npm ERR! code ENOENT npm ERR! syscall open npm ERR! path C:\Users\sahib/package.json npm ERR! errno -4058 npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\sahib\package.json' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\sahib\AppData\Local\npm-cache\_logs\2021-10-14T13_21_21_398Z-debug.log PS C:\Users\sahib\Downloads\generative-art-node-main (1)> ][1]
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

¿Está ejecutando npm install desde la carpeta que contiene package.json ? Verifique esto ejecutando un comando ls y vea si el paquete.json aparece en la salida

escribiste

 PS C:\Users\sahib\Downloads\generative-art-node-main (1)> npm install

pero el error está buscando algo dos directorios arriba:

 npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\sahib\package.json'

Esto indicaría algo extraño/incorrecto en el paquete.json que está intentando instalar.

about 4 years ago · Juan Pablo Isaza 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!