oops log files

pull/151/head
Rick Carlino 2016-05-06 14:21:25 -05:00
parent 7aa56d49f3
commit 0e6aef4a9c
2 changed files with 1 additions and 19 deletions

1
.gitignore vendored
View File

@ -23,6 +23,7 @@ secrets.txt
/lib/.build
/lib/bundler/man/
/log/*.log
*.log
/pkg/
/rdoc/
/spec/reports/

View File

@ -1,19 +0,0 @@
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/nodejs', '/usr/bin/npm', 'start' ]
2 info using npm@2.14.12
3 info using node@v4.2.4
4 verbose stack Error: ENOENT: no such file or directory, open '/home/rick/code/farmbot/rpi-controller/package.json'
4 verbose stack at Error (native)
5 verbose cwd /home/rick/code/farmbot/rpi-controller
6 error Linux 3.16.0-38-generic
7 error argv "/usr/bin/nodejs" "/usr/bin/npm" "start"
8 error node v4.2.4
9 error npm v2.14.12
10 error path /home/rick/code/farmbot/rpi-controller/package.json
11 error code ENOENT
12 error errno -2
13 error syscall open
14 error enoent ENOENT: no such file or directory, open '/home/rick/code/farmbot/rpi-controller/package.json'
14 error enoent This is most likely not a problem with npm itself
14 error enoent and is related to npm not being able to find a file.
15 verbose exit [ -2, true ]