Closed oupala closed 9 years ago
There was an issue earlier today, I republished it should be fine by now.
$ npm i metalsmith-concat
npm WARN engine npm@1.4.21: wanted: {"node":">=0.8","npm":"1"} (current: {"node":"0.12.7","npm":"2.3.0"})
npm WARN package.json github-url-from-git@1.1.1 No repository field.
metalsmith-concat@3.0.3 node_modules/metalsmith-concat
├── minimatch@2.0.10 (brace-expansion@1.1.0)
├── tape@4.0.1 (inherits@2.0.1, defined@0.0.0, resumer@0.0.0, deep-equal@1.0.0, through@2.3.8, object-inspect@1.0.2, glob@5.0.14)
├── metalsmith@2.0.1 (absolute@0.0.1, is-utf8@0.2.0, thunkify@2.1.2, win-fork@1.1.1, has-generators@1.0.1, clone@0.1.19, stat-mode@0.2.1, is@2.2.1, async@0.9.2, unyield@0.0.1, ware@1.3.0, commander@2.8.1, fs-extra@0.10.0, gray-matter@2.0.1, chalk@0.5.1, recursive-readdir@1.2.1, rimraf@2.4.2, co-fs-extra@0.0.2)
├── codeclimate-test-reporter@0.1.0 (lcov-parse@0.0.6, async@0.7.0, request@2.34.0)
├── istanbul@0.3.18 (supports-color@1.3.1, which@1.0.9, abbrev@1.0.7, async@1.4.2, nopt@3.0.3, wordwrap@0.0.3, esprima@2.5.0, once@1.3.2, resolve@1.1.6, mkdirp@0.5.1, fileset@0.2.1, handlebars@3.0.0, escodegen@1.6.1, js-yaml@3.4.0)
├── standard@4.5.4 (get-stdin@4.0.1, find-root@0.1.1, eslint-config-standard-react@1.0.1, eslint-config-standard@3.4.1, xtend@4.0.0, minimist@1.2.0, pkg-config@1.1.0, eslint-plugin-react@2.7.1, dezalgo@1.0.3, deglob@1.0.1, standard-format@1.6.6, eslint@0.24.1)
└── npm-shrinkwrap@5.4.0 (read-json@0.1.0, sorted-object@1.0.0, array-find@0.1.1, string-template@0.2.1, safe-json-parse@2.0.0, minimist@1.2.0, semver@4.3.6, error@4.4.0, npm@1.4.21, run-series@1.1.2, run-parallel@1.1.2, rimraf@2.4.2, json-diff@0.3.1, msee@0.1.1)
Thanks for reporting though!
Well, the fact that I managed to install metalsmith-concat with npm 2.14.0 might not be linked to the version of npm, but could be explain by the fact that you were probably publishing a new release of metalsmith-concat while I was installing npm...
Maybe, I had an issue we npm-shrinkwrap and republished several times.
metalsmith-concat fails to install with npm 2.3.0 :
Everything goes well after updating npm from version 2.3.0 to 2.14.0