lerna(verbose) GitUtilities.isInitialized () lerna(verbose) GitUtilities.isInitialized () => true lerna(verbose) GitUtilities.getTopLevelDirectory() lerna(verbose) GitUtilities.getTopLevelDirectory() => "." lerna(verbose) FileSystemUtilities.existsSync("./lerna.json") lerna(verbose) FileSystemUtilities.existsSync("./lerna.json") => true lerna(verbose) FileSystemUtilities.readFileSync("./lerna.json") lerna(verbose) FileSystemUtilities.readFileSync("./lerna.json") => "{\n \"lerna\": \"2.0.0-beta.38\",\n \"packages\": [\n \"packages/*\"\n ],\n \"version\": \"independent\",\n \"npmClient\": \"yarn\"\n}" lerna(verbose) FileSystemUtilities.existsSync("./package.json") lerna(verbose) FileSystemUtilities.existsSync("./package.json") => true lerna(verbose) FileSystemUtilities.readFileSync("./package.json") lerna(verbose) FileSystemUtilities.readFileSync("./package.json") => "{\n \"name\": \"created\",\n \"version\": \"0.5.0\",\n \"description\": \"Modular CLI helper for NPM-based projects.\",\n \"main\": \"index.js\",\n \"bin\": {\n \"created\": \"./bin.js\"\n },\n \"scripts\": {\n \"test\": \"cross-env NODE_ENV=test jest\",\n \"posttest\": \"npm run lint\",\n \"test:coverage\": \"npm run test -- --coverage\",\n \"test:coveralls\": \"npm run test:coverage && cat ./coverage/lcov.info | coveralls\",\n \"lint\": \"eslint \\\"**/*.js\\\"\",\n \"lint:fix\": \"npm run lint -- --fix\",\n \"publish\": \"npm run test && lerna publish\"\n },\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"https://github.com/krzksz/created\"\n },\n \"author\": [\n \"Mateusz Krzeszowiak \"\n ],\n \"license\": \"MIT\",\n \"engines\": {\n \"node\": \">=6.0.0\"\n },\n \"dependencies\": {\n \"bluebird\": \"^3.5.0\",\n \"browser-sync\": \"^2.18.8\",\n \"chokidar\": \"^1.6.1\",\n \"created-command-help\": \"0.0.2\",\n \"created-command-init\": \"^0.2.2\",\n \"created-command-list\": \"0.0.2\",\n \"cross-env\": \"^3.2.4\",\n \"extend\": \"^3.0.0\",\n \"fs-extra\": \"^2.1.2\",\n \"npmls\": \"^3.0.0\",\n \"winston\": \"^2.3.1\",\n \"yargs\": \"^7.0.2\"\n },\n \"devDependencies\": {\n \"babel-eslint\": \"^7.2.1\",\n \"coveralls\": \"^2.12.0\",\n \"eslint\": \"^3.18.0\",\n \"eslint-plugin-node\": \"^4.2.1\",\n \"fullname\": \"^3.3.0\",\n \"jest\": \"^19.0.2\",\n \"lerna\": \"2.0.0-beta.38\"\n }\n}" lerna(info) Lerna v2.0.0-beta.38 lerna(info) Independent Versioning Mode lerna(verbose) FileSystemUtilities.existsSync("./package.json") lerna(verbose) FileSystemUtilities.existsSync("./package.json") => true lerna(verbose) FileSystemUtilities.existsSync("./lerna.json") lerna(verbose) FileSystemUtilities.existsSync("./lerna.json") => true lerna(verbose) FileSystemUtilities.existsSync("./VERSION") lerna(verbose) FileSystemUtilities.existsSync("./VERSION") => false lerna(verbose) FileSystemUtilities.existsSync("./packages/created-command-help/package.json") lerna(verbose) FileSystemUtilities.existsSync("./packages/created-command-help/package.json") => true lerna(verbose) FileSystemUtilities.existsSync("./packages/created-command-init/package.json") lerna(verbose) FileSystemUtilities.existsSync("./packages/created-command-init/package.json") => true lerna(verbose) FileSystemUtilities.existsSync("./packages/created-command-list/package.json") lerna(verbose) FileSystemUtilities.existsSync("./packages/created-command-list/package.json") => true lerna(verbose) Attempting running PublishCommand.initialize lerna(verbose) GitUtilities.getCurrentBranchDescription() lerna(verbose) GitUtilities.getCurrentBranchDescription() => "master" lerna(info) Checking for updated packages... lerna(verbose) GitUtilities.hasTags () lerna(verbose) GitUtilities.hasTags () => true lerna(verbose) GitUtilities.getLastTag () lerna(verbose) GitUtilities.getLastTag () => "created-command-help@0.0.2" lerna(info) Comparing with: created-command-help@0.0.2 lerna(verbose) GitUtilities.getLastTaggedCommitInBranch() lerna(verbose) GitUtilities.getLastTag () lerna(verbose) GitUtilities.getLastTag () => "created-command-help@0.0.2" lerna(verbose) GitUtilities.getLastTaggedCommitInBranch() => "4bd06c8013745e258b1f6eaf5fb9df0e0e745447" lerna(verbose) GitUtilities.describeTag ("4bd06c8013745e258b1f6eaf5fb9df0e0e745447") lerna(verbose) GitUtilities.describeTag ("4bd06c8013745e258b1f6eaf5fb9df0e0e745447") => "created-command-help@0.0.2" lerna(verbose) GitUtilities.diffSinceIn ("created-command-help@0.0.2", "./packages/created-command-help") lerna(verbose) GitUtilities.diffSinceIn ("created-command-help@0.0.2", "./packages/created-command-help") => "packages/created-command-help/.editorconfig\npackages/created-command-help/.eslintignore\npackages/created-command-help/.eslintrc.json\npackages/created-command-help/.gitignore\npackages/created-command-help/package.json" lerna(verbose) GitUtilities.diffSinceIn ("created-command-help@0.0.2", "./packages/created-command-init") lerna(verbose) GitUtilities.diffSinceIn ("created-command-help@0.0.2", "./packages/created-command-init") => "packages/created-command-init/.editorconfig\npackages/created-command-init/.eslintignore\npackages/created-command-init/.eslintrc.json\npackages/created-command-init/.gitignore" lerna(verbose) GitUtilities.diffSinceIn ("created-command-help@0.0.2", "./packages/created-command-list") lerna(verbose) GitUtilities.diffSinceIn ("created-command-help@0.0.2", "./packages/created-command-list") => "packages/created-command-list/.editorconfig\npackages/created-command-list/.eslintignore\npackages/created-command-list/.eslintrc.json\npackages/created-command-list/.gitignore\npackages/created-command-list/tests/__snapshots__/index.test.js.snap\npackages/created-command-list/tests/index.test.js" lerna(info) Changes: lerna(info) - created-command-help: 0.0.2 => 0.1.0 - created-command-init: 0.2.2 => 0.3.0 - created-command-list: 0.0.2 => 0.1.0 lerna(verbose) Successfully ran PublishCommand.initialize lerna(verbose) Attempting running PublishCommand.execute lerna(verbose) FileSystemUtilities.writeFileSync("./packages/created-command-help/package.json", "{\n \"name\": \"created-command-help\",\n \"versi...) lerna(verbose) FileSystemUtilities.writeFileSync("./packages/created-command-help/package.json", "{\n \"name\": \"created-command-help\",\n \"versi...) => lerna(verbose) FileSystemUtilities.writeFileSync("./packages/created-command-init/package.json", "{\n \"name\": \"created-command-init\",\n \"versi...) lerna(verbose) FileSystemUtilities.writeFileSync("./packages/created-command-init/package.json", "{\n \"name\": \"created-command-init\",\n \"versi...) => lerna(verbose) FileSystemUtilities.writeFileSync("./packages/created-command-list/package.json", "{\n \"name\": \"created-command-list\",\n \"versi...) lerna(verbose) FileSystemUtilities.writeFileSync("./packages/created-command-list/package.json", "{\n \"name\": \"created-command-list\",\n \"versi...) => lerna(verbose) GitUtilities.addFile ("./packages/created-command-help/package.json", 0, ["./packages/created-command-help/package.json","...) lerna(verbose) GitUtilities.addFile ("./packages/created-command-help/package.json", 0, ["./packages/created-command-help/package.json","...) => lerna(verbose) GitUtilities.addFile ("./packages/created-command-init/package.json", 1, ["./packages/created-command-help/package.json","...) lerna(verbose) GitUtilities.addFile ("./packages/created-command-init/package.json", 1, ["./packages/created-command-help/package.json","...) => lerna(verbose) GitUtilities.addFile ("./packages/created-command-list/package.json", 2, ["./packages/created-command-help/package.json","...) lerna(verbose) GitUtilities.addFile ("./packages/created-command-list/package.json", 2, ["./packages/created-command-help/package.json","...) => lerna(verbose) GitUtilities.commit ("Publish\n\n - created-command-help@0.1.0\n - created-command-init@0.3.0\n - created-command-list@0....) lerna(verbose) GitUtilities.commit ("Publish\n\n - created-command-help@0.1.0\n - created-command-init@0.3.0\n - created-command-list@0....) => lerna(verbose) GitUtilities.addTag ("created-command-help@0.1.0", 0, ["created-command-help@0.1.0","created-command-init@0.3.0","created...) lerna(verbose) GitUtilities.addTag ("created-command-help@0.1.0", 0, ["created-command-help@0.1.0","created-command-init@0.3.0","created...) => lerna(verbose) GitUtilities.addTag ("created-command-init@0.3.0", 1, ["created-command-help@0.1.0","created-command-init@0.3.0","created...) lerna(verbose) GitUtilities.addTag ("created-command-init@0.3.0", 1, ["created-command-help@0.1.0","created-command-init@0.3.0","created...) => lerna(verbose) GitUtilities.addTag ("created-command-list@0.1.0", 2, ["created-command-help@0.1.0","created-command-init@0.3.0","created...) lerna(verbose) GitUtilities.addTag ("created-command-list@0.1.0", 2, ["created-command-help@0.1.0","created-command-init@0.3.0","created...) => lerna(info) Publishing packages to npm... lerna(verbose) FileSystemUtilities.existsSync("./packages/created-command-help/scripts/prepublish.js") lerna(verbose) FileSystemUtilities.existsSync("./packages/created-command-help/scripts/prepublish.js") => false lerna(verbose) No prepublish script found at /Users/krzksz/Sites/created/created/packages/created-command-help/scripts/prepublish.js lerna(verbose) FileSystemUtilities.existsSync("./packages/created-command-init/scripts/prepublish.js") lerna(verbose) FileSystemUtilities.existsSync("./packages/created-command-init/scripts/prepublish.js") => false lerna(verbose) No prepublish script found at /Users/krzksz/Sites/created/created/packages/created-command-init/scripts/prepublish.js lerna(verbose) FileSystemUtilities.existsSync("./packages/created-command-list/scripts/prepublish.js") lerna(verbose) FileSystemUtilities.existsSync("./packages/created-command-list/scripts/prepublish.js") => false lerna(verbose) No prepublish script found at /Users/krzksz/Sites/created/created/packages/created-command-list/scripts/prepublish.js lerna(verbose) Publishing created-command-help... lerna(verbose) NpmUtilities.publishTaggedInDir("lerna-temp", "./packages/created-command-help", ) lerna(verbose) Publishing created-command-init... lerna(verbose) NpmUtilities.publishTaggedInDir("lerna-temp", "./packages/created-command-init", ) lerna(verbose) Publishing created-command-list... lerna(verbose) NpmUtilities.publishTaggedInDir("lerna-temp", "./packages/created-command-list", ) lerna(verbose) NpmUtilities.publishTaggedInDir("lerna-temp", "./packages/created-command-help", ) => "+ created-command-help@0.1.0\n" lerna(verbose) FileSystemUtilities.existsSync("./packages/created-command-help/scripts/postpublish.js") lerna(verbose) FileSystemUtilities.existsSync("./packages/created-command-help/scripts/postpublish.js") => false lerna(verbose) No postpublish script found at /Users/krzksz/Sites/created/created/packages/created-command-help/scripts/postpublish.js lerna(error) NpmUtilities.publishTaggedInDir("lerna-temp", "./packages/created-command-list", ) Error: Command failed: cd /Users/krzksz/Sites/created/created/packages/created-command-list && npm publish --tag lerna-temp npm WARN prepublish-on-install As of npm@5, `prepublish` scripts will run only for `npm publish`. npm WARN prepublish-on-install (In npm@4 and previous versions, it also runs for `npm install`.) npm WARN prepublish-on-install See the deprecation note in `npm help scripts` for more information. FAIL tests/index.test.js ● List command › log output matches snapshot when packages are installed. expect(value).toMatchSnapshot() Received value does not match stored snapshot 1. - Snapshot + Received "Installed commands: - created-command-help Command for displaying help when running created. - created-command-init Command for initializing new project that uses Created as build helper. - created-command-list Lists locally installed and available commands." + created-command-init Command for initializing new project that uses Created as build helper." at Object.test (tests/index.test.js:31:30) at process._tickCallback (internal/process/next_tick.js:103:7) List command ✓ exports object. (876ms) ✓ exports object with call function. (92ms) ✕ log output matches snapshot when packages are installed. (14ms) ✓ call method returns a promise. (4ms) Snapshot Summary › 1 snapshot test failed in 1 test suite. Inspect your code changes or run with `npm test -- -u` to update them. Test Suites: 1 failed, 1 total Tests: 1 failed, 3 passed, 4 total Snapshots: 1 failed, 1 total Time: 2.502s Ran all test suites. npm ERR! Darwin 16.4.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "test" npm ERR! node v7.6.0 npm ERR! npm v4.1.2 npm ERR! code ELIFECYCLE npm ERR! created-command-list@0.1.0 test: `cross-env NODE_ENV=test jest` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the created-command-list@0.1.0 test script 'cross-env NODE_ENV=test jest'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the created-command-list package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! cross-env NODE_ENV=test jest npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs created-command-list npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls created-command-list npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /Users/krzksz/Sites/created/created/packages/created-command-list/npm-debug.log npm ERR! addLocal Could not install /Users/krzksz/Sites/created/created/packages/created-command-list npm ERR! Darwin 16.4.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "publish" "--tag" "lerna-temp" npm ERR! node v7.6.0 npm ERR! npm v4.1.2 npm ERR! code ELIFECYCLE npm ERR! created-command-list@0.1.0 prepublish: `npm run test` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the created-command-list@0.1.0 prepublish script 'npm run test'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the created-command-list package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! npm run test npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs created-command-list npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls created-command-list npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /Users/krzksz/Sites/created/created/packages/created-command-list/npm-debug.log at ChildProcess.exithandler (child_process.js:211:12) at emitTwo (events.js:106:13) at ChildProcess.emit (events.js:192:7) at maybeClose (internal/child_process.js:890:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5) lerna(error) > created-command-list@0.1.0 prepublish /Users/krzksz/Sites/created/created/packages/created-command-list > npm run test > created-command-list@0.1.0 test /Users/krzksz/Sites/created/created/packages/created-command-list > cross-env NODE_ENV=test jest lerna(error) Attempting to retry publishing created-command-list... Error: Command failed: cd /Users/krzksz/Sites/created/created/packages/created-command-list && npm publish --tag lerna-temp npm WARN prepublish-on-install As of npm@5, `prepublish` scripts will run only for `npm publish`. npm WARN prepublish-on-install (In npm@4 and previous versions, it also runs for `npm install`.) npm WARN prepublish-on-install See the deprecation note in `npm help scripts` for more information. FAIL tests/index.test.js ● List command › log output matches snapshot when packages are installed. expect(value).toMatchSnapshot() Received value does not match stored snapshot 1. - Snapshot + Received "Installed commands: - created-command-help Command for displaying help when running created. - created-command-init Command for initializing new project that uses Created as build helper. - created-command-list Lists locally installed and available commands." + created-command-init Command for initializing new project that uses Created as build helper." at Object.test (tests/index.test.js:31:30) at process._tickCallback (internal/process/next_tick.js:103:7) List command ✓ exports object. (876ms) ✓ exports object with call function. (92ms) ✕ log output matches snapshot when packages are installed. (14ms) ✓ call method returns a promise. (4ms) Snapshot Summary › 1 snapshot test failed in 1 test suite. Inspect your code changes or run with `npm test -- -u` to update them. Test Suites: 1 failed, 1 total Tests: 1 failed, 3 passed, 4 total Snapshots: 1 failed, 1 total Time: 2.502s Ran all test suites. npm ERR! Darwin 16.4.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "test" npm ERR! node v7.6.0 npm ERR! npm v4.1.2 npm ERR! code ELIFECYCLE npm ERR! created-command-list@0.1.0 test: `cross-env NODE_ENV=test jest` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the created-command-list@0.1.0 test script 'cross-env NODE_ENV=test jest'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the created-command-list package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! cross-env NODE_ENV=test jest npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs created-command-list npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls created-command-list npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /Users/krzksz/Sites/created/created/packages/created-command-list/npm-debug.log npm ERR! addLocal Could not install /Users/krzksz/Sites/created/created/packages/created-command-list npm ERR! Darwin 16.4.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "publish" "--tag" "lerna-temp" npm ERR! node v7.6.0 npm ERR! npm v4.1.2 npm ERR! code ELIFECYCLE npm ERR! created-command-list@0.1.0 prepublish: `npm run test` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the created-command-list@0.1.0 prepublish script 'npm run test'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the created-command-list package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! npm run test npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs created-command-list npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls created-command-list npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /Users/krzksz/Sites/created/created/packages/created-command-list/npm-debug.log at ChildProcess.exithandler (child_process.js:211:12) at emitTwo (events.js:106:13) at ChildProcess.emit (events.js:192:7) at maybeClose (internal/child_process.js:890:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5) lerna(verbose) Publishing created-command-list... lerna(verbose) NpmUtilities.publishTaggedInDir("lerna-temp", "./packages/created-command-list", ) lerna(error) NpmUtilities.publishTaggedInDir("lerna-temp", "./packages/created-command-list", ) Error: Command failed: cd /Users/krzksz/Sites/created/created/packages/created-command-list && npm publish --tag lerna-temp npm WARN prepublish-on-install As of npm@5, `prepublish` scripts will run only for `npm publish`. npm WARN prepublish-on-install (In npm@4 and previous versions, it also runs for `npm install`.) npm WARN prepublish-on-install See the deprecation note in `npm help scripts` for more information. FAIL tests/index.test.js ● List command › log output matches snapshot when packages are installed. expect(value).toMatchSnapshot() Received value does not match stored snapshot 1. - Snapshot + Received "Installed commands: - created-command-help Command for displaying help when running created. - created-command-init Command for initializing new project that uses Created as build helper. - created-command-list Lists locally installed and available commands." + created-command-init Command for initializing new project that uses Created as build helper." at Object.test (tests/index.test.js:31:30) List command ✓ exports object. (1281ms) ✓ exports object with call function. (169ms) ✕ log output matches snapshot when packages are installed. (23ms) ✓ call method returns a promise. (5ms) Snapshot Summary › 1 snapshot test failed in 1 test suite. Inspect your code changes or run with `npm test -- -u` to update them. Test Suites: 1 failed, 1 total Tests: 1 failed, 3 passed, 4 total Snapshots: 1 failed, 1 total Time: 2.362s Ran all test suites. npm ERR! Darwin 16.4.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "test" npm ERR! node v7.6.0 npm ERR! npm v4.1.2 npm ERR! code ELIFECYCLE npm ERR! created-command-list@0.1.0 test: `cross-env NODE_ENV=test jest` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the created-command-list@0.1.0 test script 'cross-env NODE_ENV=test jest'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the created-command-list package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! cross-env NODE_ENV=test jest npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs created-command-list npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls created-command-list npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /Users/krzksz/Sites/created/created/packages/created-command-list/npm-debug.log npm ERR! addLocal Could not install /Users/krzksz/Sites/created/created/packages/created-command-list npm ERR! Darwin 16.4.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "publish" "--tag" "lerna-temp" npm ERR! node v7.6.0 npm ERR! npm v4.1.2 npm ERR! code ELIFECYCLE npm ERR! created-command-list@0.1.0 prepublish: `npm run test` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the created-command-list@0.1.0 prepublish script 'npm run test'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the created-command-list package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! npm run test npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs created-command-list npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls created-command-list npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /Users/krzksz/Sites/created/created/packages/created-command-list/npm-debug.log at ChildProcess.exithandler (child_process.js:211:12) at emitTwo (events.js:106:13) at ChildProcess.emit (events.js:192:7) at maybeClose (internal/child_process.js:890:16) at Socket. (internal/child_process.js:334:11) at emitOne (events.js:96:13) at Socket.emit (events.js:189:7) at Pipe._handle.close [as _onclose] (net.js:501:12) lerna(error) > created-command-list@0.1.0 prepublish /Users/krzksz/Sites/created/created/packages/created-command-list > npm run test > created-command-list@0.1.0 test /Users/krzksz/Sites/created/created/packages/created-command-list > cross-env NODE_ENV=test jest lerna(error) Attempting to retry publishing created-command-list... Error: Command failed: cd /Users/krzksz/Sites/created/created/packages/created-command-list && npm publish --tag lerna-temp npm WARN prepublish-on-install As of npm@5, `prepublish` scripts will run only for `npm publish`. npm WARN prepublish-on-install (In npm@4 and previous versions, it also runs for `npm install`.) npm WARN prepublish-on-install See the deprecation note in `npm help scripts` for more information. FAIL tests/index.test.js ● List command › log output matches snapshot when packages are installed. expect(value).toMatchSnapshot() Received value does not match stored snapshot 1. - Snapshot + Received "Installed commands: - created-command-help Command for displaying help when running created. - created-command-init Command for initializing new project that uses Created as build helper. - created-command-list Lists locally installed and available commands." + created-command-init Command for initializing new project that uses Created as build helper." at Object.test (tests/index.test.js:31:30) List command ✓ exports object. (1281ms) ✓ exports object with call function. (169ms) ✕ log output matches snapshot when packages are installed. (23ms) ✓ call method returns a promise. (5ms) Snapshot Summary › 1 snapshot test failed in 1 test suite. Inspect your code changes or run with `npm test -- -u` to update them. Test Suites: 1 failed, 1 total Tests: 1 failed, 3 passed, 4 total Snapshots: 1 failed, 1 total Time: 2.362s Ran all test suites. npm ERR! Darwin 16.4.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "test" npm ERR! node v7.6.0 npm ERR! npm v4.1.2 npm ERR! code ELIFECYCLE npm ERR! created-command-list@0.1.0 test: `cross-env NODE_ENV=test jest` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the created-command-list@0.1.0 test script 'cross-env NODE_ENV=test jest'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the created-command-list package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! cross-env NODE_ENV=test jest npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs created-command-list npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls created-command-list npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /Users/krzksz/Sites/created/created/packages/created-command-list/npm-debug.log npm ERR! addLocal Could not install /Users/krzksz/Sites/created/created/packages/created-command-list npm ERR! Darwin 16.4.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "publish" "--tag" "lerna-temp" npm ERR! node v7.6.0 npm ERR! npm v4.1.2 npm ERR! code ELIFECYCLE npm ERR! created-command-list@0.1.0 prepublish: `npm run test` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the created-command-list@0.1.0 prepublish script 'npm run test'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the created-command-list package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! npm run test npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs created-command-list npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls created-command-list npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /Users/krzksz/Sites/created/created/packages/created-command-list/npm-debug.log at ChildProcess.exithandler (child_process.js:211:12) at emitTwo (events.js:106:13) at ChildProcess.emit (events.js:192:7) at maybeClose (internal/child_process.js:890:16) at Socket. (internal/child_process.js:334:11) at emitOne (events.js:96:13) at Socket.emit (events.js:189:7) at Pipe._handle.close [as _onclose] (net.js:501:12) lerna(verbose) Publishing created-command-list... lerna(verbose) NpmUtilities.publishTaggedInDir("lerna-temp", "./packages/created-command-list", ) lerna(verbose) NpmUtilities.publishTaggedInDir("lerna-temp", "./packages/created-command-init", ) => "\n> created-command-init@0.3.0 prepublish ./packages/created-command-init\n> npm run test\n\n\n> created-command-init@0.3.0 test /Users/krzksz/Sites/created/created/packages/created-command-init\n> cross-env NODE_ENV=test jest\n\n\n> created-command-init@0.3.0 posttest /Users/krzksz/Sites/created/created/packages/created-command-init\n> npm run lint\n\n\n> created-command-init@0.3.0 lint /Users/krzksz/Sites/created/created/packages/created-command-init\n> eslint **/*.js\n\n+ created-command-init@0.3.0\n" lerna(verbose) FileSystemUtilities.existsSync("./packages/created-command-init/scripts/postpublish.js") lerna(verbose) FileSystemUtilities.existsSync("./packages/created-command-init/scripts/postpublish.js") => false lerna(verbose) No postpublish script found at /Users/krzksz/Sites/created/created/packages/created-command-init/scripts/postpublish.js lerna(error) NpmUtilities.publishTaggedInDir("lerna-temp", "./packages/created-command-list", ) Error: Command failed: cd /Users/krzksz/Sites/created/created/packages/created-command-list && npm publish --tag lerna-temp npm WARN prepublish-on-install As of npm@5, `prepublish` scripts will run only for `npm publish`. npm WARN prepublish-on-install (In npm@4 and previous versions, it also runs for `npm install`.) npm WARN prepublish-on-install See the deprecation note in `npm help scripts` for more information. FAIL tests/index.test.js ● List command › log output matches snapshot when packages are installed. expect(value).toMatchSnapshot() Received value does not match stored snapshot 1. - Snapshot + Received "Installed commands: - created-command-help Command for displaying help when running created. - created-command-init Command for initializing new project that uses Created as build helper. - created-command-list Lists locally installed and available commands." + created-command-init Command for initializing new project that uses Created as build helper." at Object.test (tests/index.test.js:31:30) List command ✓ exports object. (752ms) ✓ exports object with call function. (188ms) ✕ log output matches snapshot when packages are installed. (11ms) ✓ call method returns a promise. (4ms) Snapshot Summary › 1 snapshot test failed in 1 test suite. Inspect your code changes or run with `npm test -- -u` to update them. Test Suites: 1 failed, 1 total Tests: 1 failed, 3 passed, 4 total Snapshots: 1 failed, 1 total Time: 1.655s, estimated 2s Ran all test suites. npm ERR! Darwin 16.4.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "test" npm ERR! node v7.6.0 npm ERR! npm v4.1.2 npm ERR! code ELIFECYCLE npm ERR! created-command-list@0.1.0 test: `cross-env NODE_ENV=test jest` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the created-command-list@0.1.0 test script 'cross-env NODE_ENV=test jest'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the created-command-list package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! cross-env NODE_ENV=test jest npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs created-command-list npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls created-command-list npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /Users/krzksz/Sites/created/created/packages/created-command-list/npm-debug.log npm ERR! addLocal Could not install /Users/krzksz/Sites/created/created/packages/created-command-list npm ERR! Darwin 16.4.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "publish" "--tag" "lerna-temp" npm ERR! node v7.6.0 npm ERR! npm v4.1.2 npm ERR! code ELIFECYCLE npm ERR! created-command-list@0.1.0 prepublish: `npm run test` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the created-command-list@0.1.0 prepublish script 'npm run test'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the created-command-list package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! npm run test npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs created-command-list npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls created-command-list npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /Users/krzksz/Sites/created/created/packages/created-command-list/npm-debug.log at ChildProcess.exithandler (child_process.js:211:12) at emitTwo (events.js:106:13) at ChildProcess.emit (events.js:192:7) at maybeClose (internal/child_process.js:890:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5) lerna(error) > created-command-list@0.1.0 prepublish /Users/krzksz/Sites/created/created/packages/created-command-list > npm run test > created-command-list@0.1.0 test /Users/krzksz/Sites/created/created/packages/created-command-list > cross-env NODE_ENV=test jest lerna(error) Attempting to retry publishing created-command-list... Error: Command failed: cd /Users/krzksz/Sites/created/created/packages/created-command-list && npm publish --tag lerna-temp npm WARN prepublish-on-install As of npm@5, `prepublish` scripts will run only for `npm publish`. npm WARN prepublish-on-install (In npm@4 and previous versions, it also runs for `npm install`.) npm WARN prepublish-on-install See the deprecation note in `npm help scripts` for more information. FAIL tests/index.test.js ● List command › log output matches snapshot when packages are installed. expect(value).toMatchSnapshot() Received value does not match stored snapshot 1. - Snapshot + Received "Installed commands: - created-command-help Command for displaying help when running created. - created-command-init Command for initializing new project that uses Created as build helper. - created-command-list Lists locally installed and available commands." + created-command-init Command for initializing new project that uses Created as build helper." at Object.test (tests/index.test.js:31:30) List command ✓ exports object. (752ms) ✓ exports object with call function. (188ms) ✕ log output matches snapshot when packages are installed. (11ms) ✓ call method returns a promise. (4ms) Snapshot Summary › 1 snapshot test failed in 1 test suite. Inspect your code changes or run with `npm test -- -u` to update them. Test Suites: 1 failed, 1 total Tests: 1 failed, 3 passed, 4 total Snapshots: 1 failed, 1 total Time: 1.655s, estimated 2s Ran all test suites. npm ERR! Darwin 16.4.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "test" npm ERR! node v7.6.0 npm ERR! npm v4.1.2 npm ERR! code ELIFECYCLE npm ERR! created-command-list@0.1.0 test: `cross-env NODE_ENV=test jest` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the created-command-list@0.1.0 test script 'cross-env NODE_ENV=test jest'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the created-command-list package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! cross-env NODE_ENV=test jest npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs created-command-list npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls created-command-list npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /Users/krzksz/Sites/created/created/packages/created-command-list/npm-debug.log npm ERR! addLocal Could not install /Users/krzksz/Sites/created/created/packages/created-command-list npm ERR! Darwin 16.4.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "publish" "--tag" "lerna-temp" npm ERR! node v7.6.0 npm ERR! npm v4.1.2 npm ERR! code ELIFECYCLE npm ERR! created-command-list@0.1.0 prepublish: `npm run test` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the created-command-list@0.1.0 prepublish script 'npm run test'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the created-command-list package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! npm run test npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs created-command-list npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls created-command-list npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /Users/krzksz/Sites/created/created/packages/created-command-list/npm-debug.log at ChildProcess.exithandler (child_process.js:211:12) at emitTwo (events.js:106:13) at ChildProcess.emit (events.js:192:7) at maybeClose (internal/child_process.js:890:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5) lerna(verbose) Publishing created-command-list... lerna(verbose) NpmUtilities.publishTaggedInDir("lerna-temp", "./packages/created-command-list", ) lerna(error) NpmUtilities.publishTaggedInDir("lerna-temp", "./packages/created-command-list", ) Error: Command failed: cd /Users/krzksz/Sites/created/created/packages/created-command-list && npm publish --tag lerna-temp npm WARN prepublish-on-install As of npm@5, `prepublish` scripts will run only for `npm publish`. npm WARN prepublish-on-install (In npm@4 and previous versions, it also runs for `npm install`.) npm WARN prepublish-on-install See the deprecation note in `npm help scripts` for more information. FAIL tests/index.test.js ● List command › log output matches snapshot when packages are installed. expect(value).toMatchSnapshot() Received value does not match stored snapshot 1. - Snapshot + Received "Installed commands: - created-command-help Command for displaying help when running created. - created-command-init Command for initializing new project that uses Created as build helper. - created-command-list Lists locally installed and available commands." + created-command-init Command for initializing new project that uses Created as build helper." at Object.test (tests/index.test.js:31:30) List command ✓ exports object. (829ms) ✓ exports object with call function. (171ms) ✕ log output matches snapshot when packages are installed. (16ms) ✓ call method returns a promise. (3ms) Snapshot Summary › 1 snapshot test failed in 1 test suite. Inspect your code changes or run with `npm test -- -u` to update them. Test Suites: 1 failed, 1 total Tests: 1 failed, 3 passed, 4 total Snapshots: 1 failed, 1 total Time: 2.088s Ran all test suites. npm ERR! Darwin 16.4.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "test" npm ERR! node v7.6.0 npm ERR! npm v4.1.2 npm ERR! code ELIFECYCLE npm ERR! created-command-list@0.1.0 test: `cross-env NODE_ENV=test jest` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the created-command-list@0.1.0 test script 'cross-env NODE_ENV=test jest'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the created-command-list package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! cross-env NODE_ENV=test jest npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs created-command-list npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls created-command-list npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /Users/krzksz/Sites/created/created/packages/created-command-list/npm-debug.log npm ERR! addLocal Could not install /Users/krzksz/Sites/created/created/packages/created-command-list npm ERR! Darwin 16.4.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "publish" "--tag" "lerna-temp" npm ERR! node v7.6.0 npm ERR! npm v4.1.2 npm ERR! code ELIFECYCLE npm ERR! created-command-list@0.1.0 prepublish: `npm run test` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the created-command-list@0.1.0 prepublish script 'npm run test'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the created-command-list package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! npm run test npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs created-command-list npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls created-command-list npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /Users/krzksz/Sites/created/created/packages/created-command-list/npm-debug.log at ChildProcess.exithandler (child_process.js:211:12) at emitTwo (events.js:106:13) at ChildProcess.emit (events.js:192:7) at maybeClose (internal/child_process.js:890:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5) lerna(error) > created-command-list@0.1.0 prepublish /Users/krzksz/Sites/created/created/packages/created-command-list > npm run test > created-command-list@0.1.0 test /Users/krzksz/Sites/created/created/packages/created-command-list > cross-env NODE_ENV=test jest lerna(error) Attempting to retry publishing created-command-list... Error: Command failed: cd /Users/krzksz/Sites/created/created/packages/created-command-list && npm publish --tag lerna-temp npm WARN prepublish-on-install As of npm@5, `prepublish` scripts will run only for `npm publish`. npm WARN prepublish-on-install (In npm@4 and previous versions, it also runs for `npm install`.) npm WARN prepublish-on-install See the deprecation note in `npm help scripts` for more information. FAIL tests/index.test.js ● List command › log output matches snapshot when packages are installed. expect(value).toMatchSnapshot() Received value does not match stored snapshot 1. - Snapshot + Received "Installed commands: - created-command-help Command for displaying help when running created. - created-command-init Command for initializing new project that uses Created as build helper. - created-command-list Lists locally installed and available commands." + created-command-init Command for initializing new project that uses Created as build helper." at Object.test (tests/index.test.js:31:30) List command ✓ exports object. (829ms) ✓ exports object with call function. (171ms) ✕ log output matches snapshot when packages are installed. (16ms) ✓ call method returns a promise. (3ms) Snapshot Summary › 1 snapshot test failed in 1 test suite. Inspect your code changes or run with `npm test -- -u` to update them. Test Suites: 1 failed, 1 total Tests: 1 failed, 3 passed, 4 total Snapshots: 1 failed, 1 total Time: 2.088s Ran all test suites. npm ERR! Darwin 16.4.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "test" npm ERR! node v7.6.0 npm ERR! npm v4.1.2 npm ERR! code ELIFECYCLE npm ERR! created-command-list@0.1.0 test: `cross-env NODE_ENV=test jest` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the created-command-list@0.1.0 test script 'cross-env NODE_ENV=test jest'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the created-command-list package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! cross-env NODE_ENV=test jest npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs created-command-list npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls created-command-list npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /Users/krzksz/Sites/created/created/packages/created-command-list/npm-debug.log npm ERR! addLocal Could not install /Users/krzksz/Sites/created/created/packages/created-command-list npm ERR! Darwin 16.4.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "publish" "--tag" "lerna-temp" npm ERR! node v7.6.0 npm ERR! npm v4.1.2 npm ERR! code ELIFECYCLE npm ERR! created-command-list@0.1.0 prepublish: `npm run test` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the created-command-list@0.1.0 prepublish script 'npm run test'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the created-command-list package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! npm run test npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs created-command-list npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls created-command-list npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /Users/krzksz/Sites/created/created/packages/created-command-list/npm-debug.log at ChildProcess.exithandler (child_process.js:211:12) at emitTwo (events.js:106:13) at ChildProcess.emit (events.js:192:7) at maybeClose (internal/child_process.js:890:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5) lerna(verbose) Publishing created-command-list... lerna(verbose) NpmUtilities.publishTaggedInDir("lerna-temp", "./packages/created-command-list", ) lerna(error) NpmUtilities.publishTaggedInDir("lerna-temp", "./packages/created-command-list", ) Error: Command failed: cd /Users/krzksz/Sites/created/created/packages/created-command-list && npm publish --tag lerna-temp npm WARN prepublish-on-install As of npm@5, `prepublish` scripts will run only for `npm publish`. npm WARN prepublish-on-install (In npm@4 and previous versions, it also runs for `npm install`.) npm WARN prepublish-on-install See the deprecation note in `npm help scripts` for more information. FAIL tests/index.test.js ● List command › log output matches snapshot when packages are installed. expect(value).toMatchSnapshot() Received value does not match stored snapshot 1. - Snapshot + Received "Installed commands: - created-command-help Command for displaying help when running created. - created-command-init Command for initializing new project that uses Created as build helper. - created-command-list Lists locally installed and available commands." + created-command-init Command for initializing new project that uses Created as build helper." at Object.test (tests/index.test.js:31:30) List command ✓ exports object. (876ms) ✓ exports object with call function. (91ms) ✕ log output matches snapshot when packages are installed. (10ms) ✓ call method returns a promise. (2ms) Snapshot Summary › 1 snapshot test failed in 1 test suite. Inspect your code changes or run with `npm test -- -u` to update them. Test Suites: 1 failed, 1 total Tests: 1 failed, 3 passed, 4 total Snapshots: 1 failed, 1 total Time: 2.106s Ran all test suites. npm ERR! Darwin 16.4.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "test" npm ERR! node v7.6.0 npm ERR! npm v4.1.2 npm ERR! code ELIFECYCLE npm ERR! created-command-list@0.1.0 test: `cross-env NODE_ENV=test jest` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the created-command-list@0.1.0 test script 'cross-env NODE_ENV=test jest'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the created-command-list package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! cross-env NODE_ENV=test jest npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs created-command-list npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls created-command-list npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /Users/krzksz/Sites/created/created/packages/created-command-list/npm-debug.log npm ERR! addLocal Could not install /Users/krzksz/Sites/created/created/packages/created-command-list npm ERR! Darwin 16.4.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "publish" "--tag" "lerna-temp" npm ERR! node v7.6.0 npm ERR! npm v4.1.2 npm ERR! code ELIFECYCLE npm ERR! created-command-list@0.1.0 prepublish: `npm run test` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the created-command-list@0.1.0 prepublish script 'npm run test'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the created-command-list package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! npm run test npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs created-command-list npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls created-command-list npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /Users/krzksz/Sites/created/created/packages/created-command-list/npm-debug.log at ChildProcess.exithandler (child_process.js:211:12) at emitTwo (events.js:106:13) at ChildProcess.emit (events.js:192:7) at maybeClose (internal/child_process.js:890:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5) lerna(error) > created-command-list@0.1.0 prepublish /Users/krzksz/Sites/created/created/packages/created-command-list > npm run test > created-command-list@0.1.0 test /Users/krzksz/Sites/created/created/packages/created-command-list > cross-env NODE_ENV=test jest lerna(error) Ran out of retries while publishing created-command-list Error: Command failed: cd /Users/krzksz/Sites/created/created/packages/created-command-list && npm publish --tag lerna-temp npm WARN prepublish-on-install As of npm@5, `prepublish` scripts will run only for `npm publish`. npm WARN prepublish-on-install (In npm@4 and previous versions, it also runs for `npm install`.) npm WARN prepublish-on-install See the deprecation note in `npm help scripts` for more information. FAIL tests/index.test.js ● List command › log output matches snapshot when packages are installed. expect(value).toMatchSnapshot() Received value does not match stored snapshot 1. - Snapshot + Received "Installed commands: - created-command-help Command for displaying help when running created. - created-command-init Command for initializing new project that uses Created as build helper. - created-command-list Lists locally installed and available commands." + created-command-init Command for initializing new project that uses Created as build helper." at Object.test (tests/index.test.js:31:30) List command ✓ exports object. (876ms) ✓ exports object with call function. (91ms) ✕ log output matches snapshot when packages are installed. (10ms) ✓ call method returns a promise. (2ms) Snapshot Summary › 1 snapshot test failed in 1 test suite. Inspect your code changes or run with `npm test -- -u` to update them. Test Suites: 1 failed, 1 total Tests: 1 failed, 3 passed, 4 total Snapshots: 1 failed, 1 total Time: 2.106s Ran all test suites. npm ERR! Darwin 16.4.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "test" npm ERR! node v7.6.0 npm ERR! npm v4.1.2 npm ERR! code ELIFECYCLE npm ERR! created-command-list@0.1.0 test: `cross-env NODE_ENV=test jest` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the created-command-list@0.1.0 test script 'cross-env NODE_ENV=test jest'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the created-command-list package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! cross-env NODE_ENV=test jest npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs created-command-list npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls created-command-list npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /Users/krzksz/Sites/created/created/packages/created-command-list/npm-debug.log npm ERR! addLocal Could not install /Users/krzksz/Sites/created/created/packages/created-command-list npm ERR! Darwin 16.4.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "publish" "--tag" "lerna-temp" npm ERR! node v7.6.0 npm ERR! npm v4.1.2 npm ERR! code ELIFECYCLE npm ERR! created-command-list@0.1.0 prepublish: `npm run test` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the created-command-list@0.1.0 prepublish script 'npm run test'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the created-command-list package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! npm run test npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs created-command-list npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls created-command-list npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /Users/krzksz/Sites/created/created/packages/created-command-list/npm-debug.log at ChildProcess.exithandler (child_process.js:211:12) at emitTwo (events.js:106:13) at ChildProcess.emit (events.js:192:7) at maybeClose (internal/child_process.js:890:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5) lerna(error) Errored while running PublishCommand.execute