-
-
Notifications
You must be signed in to change notification settings - Fork 344
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
Fix @babel/preset-stage-0 version #1844
Conversation
Since this won't happen for poi's If you use npm >= 5, it will install what the |
Anyway, this change should be made when upgrading |
I have npm 6.1.0, so on current HEAD with
it gives me that error
|
Please provide the result of running |
Was |
If you simply run As I've stated before, we'll add this option when upgrading |
Well I simply run |
@KagamiChan can I make a PR for yarn maybe? It should be more well behaved. |
@gakada I'm also using npm@6.1 but I can't reproduce your case. Even though there're many changes in How about removing On yarn.lock, I don't think we could make it. It is nearly impossible to keep syncing both lock files. We chose to use npm's lock file because we use npm to install plugins and have not switched to yarn before. |
My bad, I think my global npm configuration was modified, as after deleting all relevant folders and reinstalling npm it is now installing the right version. |
Btw (on Linux) when it was (basically) ignoring
With
it is ok. |
Which looks like something for |
This seems to be incompatibility of gulp, would you like to make a PR? |
From this issue (current HEAD)
then after
it is
with |
A simpler way is to delete I've made #1847, which is now blocked |
That is to prevent this error during
npm run deploy
.