isomorphic-git / isomorphic-git/git-http-mock-server

Insufficient setup guide

Abierto
#14 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
JavaScript
Estrellas
21
Forks
6
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

When trying to use the `git-http-mock-server` I am unable to start the server.
First I initialized my directory with `npm init` and provided it with some pseudo information.
```json
{
"name": "example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"git-http-mock-server": "^2.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}
```

Then followed the README and installed the `git-http-mock-server` with:
```bash
npm install --save-dev git-http-mock-server
```

When executing `git-http-mock-server` it returns:
```bash
command not found: git-http-mock-server
```

Running it with `npx` fixes the problem but this is not documented in the README.
```
npx git-http-mock-server
```

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.