Zeit / сейчас deploy + Cypress throws install throw Ошибка: ENOSPC: на устройстве не осталось места, запись - PullRequest
0 голосов
/ 27 ноября 2018

относящиеся: https://github.com/zeit/now-builders/issues/89

Проблема

Развертывание https://zeit.co/parlr/lsf/h9112mlyd.

Кажется, что Cypress Download вызывает ошибку:

yarn install v1.12.3
warning package.json: No license field
info No lockfile found.
warning lsf@3.2.2: No license field
[1/5] Validating package.json...
warning lsf@3.2.2: No license field
[2/5] Resolving packages...
warning font-awesome-svg-png > graceful-fs@2.0.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
[3/5] Fetching packages...
info fsevents@1.2.4: The platform "linux" is incompatible with this module.
info "fsevents@1.2.4" is an optional dependency and failed compatibility check. Excluding it from installation.
[4/5] Linking dependencies...
warning " > extract-text-webpack-plugin@3.0.2" has incorrect peer dependency "webpack@^3.1.0".
[5/5] Building fresh packages...
error /tmp/11874833/node_modules/cypress: Command failed.
Exit code: 1
Command: node index.js --exec install
Arguments: 
Directory: /tmp/11874833/node_modules/cypress
Output:
Installing Cypress (version: 3.1.2)
?25l[09:17:38]  Downloading Cypress     [started]
[09:17:38]  Downloading Cypress      0% 0s [title changed]
[09:17:38]  Downloading Cypress      4% 2s [title changed]
[09:17:38]  Downloading Cypress      9% 2s [title changed]
?25hinternal/streams/legacy.js:59
      throw er; // Unhandled stream error in pipe.
      ^
Error: ENOSPC: no space left on device, write
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
patching https://api-sfo1.zeit.co/v2/now/deployments/dpl_6GWopzSmcyU2jnFQJiFqUqQAbmVW/builds/bld_ayda6fly0 with {"readyState":"ERROR","errorCode":"BUILD_FAILED"}
{ Error: Exited with 1
    at ChildProcess.child.on (/tmp/utils/node_modules/@now/build-utils/fs/run-user-scripts.js:11:16)
    at emitTwo (events.js:126:13)
    at ChildProcess.emit (events.js:214:7)
    at maybeClose (internal/child_process.js:925:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5) reported: true }

Вопрос

Как можно увеличить выделение места на устройстве или игнорировать cypress?

...