Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

npm install fails on MacOS Mojave #96

Description

@fjanon

using "sudo npm install -g reason-cli@latest-macos" on macOS Mojave 10.14.1 I get file permissions errors and the install fails. The install succeeds using yarn.

bs-platform@4.0.18 postinstall /usr/local/lib/node_modules/bs-platform
node scripts/install.js

fs.js:1910
binding.copyFile(src, dest, flags);
^

Error: EACCES: permission denied, copyfile '/usr/local/lib/node_modules/bs-platform/vendor/ninja/snapshot/ninja.darwin' -> '/usr/local/lib/node_modules/bs-platform/lib/ninja.exe'
at Object.fs.copyFileSync (fs.js:1910:11)
at provideNinja (/usr/local/lib/node_modules/bs-platform/scripts/install.js:85:16)
at Object. (/usr/local/lib/node_modules/bs-platform/scripts/install.js:263:1)
at Module._compile (module.js:635:30)
at Object.Module._extensions..js (module.js:646:10)
at Module.load (module.js:554:32)
at tryModuleLoad (module.js:497:12)
at Function.Module._load (module.js:489:3)
at Function.Module.runMain (module.js:676:10)
at startup (bootstrap_node.js:187:16)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! bs-platform@4.0.18 postinstall: node scripts/install.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the bs-platform@4.0.18 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /Users/fjanon/.npm/_logs/2019-01-27T22_26_17_510Z-debug.log
Frederics-MacBook-Pro-2:reasonML-test fjanon$ sudo npm install bs-platform
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/docs'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/jscomp'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/lib'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/scripts'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/docs/docson'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/jscomp/others'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/jscomp/runtime'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/jscomp/stdlib-402'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/jscomp/stdlib-406'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/jscomp/stubs'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/lib/amdjs'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/lib/es6'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/lib/js'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/lib/ocaml'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ninja'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ninja/doc'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ninja/misc'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ninja/snapshot'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ninja/src'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/asmcomp'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/asmrun'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/boot'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/bytecomp'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/byterun'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/compilerlibs'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/config'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/debugger'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/driver'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/emacs'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/experimental'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/lex'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/man'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/ocamlbuild'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/ocamldoc'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/otherlibs'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/parsing'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/stdlib'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/tools'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/toplevel'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/typing'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/utils'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/yacc'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ninja/misc/afl-fuzz'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ninja/misc/afl-fuzz-tokens'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ninja/misc/packaging'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/asmcomp/amd64'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/asmcomp/arm'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/asmcomp/arm64'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/asmcomp/i386'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/asmcomp/power'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/asmcomp/sparc'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/byterun/caml'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/config/auto-aux'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/config/gnu'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/experimental/doligez'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/experimental/frisch'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/experimental/garrigue'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/ocamlbuild/examples'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/ocamlbuild/man'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/ocamlbuild/misc'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/ocamlbuild/test'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/ocamlbuild/testsuite'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/ocamldoc/generators'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/otherlibs/bigarray'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/otherlibs/dynlink'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/otherlibs/graph'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/otherlibs/num'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/otherlibs/str'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/otherlibs/systhreads'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/otherlibs/threads'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/otherlibs/unix'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/otherlibs/win32graph'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/otherlibs/win32unix'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/external'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/interactive'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/lib'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/makefiles'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/ocamlbuild/examples/example1'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/ocamlbuild/examples/example2'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/ocamlbuild/examples/example3'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/ocamlbuild/test/test1'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/ocamlbuild/test/test10'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/ocamlbuild/test/test11'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/ocamlbuild/test/test2'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/ocamlbuild/test/test3'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/ocamlbuild/test/test4'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/ocamlbuild/test/test5'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/ocamlbuild/test/test6'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/ocamlbuild/test/test7'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/ocamlbuild/test/test8'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/ocamlbuild/test/test9'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/ocamlbuild/test/test_virtual'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/interactive/lib-gc'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/interactive/lib-graph'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/interactive/lib-graph-2'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/interactive/lib-graph-3'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/interactive/lib-signals'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/asmcomp'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/backtrace'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/basic'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/basic-float'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/basic-io'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/basic-io-2'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/basic-manyargs'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/basic-modules'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/basic-more'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/basic-multdef'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/basic-private'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/callback'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/embedded'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/exotic-syntax'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/float-unboxing'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/formats-transition'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/gc-roots'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/letrec'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/lib-bigarray'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/lib-bigarray-2'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/lib-digest'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/lib-dynlink-bytecode'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/lib-dynlink-csharp'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/lib-dynlink-native'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/lib-format'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/lib-hashtbl'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/lib-marshal'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/lib-num'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/lib-num-2'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/lib-printf'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/lib-random'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/lib-scanf'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/lib-scanf-2'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/lib-set'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/lib-str'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/lib-stream'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/lib-systhreads'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/lib-threads'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/match-exception'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/match-exception-warnings'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/misc'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/misc-kb'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/misc-unsafe'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/prim-bigstring'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/prim-bswap'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/prim-revapply'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/regression'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/runtime-errors'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/tool-debugger'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/tool-lexyacc'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/tool-ocaml'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/tool-ocamldoc'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/tool-toplevel'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/typing-extensions'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/typing-fstclassmod'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/typing-gadts'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/typing-implicit_unpack'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/typing-labels'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/typing-misc'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/typing-misc-bugs'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/typing-modules'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/typing-modules-bugs'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/typing-objects'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/typing-objects-bugs'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/typing-poly'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/typing-poly-bugs'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/typing-polyvariants-bugs'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/typing-polyvariants-bugs-2'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/typing-private'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/typing-private-bugs'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/typing-recmod'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/typing-rectypes-bugs'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/typing-short-paths'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/typing-signatures'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/typing-sigsubst'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/typing-typeparam'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/typing-warnings'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/utils'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/warnings'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/ocamlbuild/test/test11/a'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/ocamlbuild/test/test11/b'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/ocamlbuild/test/test4/a'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/ocamlbuild/test/test4/b'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/lib-dynlink-native/sub'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/regression/pr5080-notes'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/regression/pr5233'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/regression/pr5757'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/regression/pr6024'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/tool-debugger/basic'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/tool-debugger/find-artifacts'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/tool-debugger/no_debug_event'
WARN tar EISDIR: illegal operation on a directory, open '/Users/fjanon/node_modules/.staging/bs-platform-bb8257e4/vendor/ocaml/testsuite/tests/tool-debugger/find-artifacts/in'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions