-
Notifications
You must be signed in to change notification settings - Fork 8
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
Error: (SystemJS) [BABEL] unknown: Unknown option: direct.0 #7
Comments
nope, we can't update babel-core since newer versions can only be run with JSPM 0.17. I cannot reproduce, did a |
I checked the difference between the definition of the To my surprise both versions actually load the same version Experiment 1Running my local copy ( Experiment 2Rebuilding (I hid the
I believe that I saw some of your interactions with a user (:point_up: January 30, 2017 4:57 AM), discussing Note that both experiments 1 and 2, are run with the same configuration files ( This strongly indicates the need to lock packages and maintain a list of such versions - once we debug this situation. It is also possible that versions of node and npm could affect this situation I am using node version v7.3.0 and npm 4.0.5 |
I guess we shouldn't pull packages from |
Yeah, unfortunately code-prettify does not have versions, but I believe JSPM supports commit hashes as well so that should work |
@Thanood writes
So, now, I am guessing that this comment references the line below
meaning that sometime ago Google changed this url. @JeroenVinke writes about My question is simple: what is the URL that I should be using? |
Hey guys, I'm having this error after updating my node version from v0.12.18 to v6.9.1. Any news about how to fix this ?? |
@NajiJzr if you can reproduce this in a project that you can share we can have a look |
@JeroenVinke you are likely aware of GitHub's strengthening the version support - this is a typical example:
As a person with sympathy for your workload, I am offering to do such cleanup - let me know if that is OK to do. |
Of course 😄 |
Running
gulp watch
results with@JeroenVinke: Googling for this message does not yield anything meaningful. Did you change the babel-core version recently? Why does this not happen to you?
The text was updated successfully, but these errors were encountered: