question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hi,

I’m trying to run a script with yarn run

<execution>
 <id>yarn run build</id>
  <goals>
   <goal>yarn</goal>
  </goals>
  <configuration>
  <arguments>run build</arguments>
  </configuration>
</execution>

But the process is stuck when running the script :

[INFO] yarn run v0.21.3
[INFO] $ ng build 

And then nothing.

When I manually run the command, it works fine.

I use :

  • Windows 7
  • maven 3.3.9
  • Java 7
  • Node v6.9.5
  • yarn v.0.21.3

It works fine if I use npm

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:24 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Chocantocommented, Aug 1, 2017

After updating from 1.3 to 1.5, this issue seems to be fixed. You can close it 😃

0reactions
Chocantocommented, Aug 1, 2017

Same issue with Win 7 Enterprise. Hangs on yarn run

Read more comments on GitHub >

github_iconTop Results From Across the Web

Running yarn start hangs the terminal : r/node - Reddit
My current solution is to just open up a new tab and then close the old one. Thanks in advance for this tiny...
Read more >
Yarn install hangs and never completes - CircleCI Discuss
Set the install command to - sleep 150 && yarn install; SSH into the node during build, stay in bash shell; Wait until...
Read more >
yarn is always stuck on sharp installation m1 mac os
I'm trying to install the packages of the project with yarn and it gets stuck on sharp. I tried to install libvips with...
Read more >
`yarn start` stuck on Ubuntu - Grafana Community
I seems when I run yarn start , the command gets stuck: ➜ grafana git:(main) yarn start SASS variable files generated Compiling message ......
Read more >
npm run watch command stuck - Laracasts
Try to remove your package-lock.json and node_modules and reinstall your modules again. Also try to use the "--verbose" flag to see more details....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found