rails / jsbundling-rails

Bundle and transpile JavaScript in Rails with esbuild, rollup.js, or Webpack.
MIT License
831 stars 143 forks source link

yarn: not found while deployment by mina #152

Closed ajahongir closed 1 year ago

ajahongir commented 1 year ago

hey guys, having an issue. i have setup my mina deploy, and install yarn and make global as node by nvm. BUT as i run deployment, i am having an issue with that jsbundling-rails cant find yarn. i guess that jsbundling-rails lookking for different path. but can not debug which yarn using this gem. any help will be greatly appreciated

dhh commented 1 year ago

yarn has to be present in your path.