yarnpkg/yarn

yarn install fails on checkpoint scripts

Open

#5.453 geöffnet am 5. März 2018

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (1 zugewiesene Person)JavaScript (2.731 Forks)batch import
cat-bugcat-compatibilityhelp wantedtriaged

Repository-Metriken

Stars
 (41.514 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Do you want to request a feature or report a bug?

It's a bug.

What is the current behavior? Attempting to install a package with an install checkpoint script (accepting terms and conditions) halts yarn install execution.

Package on npm: @squarespace/server
Succeeds with npm install: yes Tested: yes, with a single package in package.json this still fails

If the current behavior is a bug, please provide the steps to reproduce.

  • create a package.json file with single dependancy: "@squarespace/server": "^1.1.2"
  • run yarn install

What is the expected behavior? halt install and wait for the checkpoint script to successfully execute (exit)

Please mention your node.js, yarn and operating system version. node 9.3.0 yarn 1.5.1 osx 10.13.3

Contributor Guide