@users12332

Как стартануть или build сделать?

Есть тема в сборке , пытаюсь запустить, логи :

____________________________________________________________

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 npm@4.1.2
3 info using node@v4.7.3
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info lifecycle codix-theme@0.0.1~prestart: codix-theme@0.0.1
6 silly lifecycle codix-theme@0.0.1~prestart: no script for prestart, continuing
7 info lifecycle codix-theme@0.0.1~start: codix-theme@0.0.1
8 verbose lifecycle codix-theme@0.0.1~start: unsafe-perm in lifecycle true
9 verbose lifecycle codix-theme@0.0.1~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/ruby-2.3.0@global/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 codix-theme@0.0.1~start: CWD: /home/usero/codix
11 silly lifecycle codix-theme@0.0.1~start: Args: [ '-c',
11 silly lifecycle 'webpack-dev-server --inline --info false --hot --content-base ./research --host 0.0.0.0' ]
12 info lifecycle codix-theme@0.0.1~start: Failed to exec start script
13 verbose stack Error: codix-theme@0.0.1 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 codix-theme@0.0.1
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 codix-theme@0.0.1 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 codix-theme@0.0.1 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 ]
  • Вопрос задан
  • 481 просмотр
Решения вопроса 1
yarkov
@yarkov Куратор тега JavaScript
Помог ответ? Отметь решением.
$ npm install
$ npm run start
Ответ написан
Пригласить эксперта
Ответы на вопрос 1
@YAZART
npm run start? вы это имеете ввиду?
Ответ написан
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы