1
resposta

Não estou conseguindo executar o bundle

{
  "name": "petshop",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "dependencies": {},
  "devDependencies": {
    "webpack": "^5.13.0",
    "webpack-cli": "^4.3.1"
  },
  "scripts": {
    "start": "webpack --config webpack.config.js"
  },
  "author": "",
  "license": "ISC"
}

Não estou conseguindo executar o bundle. Informa este erro:

npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path /home/carlaalves/Developer/Fetch API_Consumindo uma API Rest com JavaScript/Reactjs/Petshop/package.json
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, open '/home/carlaalves/Developer/Fetch API_Consumindo uma API Rest com JavaScript/Reactjs/Petshop/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!     /home/carlaalves/.npm/_logs/2021-01-13T16_12_33_302Z-debug.log


1 resposta

Fala ai Carla, tudo bem? Estranho, no erro informa que está tentando abrir o arquivo: /home/carlaalves/Developer/Fetch API_Consumindo uma API Rest com JavaScript/Reactjs/Petshop/package.json.

Qual comando você executou? Você está na pasta onde é um projeto npm? Ou seja, onde se localiza o arquivo package.json.

Espero ter ajudado.