Skip to content

'npm test' command fails #4467

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
miherlosev opened this issue Dec 13, 2016 · 2 comments
Closed

'npm test' command fails #4467

miherlosev opened this issue Dec 13, 2016 · 2 comments

Comments

@miherlosev
Copy link

According the [development setup] (https://github.com/vuejs/vue/blob/dev/.github/CONTRIBUTING.md#development-setup) I do the following:

  • clone vue repository
  • npm install
  • npm test

On npm run build -- vue.min.js && node test/e2e/runner.js "--env" "phantomjs" step
I get error:

[email protected] test:e2e C:\vue_github
> npm run build -- vue.min.js && node test/e2e/runner.js "--env" "phantomjs"


> [email protected] build C:\vue_github
> node build/build.js "vue.min.js"

Error: Could not load C:\vue_github\src\core/index (imported by C:\vue_github\src\entries\web-runtime.js): ENOENT: no such file or directory, open 'C:\vue_github\src\core\index'
    at C:\vue_github\node_modules\rollup\dist\rollup.js:8833:10
    at process._tickCallback (internal/process/next_tick.js:103:7)
    at Module.runMain (module.js:606:11)
    at run (bootstrap_node.js:394:7)
    at startup (bootstrap_node.js:149:9)
    at bootstrap_node.js:509:3
Starting selenium server... started - PID:  10820

[Commits] Test Suite
========================

Running:  commits

@fnlctrl
Copy link
Member

fnlctrl commented Dec 13, 2016

Duplicate of #4338

Closing since the source of the issue is in a dependency, and is not a bug in the framework itself.

@fnlctrl fnlctrl closed this as completed Dec 13, 2016
@miherlosev
Copy link
Author

Ok.
If it is possible, update dependency to version without this bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants