-
-
Notifications
You must be signed in to change notification settings - Fork 271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Synchronous conditional normalization not supported sync normalizing" #2367
Comments
@adelespinasse if you can share a replication that would be great. That's really odd that it only happens sporadically. |
No luck so far on a simple replication. I tried simply importing the debug package, and also importing and using one that uses it (express). Is there any way to get more information about what is happening when the error occurs? The error message says what package it was working on, but nothing about what other package was importing it, for example. I found the |
Got it! Here's a repo: https://github.com/adelespinasse/jspm-syncnorm-bug
I just added all the packages in my big project that depend on I get the error pretty frequently. (I hope this isn't a Windows-only bug or something.) |
Fixed in systemjs/builder@19b73d4. |
Released in 0.17.0-beta.46. |
JSPM Version: 0.17.0-beta.45
Transpiler Plugin(s): babel
Details:
This error occurs intermittently when I compile a bundle with
jspm build --node
. I'm not sure what percentage of the time it happens, but it's very odd that it seems to be random. I can literally run the exact same command several times with no changes, and get the error on some runs and not others. If it was consistent, I might think it was a bug in the code being bundled, but as is I think it's probably jspm/SystemJS.I have no idea what the error message means. Other online references to it don't seem related.
The full output is:
I think it's always on package
npm:debug
when it crashes. It happens at least in versions 2.2.0 and 2.6.8 of that package.I first noticed this in jspm 0.17.0-beta.32, and for a while I thought that later versions didn't have this problem, but now I'm getting it in 0.17.0-beta.45.
I have not seen it happen when building for browsers (without --node flag), but I'm not sure if I have a dependency on npm:debug in those bundles.
I can try to create a minimal reproduction if that would be helpful. I'd start by making a simple project that does nothing but depend on npm:debug, but I'm not sure if that would do it.
The text was updated successfully, but these errors were encountered: