slupjs / slup

🚀 Sets of Material Design components built upon Inferno
MIT License
13 stars 2 forks source link

Update dependency @types/chokidar to v1.7.5 #122

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates dependency @​types/chokidar from v1.7.4 to v1.7.5


This PR has been generated by Renovate Bot.

renovate[bot] commented 6 years ago

Lock file problem

Renovate failed when attempting to generate a lock file. This is usually happens when you have private modules but have not added configuration for private module support. It is strongly recommended that you do not merge this PR as-is.

Renovate will not retry generating a lockfile for this PR unless either (a) the package.json in this branch needs updating, or (b) you rename then delete this PR unmerged, so that it can be regenerated.

The output from stderr is included below:

yarn.lock
warning package.json: No license field
warning slup@0.0.1: No license field
npx: installed 332 in 60.375s
lerna info version 2.10.2
lerna info Bootstrapping 16 packages
lerna info lifecycle preinstall
lerna info Installing external dependencies
lerna ERR! execute callback with error
lerna ERR! Error: Command failed: yarn install --mutex network:42424 --non-interactive --ignore-scripts --ignore-engines --ignore-platform --mutex network:31879
lerna ERR! warning package.json: No license field
lerna ERR! warning ../../package.json: No license field
lerna ERR! error An unexpected error occurred: "Invalid number of spaces".
lerna ERR! yarn install v1.5.1
lerna ERR! info If you think this is a bug, please open a bug report with the information provided in "/tmp/tmp-1ELJbEsw3tDg6/packages/Site/yarn-error.log".
lerna ERR! info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
lerna ERR! 
lerna ERR!     at Promise.all.then.arr (/home/node/.npm/_npx/413/lib/node_modules/lerna/node_modules/execa/index.js:236:11)
lerna ERR!     at <anonymous>
lerna WARN complete Waiting for 2 child processes to exit. CTRL-C to exit immediately.
{ Error: Command failed: yarn install --mutex network:42424 --non-interactive --ignore-scripts --ignore-engines --ignore-platform --mutex network:31879
warning package.json: No license field
warning ../../package.json: No license field
error An unexpected error occurred: "Invalid number of spaces".
yarn install v1.5.1
info If you think this is a bug, please open a bug report with the information provided in "/tmp/tmp-1ELJbEsw3tDg6/packages/Site/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

    at Promise.all.then.arr (/home/node/.npm/_npx/413/lib/node_modules/lerna/node_modules/execa/index.js:236:11)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:188:7)
  code: 1,
  killed: false,
  stdout: 'yarn install v1.5.1\ninfo If you think this is a bug, please open a bug report with the information provided in "/tmp/tmp-1ELJbEsw3tDg6/packages/Site/yarn-error.log".\ninfo Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.\n',
  stderr: 'warning package.json: No license field\nwarning ../../package.json: No license field\nerror An unexpected error occurred: "Invalid number of spaces".\n',
  failed: true,
  signal: null,
  cmd: 'yarn install --mutex network:42424 --non-interactive --ignore-scripts --ignore-engines --ignore-platform --mutex network:31879',
  timedOut: false,
  exitCode: 1 }