d4rkr00t / generator-np

Generator for npm module
15 stars 2 forks source link

`yo np` followed by `npm run coverage` returns Error #39

Closed kendaleiv closed 8 years ago

kendaleiv commented 8 years ago

yo np followed by npm run coverage isn't working for me. Windows 10, node v5.5.0, npm 3.3.12.

C:\Users\kendaleiv\generator-np-test {git}
{lamb} yo np

     _-----_
    |       |    .--------------------------.
    |--(o)--|    |    ⦿ NP: A convenient    |
   `---------´   |     generator for npm    |
    ( _´U`_ )    |         modules.         |
    /___A___\    '--------------------------'
     |  ~  |
   __'.___.'__
 ´   `  |° ´ Y `

? What is the module name? generator-np-test
? What is the module description? Testing
? What are the module keywords? testing
? Center title and badges in README? No
? What is your GitHub username? kendaleiv
? What is the URL of your website? http://kendaleiv.com
? Do you need a .travis.yml? Yes
? Do you need setup for coveralls? No
? Do you need setup for commitizen? No
? Do you need a CLI? No
   create package.json
   create .babelrc
   create .editorconfig
   create .eslintrc
   create .gitignore
   create .istanbul.yml
   create src\lib\index.js
   create .travis.yml
   create README.md
   create test\index.js
Initialized empty Git repository in C:/Users/kendaleiv/generator-np-test/.git/
npm WARN install Couldn't install optional dependency: Unsupported

> pre-commit@1.1.2 install C:\Users\kendaleiv\generator-np-test\node_modules\pre-commit
> node install.js

pre-commit:
pre-commit: Failed to symlink the hook file in your .git/hooks folder because:
pre-commit: EPERM: operation not permitted, symlink 'C:\Users\kendaleiv\generator-np-test\node_modules\pre-commit\hook' -> 'C:\Users\kendaleiv\generator-np-test\.git\hooks\pre-commit'
pre-commit: The hook was not installed.
pre-commit:

> spawn-sync@1.0.13 postinstall C:\Users\kendaleiv\generator-np-test\node_modules\spawn-sync
> node postinstall

generator-np-test@0.0.0 C:\Users\kendaleiv\generator-np-test
├─┬ ava@0.11.0
│ ├── arr-flatten@1.0.1
│ ├── arrify@1.0.1
│ ├─┬ ava-init@0.1.3
│ │ ├── arr-exclude@1.0.0
│ │ ├── pify@2.3.0
│ │ ├─┬ pinkie-promise@2.0.0
│ │ │ └── pinkie@2.0.1
│ │ ├── read-pkg-up@1.0.1
│ │ ├── the-argv@1.0.0
│ │ └─┬ write-pkg@1.0.0
│ │   └─┬ write-json-file@1.2.0
│ │     └─┬ sort-keys@1.1.1
│ │       └── is-plain-obj@1.1.0
│ ├─┬ babel-core@6.4.5
│ │ ├─┬ babel-code-frame@6.3.13
│ │ │ ├── babel-runtime@5.8.35
│ │ │ └── js-tokens@1.0.2
│ │ ├─┬ babel-generator@6.4.5
│ │ │ └── babel-runtime@5.8.35
│ │ ├─┬ babel-helpers@6.4.5
│ │ │ └── babel-runtime@5.8.35
│ │ ├─┬ babel-messages@6.3.18
│ │ │ └── babel-runtime@5.8.35
│ │ ├─┬ babel-register@6.4.3
│ │ │ ├── babel-core@6.4.5
│ │ │ ├── babel-runtime@5.8.35
│ │ │ ├── path-exists@1.0.0
│ │ │ └─┬ source-map-support@0.2.10
│ │ │   └── source-map@0.1.32
│ │ ├── babel-runtime@5.8.35
│ │ ├─┬ babel-template@6.3.13
│ │ │ └── babel-runtime@5.8.35
│ │ ├─┬ babel-traverse@6.4.5
│ │ │ ├── babel-runtime@5.8.35
│ │ │ └─┬ invariant@2.2.0
│ │ │   └── loose-envify@1.1.0
│ │ ├─┬ babel-types@6.4.5
│ │ │ └── babel-runtime@5.8.35
│ │ ├─┬ babylon@6.4.5
│ │ │ └── babel-runtime@5.8.35
│ │ └── path-exists@1.0.0
│ ├─┬ babel-plugin-espower@2.1.1
│ │ ├── array-find@1.0.0
│ │ ├─┬ call-matcher@0.1.0
│ │ │ ├── array-filter@1.0.0
│ │ │ ├── deep-equal@1.0.1
│ │ │ ├─┬ espurify@1.5.0
│ │ │ │ └── isarray@1.0.0
│ │ │ └── indexof@0.0.1
│ │ ├─┬ define-properties@1.1.2
│ │ │ └── foreach@2.0.5
│ │ ├─┬ espower-location-detector@0.1.1
│ │ │ └── is-url@1.2.1
│ │ └── xtend@4.0.1
│ ├─┬ babel-plugin-transform-runtime@6.4.3
│ │ └── babel-runtime@5.8.35
│ ├─┬ babel-preset-es2015@6.3.13
│ │ ├─┬ babel-plugin-check-es2015-constants@6.3.13
│ │ │ └── babel-runtime@5.8.35
│ │ ├─┬ babel-plugin-transform-es2015-arrow-functions@6.4.0
│ │ │ └── babel-runtime@5.8.35
│ │ ├─┬ babel-plugin-transform-es2015-block-scoped-functions@6.3.13
│ │ │ └── babel-runtime@5.8.35
│ │ ├─┬ babel-plugin-transform-es2015-block-scoping@6.4.0
│ │ │ └── babel-runtime@5.8.35
│ │ ├─┬ babel-plugin-transform-es2015-classes@6.4.5
│ │ │ ├─┬ babel-helper-define-map@6.4.5
│ │ │ │ └── babel-runtime@5.8.35
│ │ │ ├─┬ babel-helper-function-name@6.4.0
│ │ │ │ └── babel-runtime@5.8.35
│ │ │ ├─┬ babel-helper-optimise-call-expression@6.3.13
│ │ │ │ └── babel-runtime@5.8.35
│ │ │ ├─┬ babel-helper-replace-supers@6.3.13
│ │ │ │ └── babel-runtime@5.8.35
│ │ │ └── babel-runtime@5.8.35
│ │ ├─┬ babel-plugin-transform-es2015-computed-properties@6.4.0
│ │ │ └── babel-runtime@5.8.35
│ │ ├─┬ babel-plugin-transform-es2015-destructuring@6.4.0
│ │ │ └── babel-runtime@5.8.35
│ │ ├─┬ babel-plugin-transform-es2015-for-of@6.3.13
│ │ │ └── babel-runtime@5.8.35
│ │ ├─┬ babel-plugin-transform-es2015-function-name@6.4.0
│ │ │ └── babel-runtime@5.8.35
│ │ ├─┬ babel-plugin-transform-es2015-literals@6.3.13
│ │ │ └── babel-runtime@5.8.35
│ │ ├─┬ babel-plugin-transform-es2015-modules-commonjs@6.4.5
│ │ │ ├─┬ babel-plugin-transform-strict-mode@6.3.13
│ │ │ │ └── babel-runtime@5.8.35
│ │ │ └── babel-runtime@5.8.35
│ │ ├─┬ babel-plugin-transform-es2015-object-super@6.4.0
│ │ │ └── babel-runtime@5.8.35
│ │ ├─┬ babel-plugin-transform-es2015-parameters@6.4.5
│ │ │ ├─┬ babel-helper-call-delegate@6.3.13
│ │ │ │ ├─┬ babel-helper-hoist-variables@6.3.13
│ │ │ │ │ └── babel-runtime@5.8.35
│ │ │ │ └── babel-runtime@5.8.35
│ │ │ ├─┬ babel-helper-get-function-arity@6.3.13
│ │ │ │ └── babel-runtime@5.8.35
│ │ │ └── babel-runtime@5.8.35
│ │ ├─┬ babel-plugin-transform-es2015-shorthand-properties@6.3.13
│ │ │ └── babel-runtime@5.8.35
│ │ ├─┬ babel-plugin-transform-es2015-spread@6.4.0
│ │ │ └── babel-runtime@5.8.35
│ │ ├─┬ babel-plugin-transform-es2015-sticky-regex@6.3.13
│ │ │ ├─┬ babel-helper-regex@6.3.13
│ │ │ │ └── babel-runtime@5.8.35
│ │ │ └── babel-runtime@5.8.35
│ │ ├─┬ babel-plugin-transform-es2015-template-literals@6.3.13
│ │ │ └── babel-runtime@5.8.35
│ │ ├─┬ babel-plugin-transform-es2015-typeof-symbol@6.4.3
│ │ │ └── babel-runtime@5.8.35
│ │ ├─┬ babel-plugin-transform-es2015-unicode-regex@6.4.3
│ │ │ ├── babel-runtime@5.8.35
│ │ │ └── regexpu-core@1.0.0
│ │ └─┬ babel-plugin-transform-regenerator@6.4.4
│ │   ├─┬ babel-core@6.4.5
│ │   │ └── path-exists@1.0.0
│ │   ├─┬ babel-plugin-syntax-async-functions@6.3.13
│ │   │ └── babel-runtime@5.8.35
│ │   └── babel-runtime@5.8.35
│ ├─┬ babel-preset-stage-2@6.3.13
│ │ ├─┬ babel-plugin-syntax-trailing-function-commas@6.3.13
│ │ │ └── babel-runtime@5.8.35
│ │ ├─┬ babel-plugin-transform-object-rest-spread@6.3.13
│ │ │ ├─┬ babel-plugin-syntax-object-rest-spread@6.3.13
│ │ │ │ └── babel-runtime@5.8.35
│ │ │ └── babel-runtime@5.8.35
│ │ └─┬ babel-preset-stage-3@6.3.13
│ │   ├─┬ babel-plugin-transform-async-to-generator@6.4.6
│ │   │ ├─┬ babel-helper-remap-async-to-generator@6.4.6
│ │   │ │ └── babel-runtime@5.8.35
│ │   │ └── babel-runtime@5.8.35
│ │   └─┬ babel-plugin-transform-exponentiation-operator@6.3.13
│ │     ├─┬ babel-helper-builder-binary-assignment-operator-visitor@6.3.13
│ │     │ ├─┬ babel-helper-explode-assignable-expression@6.3.13
│ │     │ │ └── babel-runtime@5.8.35
│ │     │ └── babel-runtime@5.8.35
│ │     ├─┬ babel-plugin-syntax-exponentiation-operator@6.3.13
│ │     │ └── babel-runtime@5.8.35
│ │     └── babel-runtime@5.8.35
│ ├── babel-runtime@6.3.19
│ ├── bluebird@3.1.5
│ ├─┬ caching-transform@1.0.1
│ │ └─┬ write-file-atomic@1.1.4
│ │   ├── graceful-fs@4.1.2
│ │   ├── imurmurhash@0.1.4
│ │   └── slide@1.1.6
│ ├─┬ chalk@1.1.1
│ │ ├── ansi-styles@2.1.0
│ │ ├── has-ansi@2.0.0
│ │ ├── strip-ansi@3.0.0
│ │ └── supports-color@2.0.0
│ ├─┬ cli-cursor@1.0.2
│ │ └─┬ restore-cursor@1.0.1
│ │   ├── exit-hook@1.1.1
│ │   └── onetime@1.1.0
│ ├─┬ co-with-promise@4.6.0
│ │ └─┬ pinkie-promise@1.0.0
│ │   └── pinkie@1.0.0
│ ├── commondir@1.0.1
│ ├── convert-source-map@1.1.3
│ ├─┬ core-assert@0.1.3
│ │ └── buf-compare@1.0.0
│ ├─┬ debug@2.2.0
│ │ └── ms@0.7.1
│ ├── deeper@2.1.0
│ ├─┬ empower-core@0.5.0
│ │ └── call-signature@0.0.2
│ ├── figures@1.4.0
│ ├─┬ find-cache-dir@0.1.1
│ │ └── pkg-dir@1.0.0
│ ├── fn-name@2.0.1
│ ├─┬ globby@4.0.0
│ │ └─┬ array-union@1.0.1
│ │   └── array-uniq@1.0.2
│ ├── is-ci@1.0.7
│ ├── is-generator-fn@1.0.0
│ ├─┬ is-observable@0.1.0
│ │ └── symbol-observable@0.1.0
│ ├── is-promise@2.1.0
│ ├─┬ last-line-stream@1.0.0
│ │ └── through2@2.0.0
│ ├── loud-rejection@1.2.0
│ ├── max-timeout@1.0.0
│ ├─┬ md5-hex@1.2.1
│ │ └── md5-o-matic@0.1.1
│ ├─┬ meow@3.7.0
│ │ ├─┬ camelcase-keys@2.0.0
│ │ │ └── camelcase@2.1.0
│ │ ├── decamelize@1.1.2
│ │ ├── map-obj@1.0.1
│ │ ├── minimist@1.2.0
│ │ ├─┬ normalize-package-data@2.3.5
│ │ │ ├── hosted-git-info@2.1.4
│ │ │ ├─┬ is-builtin-module@1.0.0
│ │ │ │ └── builtin-modules@1.1.1
│ │ │ ├── semver@5.1.0
│ │ │ └─┬ validate-npm-package-license@3.0.1
│ │ │   ├─┬ spdx-correct@1.0.2
│ │ │   │ └── spdx-license-ids@1.2.0
│ │ │   └─┬ spdx-expression-parse@1.0.2
│ │ │     └── spdx-exceptions@1.0.4
│ │ ├─┬ redent@1.0.0
│ │ │ ├─┬ indent-string@2.1.0
│ │ │ │ └── repeating@2.0.0
│ │ │ └── strip-indent@1.0.1
│ │ └── trim-newlines@1.0.0
│ ├── object-assign@4.0.1
│ ├── observable-to-promise@0.3.0
│ ├── option-chain@0.1.1
│ ├─┬ pkg-conf@1.1.1
│ │ ├─┬ find-up@1.1.0
│ │ │ └── path-exists@2.1.0
│ │ └── symbol@0.2.1
│ ├─┬ plur@2.1.2
│ │ └── irregular-plurals@1.1.0
│ ├─┬ power-assert-formatter@1.3.2
│ │ ├── acorn@2.7.0
│ │ ├── acorn-es7-plugin@1.0.11
│ │ ├── array-foreach@1.0.1
│ │ ├── array-map@0.0.0
│ │ ├── array-reduce@0.0.0
│ │ ├── eastasianwidth@0.1.1
│ │ ├── googlediff@0.1.0
│ │ ├── object-keys@1.0.9
│ │ ├─┬ stringifier@1.2.1
│ │ │ ├── array-reduce-right@1.0.0
│ │ │ └── traverse@0.6.6
│ │ └── type-name@1.1.0
│ ├─┬ power-assert-renderers@0.1.0
│ │ └── array-some@1.0.0
│ ├─┬ pretty-ms@2.1.0
│ │ ├─┬ is-finite@1.0.1
│ │ │ └── number-is-nan@1.0.0
│ │ ├── parse-ms@1.0.0
│ │ └── plur@1.0.0
│ ├── require-precompiled@0.1.0
│ ├── resolve-cwd@1.0.0
│ ├── serialize-error@1.1.0
│ ├── set-immediate-shim@1.0.1
│ ├─┬ source-map-support@0.4.0
│ │ └─┬ source-map@0.1.32
│ │   └── amdefine@1.0.0
│ ├── stack-utils@0.3.0
│ ├─┬ strip-bom@2.0.0
│ │ └── is-utf8@0.2.1
│ ├─┬ time-require@0.1.2
│ │ ├─┬ chalk@0.4.0
│ │ │ ├── ansi-styles@1.0.0
│ │ │ ├── has-color@0.1.7
│ │ │ └── strip-ansi@0.1.1
│ │ ├── date-time@0.1.1
│ │ └─┬ pretty-ms@0.2.2
│ │   └── parse-ms@0.1.2
│ ├─┬ unique-temp-dir@1.0.0
│ │ ├── os-tmpdir@1.0.1
│ │ └── uid2@0.0.3
│ └─┬ update-notifier@0.6.0
│   ├─┬ configstore@1.4.0
│   │ ├── osenv@0.1.3
│   │ ├── uuid@2.0.1
│   │ └── xdg-basedir@2.0.0
│   ├── is-npm@1.0.0
│   ├─┬ latest-version@2.0.0
│   │ └─┬ package-json@2.3.0
│   │   ├─┬ got@5.4.1
│   │   │ ├─┬ create-error-class@2.0.1
│   │   │ │ └── capture-stack-trace@1.0.0
│   │   │ ├── duplexer2@0.1.4
│   │   │ ├── is-redirect@1.0.0
│   │   │ ├── is-retry-allowed@1.0.0
│   │   │ ├── is-stream@1.0.1
│   │   │ ├── lowercase-keys@1.0.0
│   │   │ ├── node-status-codes@1.0.0
│   │   │ ├── read-all-stream@3.1.0
│   │   │ ├── timed-out@2.0.0
│   │   │ ├── unzip-response@1.0.0
│   │   │ └─┬ url-parse-lax@1.0.0
│   │   │   └── prepend-http@1.0.3
│   │   ├─┬ rc@1.1.6
│   │   │ ├── deep-extend@0.4.1
│   │   │ ├── ini@1.3.4
│   │   │ └── minimist@1.2.0
│   │   └── registry-url@3.0.3
│   ├── repeating@2.0.0
│   ├── semver-diff@2.1.0
│   └── string-length@1.0.1
├─┬ babel@5.8.35
│ ├─┬ chokidar@1.4.2
│ │ ├── async-each@0.1.6
│ │ ├── glob-parent@2.0.0
│ │ ├─┬ is-binary-path@1.0.1
│ │ │ └── binary-extensions@1.4.0
│ │ ├─┬ is-glob@2.0.1
│ │ │ └── is-extglob@1.0.0
│ │ └── readdirp@2.0.0
│ ├─┬ commander@2.9.0
│ │ └── graceful-readlink@1.0.1
│ ├── fs-readdir-recursive@0.1.2
│ ├─┬ glob@5.0.15
│ │ ├─┬ inflight@1.0.4
│ │ │ └── wrappy@1.0.1
│ │ ├── inherits@2.0.1
│ │ └── once@1.3.3
│ ├── lodash@3.10.1
│ ├── output-file-sync@1.1.1
│ ├── path-exists@1.0.0
│ ├── path-is-absolute@1.0.0
│ ├── slash@1.0.0
│ └── source-map@0.5.3
├─┬ babel-core@5.8.35
│ ├── babel-plugin-constant-folding@1.0.1
│ ├── babel-plugin-dead-code-elimination@1.0.2
│ ├── babel-plugin-eval@1.0.1
│ ├── babel-plugin-inline-environment-variables@1.0.1
│ ├── babel-plugin-jscript@1.0.4
│ ├── babel-plugin-member-expression-literals@1.0.1
│ ├── babel-plugin-property-literals@1.0.1
│ ├── babel-plugin-proto-to-assign@1.0.4
│ ├── babel-plugin-react-constant-elements@1.0.3
│ ├── babel-plugin-react-display-name@1.0.3
│ ├── babel-plugin-remove-console@1.0.1
│ ├── babel-plugin-remove-debugger@1.0.1
│ ├── babel-plugin-runtime@1.0.7
│ ├─┬ babel-plugin-undeclared-variables-check@1.0.2
│ │ └── leven@1.0.2
│ ├── babel-plugin-undefined-to-void@1.1.6
│ ├── babylon@5.8.35
│ ├── bluebird@2.10.2
│ ├── core-js@1.2.6
│ ├─┬ detect-indent@3.0.1
│ │ ├── get-stdin@4.0.1
│ │ └── minimist@1.2.0
│ ├── esutils@2.0.2
│ ├── globals@6.4.1
│ ├─┬ home-or-tmp@1.0.0
│ │ └── user-home@1.1.1
│ ├── is-integer@1.0.6
│ ├── js-tokens@1.0.1
│ ├── json5@0.4.0
│ ├─┬ line-numbers@0.2.0
│ │ └── left-pad@0.0.3
│ ├─┬ minimatch@2.0.10
│ │ └─┬ brace-expansion@1.1.2
│ │   ├── balanced-match@0.3.0
│ │   └── concat-map@0.0.1
│ ├── path-exists@1.0.0
│ ├── private@0.1.6
│ ├─┬ regenerator@0.8.40
│ │ ├─┬ commoner@0.10.4
│ │ │ ├─┬ detective@4.3.1
│ │ │ │ ├── acorn@1.2.2
│ │ │ │ └── defined@1.0.0
│ │ │ ├── glob@5.0.15
│ │ │ ├── iconv-lite@0.4.13
│ │ │ └── q@1.4.1
│ │ ├─┬ defs@1.1.1
│ │ │ ├─┬ alter@0.2.0
│ │ │ │ └── stable@0.1.5
│ │ │ ├── ast-traverse@0.1.1
│ │ │ ├── breakable@1.0.0
│ │ │ ├── simple-fmt@0.1.0
│ │ │ ├── simple-is@0.2.0
│ │ │ ├── stringmap@0.2.2
│ │ │ ├── stringset@0.2.1
│ │ │ └── tryor@0.1.2
│ │ ├── esprima-fb@15001.1001.0-dev-harmony-fb
│ │ ├─┬ recast@0.10.33
│ │ │ └── ast-types@0.8.12
│ │ └── through@2.3.8
│ ├─┬ regexpu@1.3.0
│ │ ├── esprima@2.7.1
│ │ ├── regenerate@1.2.1
│ │ ├── regjsgen@0.2.0
│ │ └─┬ regjsparser@0.1.5
│ │   └── jsesc@0.5.0
│ ├── repeating@1.1.3
│ ├── resolve@1.1.7
│ ├── shebang-regex@1.0.0
│ ├─┬ source-map-support@0.2.10
│ │ └── source-map@0.1.32
│ ├── to-fast-properties@1.0.1
│ ├── trim-right@1.0.1
│ └── try-resolve@1.0.1
├─┬ babel-eslint@4.1.6
│ ├── acorn-to-esprima@1.0.7
│ ├─┬ lodash.assign@3.2.0
│ │ ├─┬ lodash._baseassign@3.2.0
│ │ │ └── lodash._basecopy@3.0.1
│ │ ├─┬ lodash._createassigner@3.1.1
│ │ │ └── lodash._isiterateecall@3.0.9
│ │ └── lodash.keys@3.1.2
│ └─┬ lodash.pick@3.1.0
│   ├── lodash._baseflatten@3.1.4
│   ├── lodash._bindcallback@3.0.1
│   ├── lodash._pickbyarray@3.0.2
│   ├─┬ lodash._pickbycallback@3.0.0
│   │ └── lodash._basefor@3.0.3
│   └── lodash.restparam@3.6.1
├─┬ chokidar-cli@1.2.0
│ ├─┬ anymatch@1.3.0
│ │ └─┬ micromatch@2.3.7
│ │   ├── arr-diff@2.0.0
│ │   ├── array-unique@0.2.1
│ │   ├── extglob@0.3.2
│ │   ├─┬ kind-of@3.0.2
│ │   │ └── is-buffer@1.1.2
│ │   ├── normalize-path@2.0.1
│ │   └─┬ object.omit@2.0.0
│ │     └── is-extendable@0.1.1
│ ├── bluebird@2.10.2
│ ├─┬ shell-quote@1.4.3
│ │ ├── array-filter@0.0.1
│ │ └── jsonify@0.0.0
│ └─┬ yargs@3.27.0
│   ├── camelcase@1.2.1
│   ├─┬ cliui@2.1.0
│   │ ├─┬ center-align@0.1.2
│   │ │ ├─┬ align-text@0.1.3
│   │ │ │ ├── kind-of@2.0.1
│   │ │ │ ├── longest@1.0.1
│   │ │ │ └── repeat-string@1.5.2
│   │ │ └── lazy-cache@0.2.7
│   │ └── right-align@0.1.3
│   ├─┬ os-locale@1.4.0
│   │ └─┬ lcid@1.0.0
│   │   └── invert-kv@1.0.0
│   ├── window-size@0.1.4
│   └── y18n@3.2.0
├─┬ eslint@1.10.3
│ ├─┬ concat-stream@1.5.1
│ │ ├─┬ readable-stream@2.0.5
│ │ │ ├── core-util-is@1.0.2
│ │ │ ├── isarray@0.0.1
│ │ │ ├── process-nextick-args@1.0.6
│ │ │ ├── string_decoder@0.10.31
│ │ │ └── util-deprecate@1.0.2
│ │ └── typedarray@0.0.6
│ ├─┬ doctrine@0.7.2
│ │ ├── esutils@1.1.6
│ │ └── isarray@0.0.1
│ ├── escape-string-regexp@1.0.4
│ ├─┬ escope@3.3.0
│ │ ├─┬ es6-map@0.1.3
│ │ │ ├── d@0.1.1
│ │ │ ├── es5-ext@0.10.11
│ │ │ ├── es6-iterator@2.0.0
│ │ │ ├── es6-set@0.1.4
│ │ │ ├── es6-symbol@3.0.2
│ │ │ └── event-emitter@0.3.4
│ │ ├── es6-weak-map@2.0.1
│ │ └─┬ esrecurse@3.1.1
│ │   └── estraverse@3.1.0
│ ├── espree@2.2.5
│ ├── estraverse@4.1.1
│ ├── estraverse-fb@1.3.1
│ ├─┬ file-entry-cache@1.2.4
│ │ └─┬ flat-cache@1.0.10
│ │   ├─┬ del@2.2.0
│ │   │ ├── is-path-cwd@1.0.0
│ │   │ └─┬ is-path-in-cwd@1.0.0
│ │   │   └── is-path-inside@1.0.0
│ │   ├── read-json-sync@1.1.1
│ │   └── write@0.2.1
│ ├── glob@5.0.15
│ ├── globals@8.18.0
│ ├─┬ handlebars@4.0.5
│ │ ├── async@1.5.2
│ │ ├── optimist@0.6.1
│ │ ├── source-map@0.4.4
│ │ └─┬ uglify-js@2.6.1
│ │   ├── async@0.2.10
│ │   ├── uglify-to-browserify@1.0.2
│ │   └─┬ yargs@3.10.0
│ │     ├── camelcase@1.2.1
│ │     └── window-size@0.1.0
│ ├─┬ inquirer@0.11.4
│ │ ├── ansi-escapes@1.1.1
│ │ ├── ansi-regex@2.0.0
│ │ ├── cli-width@1.1.1
│ │ ├─┬ readline2@1.0.1
│ │ │ ├── code-point-at@1.0.0
│ │ │ ├── is-fullwidth-code-point@1.0.0
│ │ │ └── mute-stream@0.0.5
│ │ ├── run-async@0.1.0
│ │ ├── rx-lite@3.1.2
│ │ └── string-width@1.0.1
│ ├─┬ is-my-json-valid@2.12.4
│ │ ├── generate-function@2.0.0
│ │ ├─┬ generate-object-property@1.2.0
│ │ │ └── is-property@1.0.2
│ │ └── jsonpointer@2.0.0
│ ├─┬ is-resolvable@1.0.0
│ │ └── tryit@1.0.2
│ ├─┬ js-yaml@3.4.5
│ │ ├─┬ argparse@1.0.4
│ │ │ ├── lodash@4.1.0
│ │ │ └── sprintf-js@1.0.3
│ │ └── esprima@2.7.1
│ ├── json-stable-stringify@1.0.0
│ ├─┬ lodash.clonedeep@3.0.2
│ │ └── lodash._baseclone@3.3.0
│ ├─┬ lodash.merge@3.3.2
│ │ ├── lodash._arraycopy@3.0.0
│ │ ├── lodash._arrayeach@3.0.0
│ │ ├── lodash._getnative@3.9.1
│ │ ├── lodash.isarguments@3.0.5
│ │ ├── lodash.isarray@3.0.4
│ │ ├── lodash.isplainobject@3.2.0
│ │ ├── lodash.istypedarray@3.0.3
│ │ ├── lodash.keysin@3.0.8
│ │ └── lodash.toplainobject@3.0.0
│ ├─┬ lodash.omit@3.1.0
│ │ ├── lodash._arraymap@3.0.0
│ │ └─┬ lodash._basedifference@3.0.3
│ │   ├── lodash._baseindexof@3.1.0
│ │   ├── lodash._cacheindexof@3.0.2
│ │   └── lodash._createcache@3.1.2
│ ├── minimatch@3.0.0
│ ├─┬ mkdirp@0.5.1
│ │ └── minimist@0.0.8
│ ├─┬ optionator@0.6.0
│ │ ├── deep-is@0.1.3
│ │ ├── fast-levenshtein@1.0.7
│ │ ├── levn@0.2.5
│ │ ├── prelude-ls@1.1.2
│ │ ├── type-check@0.3.2
│ │ └── wordwrap@0.0.2
│ ├── path-is-inside@1.0.1
│ ├── shelljs@0.5.3
│ ├── strip-json-comments@1.0.4
│ ├── text-table@0.2.0
│ ├─┬ user-home@2.0.0
│ │ └── os-homedir@1.0.1
│ └── xml-escape@1.0.0
├─┬ nsp@2.2.0
│ ├─┬ chalk@1.1.1
│ │ ├── ansi-styles@2.1.0
│ │ ├── escape-string-regexp@1.0.4
│ │ ├─┬ has-ansi@2.0.0
│ │ │ └── ansi-regex@2.0.0
│ │ ├─┬ strip-ansi@3.0.0
│ │ │ └── ansi-regex@2.0.0
│ │ └── supports-color@2.0.0
│ ├─┬ cli-table@0.3.1
│ │ └── colors@1.0.3
│ ├─┬ https-proxy-agent@1.0.0
│ │ ├─┬ agent-base@2.0.1
│ │ │ └── semver@5.0.3
│ │ ├─┬ debug@2.2.0
│ │ │ └── ms@0.7.1
│ │ └── extend@3.0.0
│ ├─┬ joi@6.10.1
│ │ ├── hoek@2.16.3
│ │ ├── isemail@1.2.0
│ │ ├── moment@2.10.6
│ │ └── topo@1.1.0
│ ├─┬ nodesecurity-npm-utils@3.2.0
│ │ └─┬ silent-npm-registry-client@2.0.0
│ │   ├─┬ npm-registry-client@7.0.9
│ │   │ ├── chownr@1.0.1
│ │   │ ├─┬ concat-stream@1.5.1
│ │   │ │ ├── inherits@2.0.1
│ │   │ │ ├─┬ readable-stream@2.0.5
│ │   │ │ │ ├── core-util-is@1.0.2
│ │   │ │ │ ├── isarray@0.0.1
│ │   │ │ │ ├── process-nextick-args@1.0.6
│ │   │ │ │ ├── string_decoder@0.10.31
│ │   │ │ │ └── util-deprecate@1.0.2
│ │   │ │ └── typedarray@0.0.6
│ │   │ ├── graceful-fs@4.1.2
│ │   │ ├─┬ mkdirp@0.5.1
│ │   │ │ └── minimist@0.0.8
│ │   │ ├─┬ normalize-package-data@2.3.5
│ │   │ │ ├── hosted-git-info@2.1.4
│ │   │ │ ├─┬ is-builtin-module@1.0.0
│ │   │ │ │ └── builtin-modules@1.1.0
│ │   │ │ └─┬ validate-npm-package-license@3.0.1
│ │   │ │   ├─┬ spdx-correct@1.0.2
│ │   │ │   │ └── spdx-license-ids@1.1.0
│ │   │ │   └─┬ spdx-expression-parse@1.0.2
│ │   │ │     ├── spdx-exceptions@1.0.4
│ │   │ │     └── spdx-license-ids@1.1.0
│ │   │ ├─┬ npm-package-arg@4.1.0
│ │   │ │ └── hosted-git-info@2.1.4
│ │   │ ├─┬ npmlog@2.0.0
│ │   │ │ ├── ansi@0.3.0
│ │   │ │ ├─┬ are-we-there-yet@1.0.5
│ │   │ │ │ ├── delegates@0.1.0
│ │   │ │ │ └─┬ readable-stream@2.0.5
│ │   │ │ │   ├── core-util-is@1.0.2
│ │   │ │ │   ├── inherits@2.0.1
│ │   │ │ │   ├── isarray@0.0.1
│ │   │ │ │   ├── process-nextick-args@1.0.6
│ │   │ │ │   ├── string_decoder@0.10.31
│ │   │ │ │   └── util-deprecate@1.0.2
│ │   │ │ └─┬ gauge@1.2.2
│ │   │ │   ├── has-unicode@1.0.1
│ │   │ │   ├─┬ lodash.pad@3.1.1
│ │   │ │   │ ├── lodash._basetostring@3.0.1
│ │   │ │   │ └─┬ lodash._createpadding@3.6.1
│ │   │ │   │   └── lodash.repeat@3.0.1
│ │   │ │   ├─┬ lodash.padleft@3.1.1
│ │   │ │   │ ├── lodash._basetostring@3.0.1
│ │   │ │   │ └─┬ lodash._createpadding@3.6.1
│ │   │ │   │   └── lodash.repeat@3.0.1
│ │   │ │   └─┬ lodash.padright@3.1.1
│ │   │ │     ├── lodash._basetostring@3.0.1
│ │   │ │     └─┬ lodash._createpadding@3.6.1
│ │   │ │       └── lodash.repeat@3.0.1
│ │   │ ├─┬ once@1.3.3
│ │   │ │ └── wrappy@1.0.1
│ │   │ ├─┬ request@2.67.0
│ │   │ │ ├── aws-sign2@0.6.0
│ │   │ │ ├─┬ bl@1.0.0
│ │   │ │ │ └─┬ readable-stream@2.0.5
│ │   │ │ │   ├── core-util-is@1.0.2
│ │   │ │ │   ├── inherits@2.0.1
│ │   │ │ │   ├── isarray@0.0.1
│ │   │ │ │   ├── process-nextick-args@1.0.6
│ │   │ │ │   ├── string_decoder@0.10.31
│ │   │ │ │   └── util-deprecate@1.0.2
│ │   │ │ ├── caseless@0.11.0
│ │   │ │ ├─┬ combined-stream@1.0.5
│ │   │ │ │ └── delayed-stream@1.0.0
│ │   │ │ ├── extend@3.0.0
│ │   │ │ ├── forever-agent@0.6.1
│ │   │ │ ├─┬ form-data@1.0.0-rc3
│ │   │ │ │ └── async@1.5.0
│ │   │ │ ├─┬ har-validator@2.0.3
│ │   │ │ │ ├─┬ commander@2.9.0
│ │   │ │ │ │ └── graceful-readlink@1.0.1
│ │   │ │ │ ├─┬ is-my-json-valid@2.12.3
│ │   │ │ │ │ ├── generate-function@2.0.0
│ │   │ │ │ │ ├─┬ generate-object-property@1.2.0
│ │   │ │ │ │ │ └── is-property@1.0.2
│ │   │ │ │ │ └── jsonpointer@2.0.0
│ │   │ │ │ └─┬ pinkie-promise@2.0.0
│ │   │ │ │   └── pinkie@2.0.1
│ │   │ │ ├─┬ hawk@3.1.2
│ │   │ │ │ ├── boom@2.10.1
│ │   │ │ │ ├── cryptiles@2.0.5
│ │   │ │ │ ├── hoek@2.16.3
│ │   │ │ │ └── sntp@1.0.9
│ │   │ │ ├─┬ http-signature@1.1.0
│ │   │ │ │ ├── assert-plus@0.1.5
│ │   │ │ │ ├─┬ jsprim@1.2.2
│ │   │ │ │ │ ├── extsprintf@1.0.2
│ │   │ │ │ │ ├── json-schema@0.2.2
│ │   │ │ │ │ └── verror@1.3.6
│ │   │ │ │ └─┬ sshpk@1.7.1
│ │   │ │ │   ├── asn1@0.2.3
│ │   │ │ │   ├── assert-plus@0.2.0
│ │   │ │ │   ├─┬ dashdash@1.10.1
│ │   │ │ │   │ └── assert-plus@0.1.5
│ │   │ │ │   ├── ecc-jsbn@0.1.1
│ │   │ │ │   ├── jodid25519@1.0.2
│ │   │ │ │   ├── jsbn@0.1.0
│ │   │ │ │   └── tweetnacl@0.13.2
│ │   │ │ ├── is-typedarray@1.0.0
│ │   │ │ ├── isstream@0.1.2
│ │   │ │ ├── json-stringify-safe@5.0.1
│ │   │ │ ├─┬ mime-types@2.1.8
│ │   │ │ │ └── mime-db@1.20.0
│ │   │ │ ├── node-uuid@1.4.7
│ │   │ │ ├── oauth-sign@0.8.0
│ │   │ │ ├── qs@5.2.0
│ │   │ │ ├── stringstream@0.0.5
│ │   │ │ ├── tough-cookie@2.2.1
│ │   │ │ └── tunnel-agent@0.4.2
│ │   │ ├── retry@0.8.0
│ │   │ ├─┬ rimraf@2.4.4
│ │   │ │ └─┬ glob@5.0.15
│ │   │ │   ├─┬ inflight@1.0.4
│ │   │ │   │ └── wrappy@1.0.1
│ │   │ │   ├── inherits@2.0.1
│ │   │ │   └─┬ minimatch@3.0.0
│ │   │ │     └─┬ brace-expansion@1.1.2
│ │   │ │       ├── balanced-match@0.3.0
│ │   │ │       └── concat-map@0.0.1
│ │   │ └── slide@1.1.6
│ │   └── xtend@4.0.1
│ ├── path-is-absolute@1.0.0
│ ├─┬ rc@1.1.5
│ │ ├── deep-extend@0.4.0
│ │ ├── ini@1.3.4
│ │ ├── minimist@1.2.0
│ │ └── strip-json-comments@1.0.4
│ ├── semver@5.1.0
│ ├─┬ subcommand@2.0.3
│ │ ├── cliclopts@1.1.1
│ │ ├─┬ debug@2.2.0
│ │ │ └── ms@0.7.1
│ │ ├── minimist@1.2.0
│ │ └── xtend@4.0.1
│ └─┬ wreck@6.3.0
│   ├── boom@2.10.1
│   └── hoek@2.16.3
├─┬ nyc@5.5.0
│ ├── append-transform@0.2.2
│ ├─┬ foreground-child@1.3.5
│ │ ├─┬ cross-spawn-async@2.1.8
│ │ │ └─┬ lru-cache@4.0.0
│ │ │   ├── pseudomap@1.0.2
│ │ │   └── yallist@2.0.0
│ │ └─┬ which@1.2.4
│ │   └── isexe@1.1.1
│ ├── glob@6.0.4
│ ├─┬ istanbul@0.4.2
│ │ ├── abbrev@1.0.7
│ │ ├─┬ escodegen@1.7.1
│ │ │ ├── esprima@1.2.5
│ │ │ ├── estraverse@1.9.3
│ │ │ ├── optionator@0.5.0
│ │ │ └── source-map@0.2.0
│ │ ├── esprima@2.7.1
│ │ ├─┬ fileset@0.2.1
│ │ │ └── glob@5.0.15
│ │ ├── nopt@3.0.6
│ │ ├─┬ supports-color@3.1.2
│ │ │ └── has-flag@1.0.0
│ │ └── wordwrap@1.0.0
│ ├─┬ micromatch@2.1.6
│ │ ├─┬ arr-diff@1.1.0
│ │ │ └── array-slice@0.2.3
│ │ ├─┬ braces@1.8.3
│ │ │ ├─┬ expand-range@1.8.1
│ │ │ │ └─┬ fill-range@2.2.3
│ │ │ │   ├─┬ is-number@2.1.0
│ │ │ │   │ └── kind-of@3.0.2
│ │ │ │   ├─┬ isobject@2.0.0
│ │ │ │   │ └── isarray@0.0.1
│ │ │ │   └─┬ randomatic@1.1.5
│ │ │ │     └── kind-of@3.0.2
│ │ │ ├── preserve@0.2.0
│ │ │ └── repeat-element@1.1.2
│ │ ├── expand-brackets@0.1.4
│ │ ├── filename-regex@2.0.0
│ │ ├── is-glob@1.1.3
│ │ ├── kind-of@1.1.0
│ │ ├─┬ object.omit@0.2.1
│ │ │ ├─┬ for-own@0.1.3
│ │ │ │ └── for-in@0.1.4
│ │ │ └── isobject@0.2.0
│ │ ├─┬ parse-glob@3.0.4
│ │ │ ├── glob-base@0.3.0
│ │ │ └── is-dotfile@1.0.2
│ │ └─┬ regex-cache@0.4.2
│ │   ├── is-equal-shallow@0.1.3
│ │   └── is-primitive@2.0.0
│ ├── pkg-up@1.0.0
│ ├─┬ read-pkg@1.1.0
│ │ ├─┬ load-json-file@1.1.0
│ │ │ └─┬ parse-json@2.2.0
│ │ │   └─┬ error-ex@1.3.0
│ │ │     └── is-arrayish@0.2.1
│ │ └── path-type@1.1.0
│ ├── resolve-from@2.0.0
│ ├── rimraf@2.5.1
│ ├── signal-exit@2.1.2
│ └── spawn-wrap@1.1.1
├── pmm@1.3.0
└─┬ pre-commit@1.1.2
  ├─┬ cross-spawn@2.0.1
  │ └─┬ spawn-sync@1.0.13
  │   └── os-shim@0.1.3
  └─┬ which@1.1.2
    └─┬ is-absolute@0.1.7
      └── is-relative@0.1.3

=-=-=-=-=-=-=- You are almost done! -=-=-=-=-=-=-=

Travis:
Travis CI — continues integration for your npm package.
Setup travis-ci — https://travis-ci.org/

Greenkeeper:
Greenkeeper automates dependency updates.
Setup greenkeeper — http://greenkeeper.io/

C:\Users\kendaleiv\generator-np-test {git}
{lamb} npm run coverage

> generator-np-test@0.0.0 coverage C:\Users\kendaleiv\generator-np-test
> nyc --reporter=lcov --reporter=text --reporter=html npm test

> generator-np-test@0.0.0 test C:\Users\kendaleiv\generator-np-test
> ava

  1 passed

fs.js:584
  return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
                 ^

Error: ENOENT: no such file or directory, open 'C:\Users\kendaleiv\generator-np-test\src\lib\C:\Users\kendaleiv\generator-np-test\src\lib\index.js'
    at Error (native)
    at Object.fs.openSync (fs.js:584:18)
    at Object.fs.readFileSync (fs.js:431:33)
    at LookupStore.Store.mix.get (C:\Users\kendaleiv\generator-np-test\node_modules\istanbul\lib\store\fslookup.js:40:19)
    at HtmlReport.Report.mix.writeDetailPage (C:\Users\kendaleiv\generator-np-test\node_modules\istanbul\lib\report\html.js:411:67)
    at C:\Users\kendaleiv\generator-np-test\node_modules\istanbul\lib\report\html.js:489:26
    at SyncFileWriter.extend.writeFile (C:\Users\kendaleiv\generator-np-test\node_modules\istanbul\lib\util\file-writer.js:57:9)
    at FileWriter.extend.writeFile (C:\Users\kendaleiv\generator-np-test\node_modules\istanbul\lib\util\file-writer.js:147:23)
    at C:\Users\kendaleiv\generator-np-test\node_modules\istanbul\lib\report\html.js:488:24
    at Array.forEach (native)

npm ERR! Windows_NT 10.0.10586
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run" "coverage"
npm ERR! node v5.5.0
npm ERR! npm  v3.3.12
npm ERR! code ELIFECYCLE
npm ERR! generator-np-test@0.0.0 coverage: `nyc --reporter=lcov --reporter=text --reporter=html npm test`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the generator-np-test@0.0.0 coverage script 'nyc --reporter=lcov --reporter=text --reporter=html npm 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 generator-np-test package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     nyc --reporter=lcov --reporter=text --reporter=html npm test
npm ERR! You can get their info via:
npm ERR!     npm owner ls generator-np-test
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     C:\Users\kendaleiv\generator-np-test\npm-debug.log
d4rkr00t commented 8 years ago

Thanks, I'll take a look latter today.

kendaleiv commented 8 years ago

Using https://github.com/d4rkr00t/generator-np/commit/4eb1275e0557e55f30ec1ff6af2718145b26e6cb for reference fixed all the things for me. Thanks!

My fix-my-own-stuff PR is https://github.com/kendaleiv/ensure-oxford-commas/pull/4, if you're interested. Thanks for authoring and maintaining this generator!

d4rkr00t commented 8 years ago

Hi, thank you for interest, and glad to hear that generator is useful for you :)