Skip to content

Instantly share code, notes, and snippets.

@liilac
Created April 11, 2019 16:43
Show Gist options
  • Save liilac/f042127cdfcb2834b363ba9209d35f14 to your computer and use it in GitHub Desktop.
Save liilac/f042127cdfcb2834b363ba9209d35f14 to your computer and use it in GitHub Desktop.
Windows 10 PS Output for yarn add --dev @jsiebern/bs-material-ui-ppx
PS X:\path\to\project-dir> yarn add --dev @jsiebern/bs-material-ui-ppx
yarn add v1.15.2
[1/4] Resolving packages...
[2/4] Fetching packages...
info [email protected]: The platform "win32" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
info [email protected]: The platform "win32" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
warning " > [email protected]" has incorrect peer dependency "bs-platform@^4.0.6".
[4/4] Building fresh packages...
[-/4] ⠐ waiting...
[-/4] ⠐ waiting...
[4/4] ⠐ @jsiebern/bs-material-ui-ppx
error X:\path\to\project-dir\node_modules\@jsiebern\bs-material-ui-ppx: Command failed.
Exit code: 1
Command: bsb -make-world -backend native && cp ./lib/bs/native/ppx_withstyles.native ./ppx
Arguments:
Directory: X:\path\to\project-dir\node_modules\@jsiebern\bs-material-ui-ppx
Output:
[1/10] Building src\Ppx_withStyles.mlast
[2/10] Building src\Mapper.mlast
[3/10] Building src\Get.mlast
[4/10] Building src\Replace.mlast
[5/10] Building src\Generate.mlast
[6/10] Building src\Ppx_withStyles.mlast.d
[7/10] Building src\Mapper.mlast.d
[8/10] Building src\Get.mlast.d
[9/10] Building src\Replace.mlast.d
[10/10] Building src\Generate.mlast.d
[1/6] Building src\Get.cmx
[2/6] Building src\Generate.cmx
[3/6] Building src\Replace.cmx
[4/6] Building src\Mapper.cmx
[5/6] Building src\Ppx_withStyles.cmx
[6/6] Building ppx_withstyles.native.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment