ruby - Bundle install failed getting error occurred while installing unf_ext (0.0.6) -
i have tried running bundle install
on mac keep getting following message:
an error occurred while installing unf_ext (0.0.6), , bundler cannot continue.
make suregem install unf_ext -v '0.0.6'
succeeds before bundling.
but when install unf_ext(0.0.6) error message:
error: error installing unf_ext: error: failed build gem native extension. make install failed, exit code 2.
any appreciated,
thank you.
i found solution:
brew install coreutils
installed missing gmkdir
Comments
Post a Comment