codenautas / qa-control

QA control of things that nobody controls
MIT License
1 stars 0 forks source link

Corregir la instalación de qa-control para que se pueda usar desde dentro de otros módulos #57

Closed emilioplatzer closed 8 years ago

emilioplatzer commented 8 years ago

Actualmente si lo trato de usar desde qa-control-server pasa esto:

c:\hecho\npm\qa-control-server>npm install
npm ERR! addLocal Could not install c:\hecho\npm\qa-control-server\qa-control@0.2.2\dist\jshint280.tgz
npm ERR! Windows_NT 10.0.10586
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
npm ERR! node v4.3.1
npm ERR! npm  v2.14.12
npm ERR! path c:\hecho\npm\qa-control-server\qa-control@0.2.2\dist\jshint280.tgz
npm ERR! code ENOENT
npm ERR! errno -4058
npm ERR! syscall open

npm ERR! enoent ENOENT: no such file or directory, open 'c:\hecho\npm\qa-control-server\qa-control@0.2.2\dist\jshint280.tgz'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! Please include the following file with any support request:
npm ERR!     c:\hecho\npm\qa-control-server\npm-debug.log
emilioplatzer commented 8 years ago

Creé un repositorio en codenautas con un fork que bajé hasta la versión necesaria.