Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ScottHutchinson/b89437e6d4334d9cf836c112262f1728 to your computer and use it in GitHub Desktop.
Save ScottHutchinson/b89437e6d4334d9cf836c112262f1728 to your computer and use it in GitHub Desktop.
tabula-rasa build errors.txt
Paket version 5.174.5
The last restore is still up to date. Nothing left to do.
Performance:
- Runtime: 115 milliseconds
Building project with version: LocalBuild
Shortened DependencyGraph for Target Watch:
<== Watch
<== DotnetRestore
<== Clean
<== NpmInstall
The running order is:
- Clean
- NpmInstall
- DotnetRestore
- Watch
Running build with 1 worker
Starting Target: Clean
Deleting contents of Server\bin
Deleting contents of Server\obj
Deleting contents of Server.Tests\bin
Deleting contents of Server.Tests\obj
Deleting contents of Client\src\bin
Deleting contents of Client\src\obj
Finished Target: Clean
Starting Target: NpmInstall (==> Clean, Clean, Clean)
CWD: Client
cmd /C yarn install
yarn install v1.7.0
[1/4] Resolving packages...
success Already up-to-date.
Done in 0.92s.
Finished Target: NpmInstall
Starting Target: DotnetRestore (==> Clean, NpmInstall, NpmInstall, NpmInstall)
CWD: Server
cmd /C dotnet restore --no-cache
Paket version 5.174.5
The last restore is still up to date. Nothing left to do.
Performance:
- Runtime: 147 milliseconds
Paket version 5.174.5
Starting restore process.
Performance:
- Disk IO: 31 milliseconds
- Runtime: 8 seconds
Restoring packages for c:\Users\scott\source\repos\tabula-rasa\Server\TabulaRasa.Server.fsproj...
Restoring packages for c:\Users\scott\source\repos\tabula-rasa\Server\TabulaRasa.Server.fsproj...
Restore completed in 270.01 ms for c:\Users\scott\source\repos\tabula-rasa\Server\TabulaRasa.Server.fsproj.
Generating MSBuild file c:\Users\scott\source\repos\tabula-rasa\Server\obj\TabulaRasa.Server.fsproj.nuget.g.props.
Generating MSBuild file c:\Users\scott\source\repos\tabula-rasa\Server\obj\TabulaRasa.Server.fsproj.nuget.g.targets.
Restore completed in 750.14 ms for c:\Users\scott\source\repos\tabula-rasa\Server\TabulaRasa.Server.fsproj.
CWD: Server.Tests
cmd /C dotnet restore --no-cache
C:\Program Files\dotnet\sdk\2.1.302\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ObsoleteReferences.targets(33,5): warning : The tool 'Microsoft.DotNet.Watcher.Tools' is now included in the .NET Core SDK. Information on resolving this warning is available at (https://aka.ms/dotnetclitools-in-box). [c:\Users\scott\source\repos\tabula-rasa\Server\TabulaRasa.Server.fsproj]
Paket version 5.174.5
The last restore is still up to date. Nothing left to do.
Performance:
- Runtime: 159 milliseconds
Paket version 5.174.5
Starting restore process.
Performance:
- Disk IO: 41 milliseconds
- Runtime: 2 seconds
Restoring packages for c:\Users\scott\source\repos\tabula-rasa\Server\TabulaRasa.Server.fsproj...
Restoring packages for c:\Users\scott\source\repos\tabula-rasa\Server\TabulaRasa.Server.fsproj...
Restoring packages for c:\Users\scott\source\repos\tabula-rasa\Server.Tests\Server.Tests.fsproj...
Restore completed in 244.45 ms for c:\Users\scott\source\repos\tabula-rasa\Server\TabulaRasa.Server.fsproj.
Restore completed in 508.26 ms for c:\Users\scott\source\repos\tabula-rasa\Server\TabulaRasa.Server.fsproj.
Generating MSBuild file c:\Users\scott\source\repos\tabula-rasa\Server.Tests\obj\Server.Tests.fsproj.nuget.g.props.
Generating MSBuild file c:\Users\scott\source\repos\tabula-rasa\Server.Tests\obj\Server.Tests.fsproj.nuget.g.targets.
Restore completed in 775.92 ms for c:\Users\scott\source\repos\tabula-rasa\Server.Tests\Server.Tests.fsproj.
CWD: Client\src
cmd /C dotnet restore --no-cache
Paket version 5.174.5
The last restore is still up to date. Nothing left to do.
Performance:
- Runtime: 193 milliseconds
Paket version 5.174.5
Starting restore process.
Performance:
- Disk IO: 9 milliseconds
- Runtime: 6 seconds
Restoring packages for c:\Users\scott\source\repos\tabula-rasa\Client\src\TabulaRasa.Client.fsproj...
Restoring packages for c:\Users\scott\source\repos\tabula-rasa\Client\src\TabulaRasa.Client.fsproj...
Generating MSBuild file c:\Users\scott\source\repos\tabula-rasa\Client\src\obj\TabulaRasa.Client.fsproj.nuget.g.props.
Generating MSBuild file c:\Users\scott\source\repos\tabula-rasa\Client\src\obj\TabulaRasa.Client.fsproj.nuget.g.targets.
Restore completed in 707.04 ms for c:\Users\scott\source\repos\tabula-rasa\Client\src\TabulaRasa.Client.fsproj.
Restore completed in 730.26 ms for c:\Users\scott\source\repos\tabula-rasa\Client\src\TabulaRasa.Client.fsproj.
Finished Target: DotnetRestore
Starting Target: Watch (==> DotnetRestore)
CWD: Server
CWD: Client\src
cmd /C dotnet fable npm-run start
cmd /C dotnet watch run
Fable (1.3.17) daemon started on port 61225
CWD: c:\Users\scott\source\repos\tabula-rasa\Client
cmd /C npm run start
watch : Started
C:\Program Files\dotnet\sdk\2.1.302\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ObsoleteReferences.targets(33,5): warning : The tool 'Microsoft.DotNet.Watcher.Tools' is now included in the .NET Core SDK. Information on resolving this warning is available at (https://aka.ms/dotnetclitools-in-box). [c:\Users\scott\source\repos\tabula-rasa\Server\TabulaRasa.Server.fsproj]
> tabula-rasa@1.0.0 start c:\Users\scott\source\repos\tabula-rasa\Client
> webpack-dev-server
C:\Program Files\dotnet\sdk\2.1.302\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ObsoleteReferences.targets(33,5): warning : The tool 'Microsoft.DotNet.Watcher.Tools' is now included in the .NET Core SDK. Information on resolving this warning is available at (https://aka.ms/dotnetclitools-in-box). [c:\Users\scott\source\repos\tabula-rasa\Server\TabulaRasa.Server.fsproj]
Bundling for development...
Project is running at http://localhost:8090/
webpack output is served from /
Content not from webpack is served from c:\Users\scott\source\repos\tabula-rasa\Client\public
Parsing ./TabulaRasa.Client.fsproj...
E:\A\_work\80\s\src\fsharp\FSharp.Core\async.fsi(450,16): warning FS0073: internal error: CodeGen check: type checking did not quantify the
correct number of type variables for this method, #parentTypars = 1, #ctps = 1, #mtps = 0, #thisArgTys = 2 [c:\Users\scott\source\repos\tabula-rasa\Server\TabulaRasa.Server.fsproj]
Using data folder: C:\Users\scott\AppData\Roaming\tabula-rasa
Client directory: c:\Users\scott\source\repos\tabula-rasa\dist\client
Type Shared.RemoteClientMsg registered
Type WebApp.ServerMsg registered
[21:29:21 INF] Smooth! Suave listener started in 81.885ms with binding 127.0.0.1:8080
fable: Compiled src\TabulaRasa.Client.fsproj
fable: Compiled src\Program.fs
fable: Compiled src\App\Types.fs
fable: Compiled src\App\State.fs
fable: Compiled src\App\View.fs
fable: Compiled ..\..\..\..\.nuget\packages\fable.elmish.debugger\1.0.1\fable\debugger.fs
fable: Compiled ..\..\..\..\.nuget\packages\elmish.bridge.client\1.0.0-rc\fable\Library.fs
fable: Compiled ..\..\..\..\.nuget\packages\fable.elmish.hmr\1.0.0\fable\hmr.fs
fable: Compiled ..\Shared\Types.fs
fable: Compiled ..\..\..\..\.nuget\packages\fable.elmish\1.0.3\fable\program.fs
fable: Compiled ..\..\..\..\.nuget\packages\fable.elmish.react\1.0.3\fable\react.fs
fable: Compiled ..\..\..\..\.nuget\packages\fable.elmish\1.0.3\fable\cmd.fs
[21:29:34 INF] GET Request at /sockjs-node/info?t=1532579373712
[21:29:34 INF] Passing through logger WebPart
fable: Compiled src\App\Posts\View.fs
fable: Compiled src\App\Posts\State.fs
fable: Compiled src\App\Admin\View.fs
fable: Compiled src\App\Admin\State.fs
fable: Compiled src\Elmish.Toastr.fs
fable: Compiled src\App\Http.fs
fable: Compiled src\App\Posts\Types.fs
fable: Compiled src\App\Urls.fs
fable: Compiled src\App\Admin\Types.fs
fable: Compiled src\Components\React.Marked.fs
fable: Compiled src\App\Admin\Backoffice\EditArticle\Types.fs
fable: Compiled src\Components\Common.fs
fable: Compiled src\Components\React.Responsive.fs
fable: Compiled ..\..\..\..\.nuget\packages\fable.elmish.react\1.0.3\fable\common.fs
fable: Compiled src\App\About\View.fs
fable: Compiled src\App\Admin\Backoffice\Drafts\Types.fs
fable: Compiled src\App\Admin\Backoffice\Settings\Types.fs
fable: Compiled src\App\Admin\Backoffice\PublishedPosts\Types.fs
fable: Compiled src\App\Admin\Backoffice\Types.fs
fable: Compiled ..\..\..\..\.nuget\packages\fable.elmish.debugger\1.0.1\fable\Fable.Import.RemoteDev.fs
fable: Compiled ..\..\..\..\.nuget\packages\fable.elmish\1.0.3\fable\prelude.fs
fable: Compiled ..\..\..\..\.nuget\packages\fable.react\3.1.4\fable\Fable.Helpers.React.fs
fable: Compiled src\Components\React.EventTimeline.fs
fable: Compiled src\App\Posts\Http.fs
fable: Compiled src\Components\SweetAlert2.fs
fable: Compiled src\Server.fs
fable: Compiled src\App\Admin\Login\Types.fs
fable: Compiled src\App\Admin\Login\State.fs
fable: Compiled src\App\Admin\Backoffice\State.fs
fable: Compiled src\App\Admin\Backoffice\View.fs
fable: Compiled src\App\Admin\Login\View.fs
fable: Compiled src\App\Admin\Backoffice\NewArticle\Types.fs
fable: Compiled src\App\Admin\Login\Http.fs
fable: Compiled src\App\Admin\Backoffice\EditArticle\State.fs
fable: Compiled ..\..\..\..\.nuget\packages\fable.remoting.client\3.2.0\fable\Remoting.fs
fable: Compiled src\App\Admin\Backoffice\PublishedPosts\State.fs
fable: Compiled src\App\Admin\Backoffice\NewArticle\State.fs
fable: Compiled src\App\Admin\Backoffice\Settings\View.fs
fable: Compiled src\App\Admin\Backoffice\EditArticle\View.fs
fable: Compiled src\App\Admin\Backoffice\PublishedPosts\View.fs
fable: Compiled src\App\Admin\Backoffice\NewArticle\View.fs
fable: Compiled src\App\Admin\Backoffice\Settings\State.fs
fable: Compiled src\App\Admin\Backoffice\Drafts\View.fs
fable: Compiled src\App\Admin\Backoffice\Drafts\State.fs
fable: Compiled ..\..\..\..\.nuget\packages\fable.remoting.client\3.2.0\fable\Proxy.fs
fable: Compiled ..\..\..\..\.nuget\packages\fable.remoting.client\3.2.0\fable\Types.fs
fable: Compiled src\Components\React.Select.fs
fable: Compiled ..\..\..\..\.nuget\packages\fable.powerpack\1.5.1\fable\src\Promise.fs
fable: Compiled ..\..\..\..\.nuget\packages\fable.powerpack\1.5.1\fable\src\Fetch.fs
Hash: 6d1e7cfc3c7b4e7bf359
Version: webpack 3.12.0
Time: 25740ms
Asset Size Chunks Chunk Names
bundle.js 3.73 MB 0 [emitted] [big] main
bundle.js.map 3.9 MB 0 [emitted] main
[../../../../.nuget/packages/fable.core/1.3.17/fable-core/Option.js] C:/Users/scott/.nuget/packages/fable.core/1.3.17/fable-core/Option.js 1.79 kB {0} [built]
[./node_modules/loglevel/lib/loglevel.js] ./node_modules/loglevel/lib/loglevel.js 7.86 kB {0} [built]
[./node_modules/strip-ansi/index.js] ./node_modules/strip-ansi/index.js 161 bytes {0} [built]
[./node_modules/url/url.js] ./node_modules/url/url.js 23.3 kB {0} [built]
[./node_modules/webpack-dev-server/client/index.js?http://localhost:8090] (webpack)-dev-server/client?http://localhost:8090 7.93 kB {0} [built]
[./node_modules/webpack-dev-server/client/overlay.js] (webpack)-dev-server/client/overlay.js 3.67 kB {0} [built]
[./node_modules/webpack-dev-server/client/socket.js] (webpack)-dev-server/client/socket.js 1.08 kB {0} [built]
[./node_modules/webpack/hot ^\.\/log$] (webpack)/hot nonrecursive ^\.\/log$ 170 bytes {0} [built]
[./node_modules/webpack/hot/dev-server.js] (webpack)/hot/dev-server.js 1.61 kB {0} [built]
[./node_modules/webpack/hot/emitter.js] (webpack)/hot/emitter.js 77 bytes {0} [built]
[./node_modules/webpack/hot/log-apply-result.js] (webpack)/hot/log-apply-result.js 1.31 kB {0} [built]
[./node_modules/webpack/hot/log.js] (webpack)/hot/log.js 1.04 kB {0} [built]
[./src/Program.fs] ./src/Program.fs 4.35 kB {0} [built]
[0] multi (webpack)-dev-server/client?http://localhost:8090 webpack/hot/dev-server ./src/TabulaRasa.Client.fsproj 52 bytes {0} [built]
[./src/TabulaRasa.Client.fsproj] ./src/TabulaRasa.Client.fsproj 29 bytes {0} [built]
+ 629 hidden modules
ERROR in ./node_modules/css-loader!./node_modules/sass-loader/lib/loader.js!./sass/app.sass
Module build failed: Error: Cannot find module 'node-sass'
at Function.Module._resolveFilename (module.js:547:15)
at Function.Module._load (module.js:474:25)
at Module.require (module.js:596:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (c:\Users\scott\source\repos\tabula-rasa\Client\node_modules\sass-loader\lib\loader.js:3:14)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
@ ./sass/app.sass 4:14-115 18:2-22:4 19:20-121
@ ./src/Program.fs
@ ./src/TabulaRasa.Client.fsproj
@ multi (webpack)-dev-server/client?http://localhost:8090 webpack/hot/dev-server ./src/TabulaRasa.Client.fsproj
ERROR in ./node_modules/css-loader!./node_modules/sass-loader/lib/loader.js!./sass/spinner.css
Module build failed: Error: Cannot find module 'node-sass'
at Function.Module._resolveFilename (module.js:547:15)
at Function.Module._load (module.js:474:25)
at Module.require (module.js:596:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (c:\Users\scott\source\repos\tabula-rasa\Client\node_modules\sass-loader\lib\loader.js:3:14)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
@ ./sass/spinner.css 4:14-118 18:2-22:4 19:20-124
@ ./src/Program.fs
@ ./src/TabulaRasa.Client.fsproj
@ multi (webpack)-dev-server/client?http://localhost:8090 webpack/hot/dev-server ./src/TabulaRasa.Client.fsproj
ERROR in ./node_modules/css-loader!./node_modules/sass-loader/lib/loader.js!./node_modules/toastr/build/toastr.min.css
Module build failed: Error: Cannot find module 'node-sass'
at Function.Module._resolveFilename (module.js:547:15)
at Function.Module._load (module.js:474:25)
at Module.require (module.js:596:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (c:\Users\scott\source\repos\tabula-rasa\Client\node_modules\sass-loader\lib\loader.js:3:14)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
@ ./node_modules/toastr/build/toastr.min.css 4:14-101 18:2-22:4 19:20-107
@ ./src/Elmish.Toastr.fs
@ ./src/App/State.fs
@ ./src/Program.fs
@ ./src/TabulaRasa.Client.fsproj
@ multi (webpack)-dev-server/client?http://localhost:8090 webpack/hot/dev-server ./src/TabulaRasa.Client.fsproj
ERROR in ./node_modules/css-loader!./node_modules/sass-loader/lib/loader.js!./node_modules/react-select/dist/react-select.css
Module build failed: Error: Cannot find module 'node-sass'
at Function.Module._resolveFilename (module.js:547:15)
at Function.Module._load (module.js:474:25)
at Module.require (module.js:596:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (c:\Users\scott\source\repos\tabula-rasa\Client\node_modules\sass-loader\lib\loader.js:3:14)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
Paket version 5.174.5
The last restore is still up to date. Nothing left to do.
Performance:
- Runtime: 119 milliseconds
Building project with version: LocalBuild
Shortened DependencyGraph for Target Watch:
<== Watch
<== DotnetRestore
<== Clean
<== NpmInstall
The running order is:
- Clean
- NpmInstall
- DotnetRestore
- Watch
Running build with 1 worker
Starting Target: Clean
Deleting contents of Server\bin
Deleting contents of Server\obj
Deleting contents of Server.Tests\bin
Deleting contents of Server.Tests\obj
Deleting contents of Client\src\bin
Deleting contents of Client\src\obj
Finished Target: Clean
Starting Target: NpmInstall (==> Clean, Clean, Clean)
CWD: Client
cmd /C yarn install
yarn install v1.7.0
[1/4] Resolving packages...
success Already up-to-date.
Done in 0.84s.
Finished Target: NpmInstall
Starting Target: DotnetRestore (==> Clean, NpmInstall, NpmInstall, NpmInstall)
CWD: Server
cmd /C dotnet restore --no-cache
Paket version 5.174.5
The last restore is still up to date. Nothing left to do.
Performance:
- Runtime: 144 milliseconds
Paket version 5.174.5
Starting restore process.
Performance:
- Disk IO: 9 milliseconds
- Runtime: 8 seconds
Restoring packages for c:\Users\scott\source\repos\tabula-rasa\Server\TabulaRasa.Server.fsproj...
Restoring packages for c:\Users\scott\source\repos\tabula-rasa\Server\TabulaRasa.Server.fsproj...
Restore completed in 280.2 ms for c:\Users\scott\source\repos\tabula-rasa\Server\TabulaRasa.Server.fsproj.
Generating MSBuild file c:\Users\scott\source\repos\tabula-rasa\Server\obj\TabulaRasa.Server.fsproj.nuget.g.props.
Generating MSBuild file c:\Users\scott\source\repos\tabula-rasa\Server\obj\TabulaRasa.Server.fsproj.nuget.g.targets.
Restore completed in 876.55 ms for c:\Users\scott\source\repos\tabula-rasa\Server\TabulaRasa.Server.fsproj.
CWD: Server.Tests
cmd /C dotnet restore --no-cache
C:\Program Files\dotnet\sdk\2.1.302\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ObsoleteReferences.targets(33,5): warning : The tool 'Microsoft.DotNet.Watcher.Tools' is now included in the .NET Core SDK. Information on resolving this warning is available at (https://aka.ms/dotnetclitools-in-box). [c:\Users\scott\source\repos\tabula-rasa\Server\TabulaRasa.Server.fsproj]
Paket version 5.174.5
The last restore is still up to date. Nothing left to do.
Performance:
- Runtime: 151 milliseconds
Paket version 5.174.5
Starting restore process.
Performance:
- Disk IO: 34 milliseconds
- Runtime: 2 seconds
Restoring packages for c:\Users\scott\source\repos\tabula-rasa\Server\TabulaRasa.Server.fsproj...
Restoring packages for c:\Users\scott\source\repos\tabula-rasa\Server\TabulaRasa.Server.fsproj...
Restoring packages for c:\Users\scott\source\repos\tabula-rasa\Server.Tests\Server.Tests.fsproj...
Restore completed in 261.11 ms for c:\Users\scott\source\repos\tabula-rasa\Server\TabulaRasa.Server.fsproj.
Restore completed in 541.22 ms for c:\Users\scott\source\repos\tabula-rasa\Server\TabulaRasa.Server.fsproj.
Generating MSBuild file c:\Users\scott\source\repos\tabula-rasa\Server.Tests\obj\Server.Tests.fsproj.nuget.g.props.
Generating MSBuild file c:\Users\scott\source\repos\tabula-rasa\Server.Tests\obj\Server.Tests.fsproj.nuget.g.targets.
Restore completed in 793.03 ms for c:\Users\scott\source\repos\tabula-rasa\Server.Tests\Server.Tests.fsproj.
CWD: Client\src
cmd /C dotnet restore --no-cache
Paket version 5.174.5
The last restore is still up to date. Nothing left to do.
Performance:
- Runtime: 195 milliseconds
Paket version 5.174.5
Starting restore process.
Performance:
- Disk IO: 14 milliseconds
- Runtime: 6 seconds
Restoring packages for c:\Users\scott\source\repos\tabula-rasa\Client\src\TabulaRasa.Client.fsproj...
Restoring packages for c:\Users\scott\source\repos\tabula-rasa\Client\src\TabulaRasa.Client.fsproj...
Generating MSBuild file c:\Users\scott\source\repos\tabula-rasa\Client\src\obj\TabulaRasa.Client.fsproj.nuget.g.props.
Generating MSBuild file c:\Users\scott\source\repos\tabula-rasa\Client\src\obj\TabulaRasa.Client.fsproj.nuget.g.targets.
Restore completed in 682.89 ms for c:\Users\scott\source\repos\tabula-rasa\Client\src\TabulaRasa.Client.fsproj.
Restore completed in 705.04 ms for c:\Users\scott\source\repos\tabula-rasa\Client\src\TabulaRasa.Client.fsproj.
Finished Target: DotnetRestore
Starting Target: Watch (==> DotnetRestore)
CWD: Server
CWD: Client\src
cmd /C dotnet fable npm-run start
cmd /C dotnet watch run
Fable (1.3.17) daemon started on port 61225
CWD: c:\Users\scott\source\repos\tabula-rasa\Client
cmd /C npm run start
watch : Started
C:\Program Files\dotnet\sdk\2.1.302\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ObsoleteReferences.targets(33,5): warning : The tool 'Microsoft.DotNet.Watcher.Tools' is now included in the .NET Core SDK. Information on resolving this warning is available at (https://aka.ms/dotnetclitools-in-box). [c:\Users\scott\source\repos\tabula-rasa\Server\TabulaRasa.Server.fsproj]
> tabula-rasa@1.0.0 start c:\Users\scott\source\repos\tabula-rasa\Client
> webpack-dev-server
C:\Program Files\dotnet\sdk\2.1.302\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ObsoleteReferences.targets(33,5): warning : The tool 'Microsoft.DotNet.Watcher.Tools' is now included in the .NET Core SDK. Information on resolving this warning is available at (https://aka.ms/dotnetclitools-in-box). [c:\Users\scott\source\repos\tabula-rasa\Server\TabulaRasa.Server.fsproj]
Bundling for development...
Project is running at http://localhost:8090/
webpack output is served from /
Content not from webpack is served from c:\Users\scott\source\repos\tabula-rasa\Client\public
Parsing ./TabulaRasa.Client.fsproj...
E:\A\_work\80\s\src\fsharp\FSharp.Core\async.fsi(450,16): warning FS0073: internal error: CodeGen check: type checking did not quantify the
correct number of type variables for this method, #parentTypars = 1, #ctps = 1, #mtps = 0, #thisArgTys = 2 [c:\Users\scott\source\repos\tabula-rasa\Server\TabulaRasa.Server.fsproj]
Using data folder: C:\Users\scott\AppData\Roaming\tabula-rasa
Client directory: c:\Users\scott\source\repos\tabula-rasa\dist\client
Type Shared.RemoteClientMsg registered
Type WebApp.ServerMsg registered
[21:32:46 INF] Smooth! Suave listener started in 123.053ms with binding 127.0.0.1:8080
[21:32:54 INF] GET Request at /sockjs-node/info?t=1532579573725
[21:32:54 INF] Passing through logger WebPart
fable: Compiled src\TabulaRasa.Client.fsproj
fable: Compiled src\Program.fs
fable: Compiled src\App\Types.fs
fable: Compiled src\App\State.fs
fable: Compiled ..\..\..\..\.nuget\packages\fable.elmish.debugger\1.0.1\fable\debugger.fs
fable: Compiled ..\..\..\..\.nuget\packages\elmish.bridge.client\1.0.0-rc\fable\Library.fs
fable: Compiled src\App\View.fs
fable: Compiled ..\..\..\..\.nuget\packages\fable.elmish.hmr\1.0.0\fable\hmr.fs
fable: Compiled ..\Shared\Types.fs
fable: Compiled ..\..\..\..\.nuget\packages\fable.elmish.react\1.0.3\fable\react.fs
fable: Compiled ..\..\..\..\.nuget\packages\fable.elmish\1.0.3\fable\program.fs
fable: Compiled ..\..\..\..\.nuget\packages\fable.elmish\1.0.3\fable\cmd.fs
fable: Compiled src\App\Http.fs
fable: Compiled src\App\Urls.fs
fable: Compiled src\Elmish.Toastr.fs
fable: Compiled ..\..\..\..\.nuget\packages\fable.elmish.debugger\1.0.1\fable\Fable.Import.RemoteDev.fs
fable: Compiled ..\..\..\..\.nuget\packages\fable.elmish\1.0.3\fable\prelude.fs
fable: Compiled src\App\Posts\View.fs
fable: Compiled src\Components\React.Responsive.fs
fable: Compiled src\App\Posts\State.fs
fable: Compiled ..\..\..\..\.nuget\packages\fable.elmish.react\1.0.3\fable\common.fs
fable: Compiled src\Components\Common.fs
fable: Compiled src\Components\React.Marked.fs
fable: Compiled src\App\About\View.fs
fable: Compiled src\App\Admin\Backoffice\EditArticle\Types.fs
fable: Compiled src\App\Admin\Backoffice\Settings\Types.fs
fable: Compiled src\App\Admin\Backoffice\PublishedPosts\Types.fs
fable: Compiled src\App\Admin\Backoffice\Drafts\Types.fs
fable: Compiled src\App\Admin\Backoffice\Types.fs
fable: Compiled src\App\Admin\State.fs
fable: Compiled src\App\Admin\View.fs
fable: Compiled src\App\Admin\Types.fs
fable: Compiled src\App\Posts\Types.fs
fable: Compiled ..\..\..\..\.nuget\packages\fable.react\3.1.4\fable\Fable.Helpers.React.fs
fable: Compiled src\Server.fs
fable: Compiled src\Components\React.EventTimeline.fs
fable: Compiled src\App\Posts\Http.fs
fable: Compiled src\Components\SweetAlert2.fs
fable: Compiled src\App\Admin\Login\State.fs
fable: Compiled src\App\Admin\Login\Types.fs
fable: Compiled src\App\Admin\Backoffice\State.fs
fable: Compiled src\App\Admin\Backoffice\View.fs
fable: Compiled src\App\Admin\Backoffice\NewArticle\Types.fs
fable: Compiled src\App\Admin\Login\View.fs
fable: Compiled ..\..\..\..\.nuget\packages\fable.remoting.client\3.2.0\fable\Remoting.fs
fable: Compiled src\App\Admin\Login\Http.fs
fable: Compiled src\App\Admin\Backoffice\EditArticle\State.fs
fable: Compiled src\App\Admin\Backoffice\PublishedPosts\State.fs
fable: Compiled src\App\Admin\Backoffice\Drafts\State.fs
fable: Compiled src\App\Admin\Backoffice\NewArticle\State.fs
fable: Compiled src\App\Admin\Backoffice\Settings\View.fs
fable: Compiled src\App\Admin\Backoffice\PublishedPosts\View.fs
fable: Compiled src\App\Admin\Backoffice\Drafts\View.fs
fable: Compiled src\App\Admin\Backoffice\EditArticle\View.fs
fable: Compiled src\App\Admin\Backoffice\Settings\State.fs
fable: Compiled src\App\Admin\Backoffice\NewArticle\View.fs
fable: Compiled ..\..\..\..\.nuget\packages\fable.remoting.client\3.2.0\fable\Proxy.fs
fable: Compiled ..\..\..\..\.nuget\packages\fable.remoting.client\3.2.0\fable\Types.fs
fable: Compiled ..\..\..\..\.nuget\packages\fable.powerpack\1.5.1\fable\src\Fetch.fs
fable: Compiled ..\..\..\..\.nuget\packages\fable.powerpack\1.5.1\fable\src\Promise.fs
fable: Compiled src\Components\React.Select.fs
Hash: 6d1e7cfc3c7b4e7bf359
Version: webpack 3.12.0
Time: 27486ms
Asset Size Chunks Chunk Names
bundle.js 3.73 MB 0 [emitted] [big] main
bundle.js.map 3.9 MB 0 [emitted] main
[../../../../.nuget/packages/fable.core/1.3.17/fable-core/Option.js] C:/Users/scott/.nuget/packages/fable.core/1.3.17/fable-core/Option.js 1.79 kB {0} [built]
[./node_modules/loglevel/lib/loglevel.js] ./node_modules/loglevel/lib/loglevel.js 7.86 kB {0} [built]
[./node_modules/strip-ansi/index.js] ./node_modules/strip-ansi/index.js 161 bytes {0} [built]
[./node_modules/url/url.js] ./node_modules/url/url.js 23.3 kB {0} [built]
[./node_modules/webpack-dev-server/client/index.js?http://localhost:8090] (webpack)-dev-server/client?http://localhost:8090 7.93 kB {0} [built]
[./node_modules/webpack-dev-server/client/overlay.js] (webpack)-dev-server/client/overlay.js 3.67 kB {0} [built]
[./node_modules/webpack-dev-server/client/socket.js] (webpack)-dev-server/client/socket.js 1.08 kB {0} [built]
[./node_modules/webpack/hot ^\.\/log$] (webpack)/hot nonrecursive ^\.\/log$ 170 bytes {0} [built]
[./node_modules/webpack/hot/dev-server.js] (webpack)/hot/dev-server.js 1.61 kB {0} [built]
[./node_modules/webpack/hot/emitter.js] (webpack)/hot/emitter.js 77 bytes {0} [built]
[./node_modules/webpack/hot/log-apply-result.js] (webpack)/hot/log-apply-result.js 1.31 kB {0} [built]
[./node_modules/webpack/hot/log.js] (webpack)/hot/log.js 1.04 kB {0} [built]
[./src/Program.fs] ./src/Program.fs 4.35 kB {0} [built]
[0] multi (webpack)-dev-server/client?http://localhost:8090 webpack/hot/dev-server ./src/TabulaRasa.Client.fsproj 52 bytes {0} [built]
[./src/TabulaRasa.Client.fsproj] ./src/TabulaRasa.Client.fsproj 29 bytes {0} [built]
+ 629 hidden modules
ERROR in ./node_modules/css-loader!./node_modules/sass-loader/lib/loader.js!./sass/app.sass
Module build failed: Error: Cannot find module 'node-sass'
at Function.Module._resolveFilename (module.js:547:15)
at Function.Module._load (module.js:474:25)
at Module.require (module.js:596:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (c:\Users\scott\source\repos\tabula-rasa\Client\node_modules\sass-loader\lib\loader.js:3:14)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
@ ./sass/app.sass 4:14-115 18:2-22:4 19:20-121
@ ./src/Program.fs
@ ./src/TabulaRasa.Client.fsproj
@ multi (webpack)-dev-server/client?http://localhost:8090 webpack/hot/dev-server ./src/TabulaRasa.Client.fsproj
ERROR in ./node_modules/css-loader!./node_modules/sass-loader/lib/loader.js!./sass/spinner.css
Module build failed: Error: Cannot find module 'node-sass'
at Function.Module._resolveFilename (module.js:547:15)
at Function.Module._load (module.js:474:25)
at Module.require (module.js:596:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (c:\Users\scott\source\repos\tabula-rasa\Client\node_modules\sass-loader\lib\loader.js:3:14)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
@ ./sass/spinner.css 4:14-118 18:2-22:4 19:20-124
@ ./src/Program.fs
@ ./src/TabulaRasa.Client.fsproj
@ multi (webpack)-dev-server/client?http://localhost:8090 webpack/hot/dev-server ./src/TabulaRasa.Client.fsproj
ERROR in ./node_modules/css-loader!./node_modules/sass-loader/lib/loader.js!./node_modules/toastr/build/toastr.min.css
Module build failed: Error: Cannot find module 'node-sass'
at Function.Module._resolveFilename (module.js:547:15)
at Function.Module._load (module.js:474:25)
at Module.require (module.js:596:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (c:\Users\scott\source\repos\tabula-rasa\Client\node_modules\sass-loader\lib\loader.js:3:14)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
@ ./node_modules/toastr/build/toastr.min.css 4:14-101 18:2-22:4 19:20-107
@ ./src/Elmish.Toastr.fs
@ ./src/App/State.fs
@ ./src/Program.fs
@ ./src/TabulaRasa.Client.fsproj
@ multi (webpack)-dev-server/client?http://localhost:8090 webpack/hot/dev-server ./src/TabulaRasa.Client.fsproj
ERROR in ./node_modules/css-loader!./node_modules/sass-loader/lib/loader.js!./node_modules/react-select/dist/react-select.css
Module build failed: Error: Cannot find module 'node-sass'
at Function.Module._resolveFilename (module.js:547:15)
at Function.Module._load (module.js:474:25)
at Module.require (module.js:596:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (c:\Users\scott\source\repos\tabula-rasa\Client\node_modules\sass-loader\lib\loader.js:3:14)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
@ ./node_modules/react-select/dist/react-select.css 4:14-103 18:2-22:4 19:20-109
@ ./src/Components/React.Select.fs
@ ./src/App/Admin/Backoffice/EditArticle/View.fs
@ ./src/App/Admin/Backoffice/View.fs
@ ./src/App/Admin/View.fs
@ ./src/App/View.fs
@ ./src/Program.fs
@ ./src/TabulaRasa.Client.fsproj
@ multi (webpack)-dev-server/client?http://localhost:8090 webpack/hot/dev-server ./src/TabulaRasa.Client.fsproj
webpack: Failed to compile.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment