Started bookgen app
This commit is contained in:
parent
bc5e773388
commit
607b417c62
1
tools/bookgen/bin/bookgen.js
Normal file
1
tools/bookgen/bin/bookgen.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
console.log('Hello, World!');
|
0
tools/bookgen/index.js
Normal file
0
tools/bookgen/index.js
Normal file
55
tools/bookgen/npm-debug.log
Normal file
55
tools/bookgen/npm-debug.log
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
0 info it worked if it ends with ok
|
||||||
|
1 verbose cli [ 'c:\\Program Files\\nodejs\\node.exe',
|
||||||
|
1 verbose cli 'c:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
|
||||||
|
1 verbose cli 'link' ]
|
||||||
|
2 info using npm@2.9.1
|
||||||
|
3 info using node@v0.12.3
|
||||||
|
4 verbose linkPkg d:\dev\books\tools\bookgen
|
||||||
|
5 silly gentlyRm C:\Users\DonnellM\AppData\Roaming\npm\node_modules\bookgen is being purged
|
||||||
|
6 verbose gentlyRm don't care about contents; nuking C:\Users\DonnellM\AppData\Roaming\npm\node_modules\bookgen
|
||||||
|
7 silly vacuum-fs purging C:\Users\DonnellM\AppData\Roaming\npm\node_modules\bookgen
|
||||||
|
8 silly vacuum-fs quitting because other entries in C:\Users\DonnellM\AppData\Roaming\npm\node_modules
|
||||||
|
9 verbose link build target C:\Users\DonnellM\AppData\Roaming\npm\node_modules\bookgen
|
||||||
|
10 verbose install where, what [ 'd:\\dev\\books\\tools\\bookgen', [] ]
|
||||||
|
11 verbose readDependencies loading dependencies from d:\dev\books\tools\bookgen\package.json
|
||||||
|
12 verbose install where, deps [ 'd:\\dev\\books\\tools\\bookgen', [] ]
|
||||||
|
13 verbose install where, peers [ 'd:\\dev\\books\\tools\\bookgen', [] ]
|
||||||
|
14 verbose installManyTop reading for lifecycle d:\dev\books\tools\bookgen\package.json
|
||||||
|
15 info preinstall bookgen@1.0.0
|
||||||
|
16 verbose readDependencies loading dependencies from d:\dev\books\tools\bookgen\package.json
|
||||||
|
17 silly install resolved []
|
||||||
|
18 info build d:\dev\books\tools\bookgen
|
||||||
|
19 info linkStuff bookgen@1.0.0
|
||||||
|
20 silly linkStuff bookgen@1.0.0 has d:\dev\books\tools as its parent node_modules
|
||||||
|
21 verbose linkBins bookgen@1.0.0
|
||||||
|
22 verbose linkMans bookgen@1.0.0
|
||||||
|
23 verbose rebuildBundles bookgen@1.0.0
|
||||||
|
24 info install bookgen@1.0.0
|
||||||
|
25 info postinstall bookgen@1.0.0
|
||||||
|
26 info prepublish bookgen@1.0.0
|
||||||
|
27 verbose validateInstall loading d:\dev\books\tools\bookgen\package.json for validation
|
||||||
|
28 info build C:\Users\DonnellM\AppData\Roaming\npm\node_modules\bookgen
|
||||||
|
29 info linkStuff bookgen@1.0.0
|
||||||
|
30 silly linkStuff bookgen@1.0.0 has C:\Users\DonnellM\AppData\Roaming\npm\node_modules as its parent node_modules
|
||||||
|
31 silly linkStuff bookgen@1.0.0 is part of a global install
|
||||||
|
32 silly linkStuff bookgen@1.0.0 is installed into a global node_modules
|
||||||
|
33 silly linkStuff bookgen@1.0.0 is installed into the top-level global node_modules
|
||||||
|
34 verbose linkBins bookgen@1.0.0
|
||||||
|
35 verbose link bins [ { mycliapp: './bin/bookgen' },
|
||||||
|
35 verbose link bins 'C:\\Users\\DonnellM\\AppData\\Roaming\\npm',
|
||||||
|
35 verbose link bins true ]
|
||||||
|
36 verbose linkMans bookgen@1.0.0
|
||||||
|
37 verbose stack Error: ENOENT, chmod 'C:\Users\DonnellM\AppData\Roaming\npm\node_modules\bookgen\bin\bookgen'
|
||||||
|
37 verbose stack at Error (native)
|
||||||
|
38 verbose cwd d:\dev\books\tools\bookgen
|
||||||
|
39 error Windows_NT 6.3.9600
|
||||||
|
40 error argv "c:\\Program Files\\nodejs\\node.exe" "c:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "link"
|
||||||
|
41 error node v0.12.3
|
||||||
|
42 error npm v2.9.1
|
||||||
|
43 error path C:\Users\DonnellM\AppData\Roaming\npm\node_modules\bookgen\bin\bookgen
|
||||||
|
44 error code ENOENT
|
||||||
|
45 error errno -4058
|
||||||
|
46 error enoent ENOENT, chmod 'C:\Users\DonnellM\AppData\Roaming\npm\node_modules\bookgen\bin\bookgen'
|
||||||
|
46 error enoent This is most likely not a problem with npm itself
|
||||||
|
46 error enoent and is related to npm not being able to find a file.
|
||||||
|
47 verbose exit [ -4058, true ]
|
15
tools/bookgen/package.json
Normal file
15
tools/bookgen/package.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"name": "bookgen",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "Generate ebook pages",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"author": "MartinD",
|
||||||
|
"license": "ISC",
|
||||||
|
"preferGlobal": true,
|
||||||
|
"bin": {
|
||||||
|
"mycliapp": "./bin/bookgen"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user