2016-08-12 2 views
0

Я пытаюсь установить реакционную коммерцию (reactcommerce.com) в Google Compute с конфигурацией сервера f1-micro (1 vCPU, 0,6 ГБ памяти). Я все время начинаю реакцию на торговлю в оболочке gcloud.RangeError: Недопустимая длина буфера массива Ошибка - установка Exchange Commerce

Просьба указать, что я должен делать.

[email protected]::~/reaction reaction init shop 

    Cloning the master branch of Reaction from Github... 
    Cloning into 'shop'... 
    Installing NPM packages... 
    npm WARN deprecated [email protected]: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130 
    dtrac[email protected] install /home/zenmonk/reaction/shop/node_modules/dtrace-provider 
    node scripts/install.js 
    [email protected] install /home/zenmonk/reaction/shop/node_modules/fibers 
    node build.js || nodejs build.js 
    linux-x64-v8-4.5 exists; testing 
    Binary is fine; exiting 
    [email protected] postinstall /home/zenmonk/reaction/shop 
    .reaction/scripts/postinstall.sh 
    [email protected] /home/zenmonk/reaction/shop 

Reaction successfully installed! 
To start your Reaction instance, just run: 
cd shop 
reaction 

[email protected]@:~/reaction/shop$ reaction 

Using settings file at settings/dev.settings.json 

Setting up plugin imports... 

[[[[[ ~/reaction/shop ]]]]] 

=> Started proxy. 
=> Started MongoDB. 
buffer.js:25 
const ui8 = new Uint8Array(size); 
^ 

RangeError: Invalid array buffer length 
at new ArrayBuffer (native) 
at new Uint8Array (native) 
at createBuffer (buffer.js:25:17) 
at allocate (buffer.js:96:12) 
at new Buffer (buffer.js:56:12) 
at increaseBufferIfNecessary (/home/zenmonk/.meteor/packages/meteor-tool/.1.4.0-1.13j49n2++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/stream-buffers/lib/writable_streambuffer.js:58:23) 
at [object Object].write (/home/zenmonk/.meteor/packages/meteor-tool/.1.4.0-1.13j49n2++os.linux.x8664+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/stream-buffers/lib/writable_streambuffer.js:65:5) 
at doWrite (streamwritable.js:300:12) 
at writeOrBuffer (streamwritable.js:286:5) 
at [object Object].Writable.write (streamwritable.js:214:11) 
at Request.ondata (stream.js:31:26) 
at emitOne (events.js:82:20) 
at Request.emit (events.js:169:7) 
at IncomingMessage. (/home/zenmonk/.meteor/packages/meteor-tool/.1.4.0-1.13j49n2++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/request/request.js:1255:12) 
at emitOne (events.js:77:13) 
at IncomingMessage.emit (events.js:169:7) 
at readableAddChunk (streamreadable.js:153:18) 
at IncomingMessage.Readable.push (streamreadable.js:111:10) 
at HTTPParser.parserOnBody (httpcommon.js:124:22) 
at TLSSocket.socketOnData (httpclient.js:320:20) 
at emitOne (events.js:77:13) 
at TLSSocket.emit (events.js:169:7) 
at readableAddChunk (streamreadable.js:153:18) 
at TLSSocket.Readable.push (streamreadable.js:111:10) 
at TLSWrap.onread (net.js:536:20) 

ответ

Смежные вопросы