“npm err! Script ausente: Iniciar” Respostas de código

npm err! Script ausente: Iniciar

"scripts": {
  "start": "react-scripts start",
  "build": "react-scripts build",
  "test": "react-scripts test",
  "eject": "react-scripts eject"
}
Gorgeous Gazelle

NPM Erro de pilha detalhada

{
  "name": "package-name",
  "version": "1.0.0",
  "description": "package description",
  "scripts": {
    "start": "node lib/server.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {},
  "devDependencies": {}
}
Tough Tamarin

npm err! Script ausente: Iniciar

"scripts": {
    "start": "node your-script.js"
}
Witty Wren

npm err! Script ausente: Iniciar

npm rm -g create-react-app
npm install -g create-react-app
npx create-react-app my-app
Envious Eel

Respostas semelhantes a “npm err! Script ausente: Iniciar”

Perguntas semelhantes a “npm err! Script ausente: Iniciar”

Mais respostas relacionadas para “npm err! Script ausente: Iniciar” em JavaScript

Procure respostas de código populares por idioma

Procurar outros idiomas de código