zce / vue-devtools

An electron devtools extension for debugging Vue.js applications.
MIT License
61 stars 23 forks source link

Installing is broken with "cd: source: No such file or directory" #23

Closed SkyLeite closed 5 years ago

SkyLeite commented 5 years ago

Log:

[rodrigo@rodrigo-arch funkwhale-electron]$ yarn add vue-devtools
yarn add v1.17.3
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
error /home/rodrigo/Repos/funkwhale-electron/node_modules/vue-devtools: Command failed.
Exit code: 1
Command: yarn submodule
Arguments:
Directory: /home/rodrigo/Repos/funkwhale-electron/node_modules/vue-devtools
Output:
yarn run v1.17.3
$ git submodule init && git submodule update && cd source && yarn && cd ..
/bin/sh: line 0: cd: source: No such file or directory
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
[rodrigo@rodrigo-arch funkwhale-electron]$ yarn --version
1.17.3
[rodrigo@rodrigo-arch funkwhale-electron]$ npm --version
6.9.0
[rodrigo@rodrigo-arch funkwhale-electron]$ node --version
v12.1.0
[rodrigo@rodrigo-arch funkwhale-electron]$ uname -a
Linux rodrigo-arch 5.2.6-arch1-1-ARCH #1 SMP PREEMPT Sun Aug 4 14:58:49 UTC 2019 x86_64 GNU/Linux
zce commented 5 years ago

I have already received your question, I'll fix the issue now.