scratchfoundation / scratch-gui

Graphical User Interface for creating and running Scratch 3.0 projects.
https://scratchfoundation.github.io/scratch-gui/develop/
BSD 3-Clause "New" or "Revised" License
4.46k stars 3.56k forks source link

npm install freezes on fetchMetadata step #2230

Open hyperobject opened 6 years ago

hyperobject commented 6 years ago

Expected Behavior

npm install should fully install all dependencies needed for the scratch-gui repo

Actual Behavior

npm install command freezes on the fetchMetadata step. The last line printed before hanging indefinitely is fetchMetadata: sill pacote range manifest for longest@^1.0.1 fetched in 1064ms. Running yarn does not hang, and successfully installs all dependencies.

Operating System and Software Version

macOS 10.13.4, npm versions 5.6.0 and 6.1.0

mzgoddard commented 6 years ago

Which version of npm is this? Is it the latest (v6)?

On Mon, Jun 4, 2018 at 9:32 AM Connor Hudson notifications@github.com wrote:

Expected Behavior

npm install should fully install all dependencies needed for the scratch-gui repo Actual Behavior

npm install command freezes on the fetchMetadata step. The last line printed before hanging indefinitely is fetchMetadata: sill pacote range manifest for longest@^1.0.1 fetched in 1064ms. Running yarn does not hang, and successfully installs all dependencies.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/LLK/scratch-gui/issues/2230, or mute the thread https://github.com/notifications/unsubscribe-auth/AAy3Ep4NsTR8dHNFfl8xqMdE8ydFsH9vks5t5TbrgaJpZM4UZGEO .

hyperobject commented 6 years ago

Yes, npm versions 5.6.0 and 6.1.0

thisandagain commented 6 years ago

@rschamp @mzgoddard Any thoughts? Can you folks repro?