Skip to content

Build fails @vue/test-utils and chai should be in dependencies not in devdependencies #2918

New issue

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

Closed
ZelCloud opened this issue Nov 8, 2018 · 2 comments
Labels
needs reproduction This issue is missing a minimal runnable reproduction, provided by the author

Comments

@ZelCloud
Copy link

ZelCloud commented Nov 8, 2018

Version

3.1.1

Reproduction link

N/A

Node and OS info

Node 11.1.0 / Windows

Steps to reproduce

  1. run vue ui
  2. turn on all features
  3. turn on babel and class component style
  4. use sass css preprocessor
  5. use eslint airbnb
  6. turn on both lint options
  7. use mocha chai
  8. use nightwatch

What is expected?

build runs without errors

What is actually happening?

Build fails @vue/test-utils and chai should be in dependencies not in devdependencies , then gets stuck running completion hooks forever

@LinusBorg
Copy link
Member

@vue/test-utils and chai should be in dependencies not in devdependencies

Why? they are devDependencies.

Build fails

mocha doesn't run when running build, so how should this have any effect on your build? What's the erorr?

So: I can't follow your "reproduction".

@LinusBorg LinusBorg added the needs reproduction This issue is missing a minimal runnable reproduction, provided by the author label Nov 8, 2018
@haoqunjiang
Copy link
Member

Duplicate of #2554

😂But I forgot why I marked that issue as upstream

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs reproduction This issue is missing a minimal runnable reproduction, provided by the author
Projects
None yet
Development

No branches or pull requests

3 participants