We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think it should not install it again if it exists and is same version/range. Applies for global specifically.
I have verb and verb-generate-readme installed globally and have this front matter
verb
verb-generate-readme
--- install: global: [ "verbose/verb#dev", "verb-generate-readme" ] dependencies: ["lazy-cache"] devDependencies: [ "commitizen", "coveralls", "cz-conventional-changelog", "husky", "mukla", "nyc", "standard", "standard-version", "validate-commit-msg" ] --- // package.json ...
and outputs
[00:12:02] starting default:install task /home/charlike/.nvm/versions/node/v6.3.0/bin/verb -> /home/charlike/.nvm/versions/node/v6.3.0/lib/node_modules/verb/bin/verb.js /home/charlike/.nvm/versions/node/v6.3.0/lib ├─┬ [email protected] (git://github.com/verbose/verb.git#20f8a0d36e57a57a3b2faa7a6eea85e3aee4eaa0) │ ├─┬ [email protected] │ │ └─┬ [email protected] │ │ └─┬ [email protected] │ │ └── [email protected] (git://github.com/jonschlinkert/resolve-file.git#261082c95a5f407c43d82797c13bae3527462842) │ └─┬ [email protected] │ └─┬ [email protected] │ └─┬ [email protected] │ └─┬ [email protected] │ └── [email protected] (git://github.com/matthewmueller/date.git#a495343a3bf38546978dfecafedbc78b9bf87573) └─┬ [email protected] └─┬ [email protected] └─┬ [email protected] └─┬ [email protected] └─┬ [email protected] └── [email protected] (git://github.com/matthewmueller/date.git#a495343a3bf38546978dfecafedbc78b9bf87573)
with highlighted date.js
date.js
The text was updated successfully, but these errors were encountered:
Huh, I totally forgot we implemented global, nice.
global
I agree totally. That would be pretty frustrating, especially if it overwrote custom code. marking as a bug
Sorry, something went wrong.
No branches or pull requests
I think it should not install it again if it exists and is same version/range. Applies for global specifically.
I have
verb
andverb-generate-readme
installed globally and have this front matterand outputs
with highlighted
date.js
The text was updated successfully, but these errors were encountered: