Open pleverett opened 8 years ago
I went through the steps from the blog post to create a fable|>fuse application on a Windows machine.
When I ran the build using "build.bat", the following errors were displayed:
C:\Projects\F#\fable-fuse-test (fable-fuse-test@0.0.1) build.bat
fable --module=commonjs --outDir=../App/js/ src/fable-fuse-test.fsproj --coreLib ./fable-core.js --copyExt -w Start compilation... F# project contains errors:
Unexpected start of structured construct in definition. Expected '=' or other token.: L7 (fable-fuse-test.fs) Unexpected keyword 'let' or 'use' in implementation file: L8 (fable-fuse-test.fs)
I tried the same procedures in OSX and get the same errors when I ran "./build.sh".
It was working for me although please see #2
I went through the steps from the blog post to create a fable|>fuse application on a Windows machine.
When I ran the build using "build.bat", the following errors were displayed:
C:\Projects\F#\fable-fuse-test (fable-fuse-test@0.0.1)
build.bat
fable --module=commonjs --outDir=../App/js/ src/fable-fuse-test.fsproj --coreLib ./fable-core.js --copyExt -w
Start compilation...
F# project contains errors: