Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Exit status 3221225725 since [email protected] #745

Closed
chalkygames123 opened this issue Mar 11, 2019 · 4 comments
Closed

Exit status 3221225725 since [email protected] #745

chalkygames123 opened this issue Mar 11, 2019 · 4 comments
Labels

Comments

@chalkygames123
Copy link

I have encountered an error after updating esm in my project chalkygames123/front-end-template@8e81153.

When running yarn styles command, somehow it fails with exit code 3221225725.

After some investigation, the issue narrowed down to esm.

It seems like some glitch has created in 3.2.9...3.2.10.

@dnalborczyk
Copy link
Contributor

@chalkygames123 thank you for the bug report!

have you tried to isolate the root of the problem, what might cause the failure. it's usually a better and faster way to get any help anywhere in the open source community. it's probably also less time consuming for you since you know your project best.

@jdalton
Copy link
Member

jdalton commented Mar 11, 2019

More info that error code indicates a stackoverflow issue:

Stack overflow / exhaustion. Error can indicate a bug in the executed software that causes stack overflow, leading to abnormal termination of the software.

It also appears in node-sass:
sass/node-sass#1861 and sass/node-sass#1863

Update:

Based on the node-sass issue I believe the problem is likely related to node-sass and that the update to esm just so happened to aggravate it (as any other dep update has the potential to do).

@chalkygames123
Copy link
Author

Thank you guys for the reply, and sorry for the invalid report. I'll dig into the issue.

@chalkygames123
Copy link
Author

For people coming to this issue, although the root of the problem is not clear, it seems fixed in v3.2.21 anyway.

At least node-sass does not exist in the dependencies, so it's not related.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

3 participants