-
Notifications
You must be signed in to change notification settings - Fork 125
Support for Node 10 #27
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
Comments
@theimowski does the template nowadays generate node-10.x compatible solutions? |
I haven't tested it with node 10. Looks like its Yarn <-> node compatibility issue |
The problem stems from the |
Sure, that would be great. As long as the dependencies are still backwards-compatible, that's great. |
As far as I can tell they still are - unfortunately I'm currently experiencing problems with node 8.x LTS on my machine - I'll set up a VM tomorrow and verify it with this setup. |
I did yarn upgrade webpack Seems to fix the problem. |
The build is still failing out the box Perhaps we should add this as a first time build step in the readme? I worry this sort of thing puts newcomers off |
Ouch. Sorry - Didn't realise this is fixed. I'll accept that PR now! |
If you have Node 10.x build fails as below:
Error [email protected]: The engine "node" is incompatible with this module. Expected version ">=4 <=9".
error Found incompatible module
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Running build failed.
Error:
System.Exception: 'C:\Program Files (x86)\Yarn\bin\yarn.cmd install --frozen-lockfile' failed
at Microsoft.FSharp.Core.PrintfModule.PrintFormatToStringThenFail@1379.Invoke(String message)
at FSI_0005.Build.run(String cmd, String args, String workingDir) in D:\Projects\SAFE-Dojo-master\build.fsx:line 28
at [email protected](Unit _arg2) in D:\Projects\SAFE-Dojo-master\build.fsx:line 37
at Fake.TargetHelper.runSingleTarget(TargetTemplate`1 target) in D:\code\fake\src\app\FakeLib\TargetHelper.fs:line 626
The text was updated successfully, but these errors were encountered: