U
U
users123322017-02-03 13:11:59
JavaScript
users12332, 2017-02-03 13:11:59

How to start or build to do?

There is a theme in build, trying to run, logs:
______________________________________________________________
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/nodejs',
1 verbose cli '/home/usero/.node_modules_global/bin/npm',
1 verbose cli 'start' ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info lifecycle [email protected] 1~prestart: [email protected]
6 silly lifecycle [email protected]~prestart: no script for prestart, continuing
7 info lifecycle [email protected]~start: [email protected]
8 verbose lifecycle [email protected]~start: unsafe-perm in lifecycle true
9 verbose lifecycle [email protected]~start: PATH: /home/usero/.node_modules_global/lib/node_modules/npm/bin/node-gyp-bin:/home/usero/codix/node_modules/.bin:/ home/usero/.node_modules_global/bin:/home/usero/.local/share/umake/bin:/home/coder/.local/share/umake/bin:/home/usero/.rvm/gems/ruby-2.3 .0/bin:/home/usero/.rvm/gems/[email protected]/bin:/home/usero/.rvm/rubies/ruby-2.3.0/bin:/usr/local/sbin: /usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/jvm/java-8-oracle/bin: /usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin:/home/usero/.rvm/bin:/usr/lib/jvm /java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin:/home/usero/.rvm /bin:/home/usero/.rvm/bin
10 verbose lifecycle [email protected]~start: CWD: /home/usero/codix
11 silly lifecycle [email protected]~start: Args: [ '-c',
11 silly lifecycle 'webpack-dev-server --inline --info false --hot --content-base ./research -- host 0.0.0.0' ]
12 info lifecycle [email protected]~start: Failed to exec start script
13 verbose stack Error: [email protected] start: `webpack-dev-server --inline --info false --hot --content-base ./research --host 0.0.0.0`
13 verbose stack spawn ENOENT
13 verbose stack at ChildProcess. (/home/usero/.node_modules_global/lib/node_modules/npm/lib/utils/spawn.js:33:16)
13 verbose stack at emitTwo (events.js:87:13)
13 verbose stack at ChildProcess.emit (events .js:172:7)
13 verbose stack at maybeClose (internal/child_process.js:854:16)
13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:222:5)
14 verbose pkgid [email protected]
15 verbose cwd /home/usero/codix
16 error Linux 4.4.0-59- generic
17 error argv "/usr/bin/nodejs" "/home/usero/.node_modules_global/bin/npm" "start"
18 error node v4.7.3
19 error npm v4.1.2
20 error file sh
21 error code ELIFECYCLE
22 error errno ENOENT
23 error syscall spawn
24 error [email protected] start: `webpack-dev-server --inline --info false --hot --content-base ./research --host 0.0.0.0`
24 error spawn ENOENT
25 error Failed at the [email protected] start script 'webpack-dev-server --inline --info false --hot --content-base ./research --host 0.0.0.0'.
25 error Make sure you have the latest version of node.js and npm installed.
25 error If you do, this is most likely a problem with the codix-theme package,
25 error not with npm itself.
25 error Tell the author that this fails on your system:
25 error webpack-dev-server --inline --info false --hot --content-base ./research --host 0.0.0.0
25 error You can get information on how to open an issue for this project with:
25 error npm bugs codix-theme
25 error Or if that isn't available, you can get their info via:
25 error npm owner ls codix-theme
25 error There is likely additional logging output above.
26 verbose exit [ 1, true ]

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey Yarkov, 2017-02-03
@users12332

$ npm install
$ npm run start

O
Oleg, 2017-02-03
@YAZART

npm run start? do you mean it?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question