kazupon / vue-validator

:white_check_mark: Validator component for Vue.js
MIT License
2.19k stars 431 forks source link

npm install from dev branch fails #300

Closed lsbardel closed 7 years ago

lsbardel commented 7 years ago

I've added the dev branch to a package.json of one of my projects.

"vue-validator": "vuejs/vue-validator#dev"

but when I run npm install it fails because of the postinstall hook:

> vue-validator@3.0.0-alpha.1 postinstall .../node_modules/vue-validator
> cd docs && gitbook install && cd ..

sh: line 0: cd: docs: No such file or directory
lsbardel commented 7 years ago

always thanks people for reporting issues!