Skip to content
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

yarn dev not working on v6.0.0-beta.1 #1250

Closed
n0n3br opened this issue Aug 1, 2020 · 2 comments
Closed

yarn dev not working on v6.0.0-beta.1 #1250

n0n3br opened this issue Aug 1, 2020 · 2 comments

Comments

@n0n3br
Copy link

n0n3br commented Aug 1, 2020

Version

6.0.0-beta.1

Browser and OS info

Chrome 84.0.4147.105 64 / MacOS High Sierra 10.13.6

Steps to reproduce

git clone https://github.com/vuejs/vue-devtools
cd vue-devtools
git checkout v6.0.0-beta.1
yarn install
yarn dev

What is expected?

When you access http://localhost:8100/ the demo app and the devtools should work

What is actually happening?

Demo app is working, but devtools not. The errors in console are as follow:

yarn run v1.22.4
$ cross-env PORT=8100 npm run dev:shell
npm WARN lifecycle The node binary used for scripts is /var/folders/hg/129pkmld4t37b3h1jntshgsr0000gn/T/yarn--1596323610815-0.1695615327220923/node but npm is using /usr/local/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with.

> vue-devtools@6.0.0-beta.1 dev:shell /Users/rogerioamorim/Projects/vue3/vue-devtools
> cd packages/shell-dev && webpack-dev-server --inline --hot --no-info

ℹ 「wds」: Project is running at http://localhost:8100/
ℹ 「wds」: webpack output is served from /build/
ℹ 「wds」: Content not from webpack is served from /Users/rogerioamorim/Projects/vue3/vue-devtools/packages/shell-dev


 ERROR  Failed to compile with 21 errors                                20:14:06

These dependencies were not found:

* @back in ../shell-host/src/backend.js
* @back/hook in ../shell-host/src/hook.js
* @utils/bridge in ../shell-host/src/devtools.js, ../shell-host/src/backend.js
* @utils/env in /Users/rogerioamorim/Projects/vue3/vue-devtools/node_modules/@vue-devtools/app-frontend/src/app.js, /Users/rogerioamorim/Projects/vue3/vue-devtools/node_modules/vue-loader/lib??vue-loader-options!/Users/rogerioamorim/Projects/vue3/vue-devtools/node_modules/@vue-devtools/app-frontend/src/features/connection/AppConnecting.vue?vue&type=script&lang=js& and 1 other
* @utils/shared-data in /Users/rogerioamorim/Projects/vue3/vue-devtools/node_modules/@vue-devtools/app-frontend/src/app.js, /Users/rogerioamorim/Projects/vue3/vue-devtools/node_modules/vue-loader/lib??vue-loader-options!/Users/rogerioamorim/Projects/vue3/vue-devtools/node_modules/@vue-devtools/app-frontend/src/features/components/ComponentTreeNode.vue?vue&type=script&lang=js&
* @utils/storage in /Users/rogerioamorim/Projects/vue3/vue-devtools/node_modules/@vue-devtools/app-frontend/src/index.js
* @utils/util in /Users/rogerioamorim/Projects/vue3/vue-devtools/node_modules/vue-loader/lib??vue-loader-options!/Users/rogerioamorim/Projects/vue3/vue-devtools/node_modules/@vue-devtools/app-frontend/src/features/components/ComponentTreeNode.vue?vue&type=script&lang=js&, /Users/rogerioamorim/Projects/vue3/vue-devtools/node_modules/vue-loader/lib??vue-loader-options!/Users/rogerioamorim/Projects/vue3/vue-devtools/node_modules/@vue-devtools/app-frontend/src/features/inspector/DataField.vue?vue&type=script&lang=js& and 3 others
* @vue-devtools/shared-utils in /Users/rogerioamorim/Projects/vue3/vue-devtools/node_modules/@vue-devtools/app-frontend/src/router.js, /Users/rogerioamorim/Projects/vue3/vue-devtools/node_modules/@vue-devtools/app-frontend/src/features/apps/index.js and 4 others

To install them, you can run: npm install --save @back @back/hook @utils/bridge @utils/env @utils/shared-data @utils/storage @utils/util @vue-devtools/shared-utils

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

3 participants