Install problem

Install problem

piuhispiuhis Posts: 1Questions: 1Answers: 0

Hello All !

I have been trying to install Datatables Editor package for Node.js & SQlite database usage.
I have been following instructions, but after trying to start it "npm start", it will genarate following log file context.
I would appreciate any help or hint to fix this

0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'start' ]
2 info using npm@5.6.0
3 info using node@v9.8.0
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info lifecycle datatables.net-editor-demo@1.7.1~prestart: datatables.net-editor-demo@1.7.1
6 info lifecycle datatables.net-editor-demo@1.7.1~start: datatables.net-editor-demo@1.7.1
7 verbose lifecycle datatables.net-editor-demo@1.7.1~start: unsafe-perm in lifecycle true
8 verbose lifecycle datatables.net-editor-demo@1.7.1~start: PATH: /usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/Applic$
9 verbose lifecycle datatables.net-editor-demo@1.7.1~start: CWD: /Applications/XAMPP/xamppfiles/htdocs/Editor
10 silly lifecycle datatables.net-editor-demo@1.7.1~start: Args: [ '-c', 'node index.js' ]
11 silly lifecycle datatables.net-editor-demo@1.7.1~start: Returned: code: 1 signal: null
12 info lifecycle datatables.net-editor-demo@1.7.1~start: Failed to exec start script
13 verbose stack Error: datatables.net-editor-demo@1.7.1 start: node index.js

13 verbose stack Exit status 1
13 verbose stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:285:16)
13 verbose stack at EventEmitter.emit (events.js:180:13)
13 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
13 verbose stack at ChildProcess.emit (events.js:180:13)
13 verbose stack at maybeClose (internal/child_process.js:936:16)
13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:220:5)
14 verbose pkgid datatables.net-editor-demo@1.7.1
15 verbose cwd /Applications/XAMPP/xamppfiles/htdocs/Editor
16 verbose Darwin 16.7.0
17 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
18 verbose node v9.8.0
19 verbose npm v5.6.0
20 error code ELIFECYCLE
21 error errno 1
22 error datatables.net-editor-demo@1.7.1 start: node index.js
22 error Exit status 1
23 error Failed at the datatables.net-editor-demo@1.7.1 start script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 1, true ]

Answers

  • allanallan Posts: 63,302Questions: 1Answers: 10,431 Site admin

    Can you show me how you've configured the options for Editor and I'll attempt to recreate it locally.

    Thanks,
    Allan

This discussion has been closed.