You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
According the [development setup] (https://github.com/vuejs/vue/blob/dev/.github/CONTRIBUTING.md#development-setup) I do the following:
npm install
npm test
On
npm run build -- vue.min.js && node test/e2e/runner.js "--env" "phantomjs"
stepI get error:
The text was updated successfully, but these errors were encountered: