Ошибка при сборке openshift, сервер socket.io на openshift - PullRequest
0 голосов

Я просто слежу за этим github https://github.com/seanho00/reveal-multiplex/blob/master/README.md Я пробую использовать мультиплекс с презентацией, которую я сделал с показом. js. Что мне не хватает?

[eval]:1
console.log(require('./package.json').scripts.build ? true : false)
                                         ^

TypeError: Cannot read property 'build' of undefined
at [eval]:1:46
at Script.runInThisContext (vm.js:122:20)
at Object.runInThisContext (vm.js:329:38)
at Object.<anonymous> ([eval]-wrapper:6:22)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at evalScript (internal/bootstrap/node.js:589:27)
at startup (internal/bootstrap/node.js:265:9)
at bootstrapNodeJSCore (internal/bootstrap/node.js:622:3)
subprocess exited with status 1
subprocess exited with status 1
error: build error: error building at STEP "RUN /usr/libexec/s2i/assemble": exit status 1
...