Open hyperobject opened 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 .
Yes, npm versions 5.6.0 and 6.1.0
@rschamp @mzgoddard Any thoughts? Can you folks repro?
Expected Behavior
npm install
should fully install all dependencies needed for the scratch-gui repoActual Behavior
npm install
command freezes on thefetchMetadata
step. The last line printed before hanging indefinitely isfetchMetadata: sill pacote range manifest for longest@^1.0.1 fetched in 1064ms
. Runningyarn
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