LoginSignup
0
0

More than 5 years have passed since last update.

electron-quick-start が始まらない

Posted at

electron-quick-start の npm install が '... and 1 more' で止まる

electron-quick-start を公式docに従って始めようとしたら、npm install... and 1 more から動かなくなった

解決策

管理者権限で(powershell を開き) npm install を実行

環境

  • windows10
  • node version 10.15.2
  • npm version 6.4.1
  • vscode version 1.32.3

事象

公式docに従ってコマンドを叩いたら以下の状態から動かなくなった。

# Clone this repository
git clone https://github.com/electron/electron-quick-start
~~
# Go into the repository
cd electron-quick-start
# Install dependencies
npm install

> electron@4.0.7 postinstall E:\workspace\VSCode\electron-quick-start\node_modules\electron
> node install.js


... and 1 more

--verbose を使ってみたが

npm install --verbose
~~
npm info lifecycle extract-zip@1.6.7~postinstall: extract-zip@1.6.7
npm info lifecycle electron@4.0.7~postinstall: electron@4.0.7

> electron@4.0.7 postinstall E:\workspace\VSCode\electron-quick-start\node_modules\electron
> node install.js


... and 1 more

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0