fromthepage icon indicating copy to clipboard operation
fromthepage copied to clipboard

assets precompile: Yarn executable was not detected in the system.

Open saracarl opened this issue 6 months ago • 6 comments

When deploying, we always get this Yarn message. It doesn't seem to affect anything, but it worries me.

00:20 deploy:assets:precompile
      01 /home/fromthepage/deployment/rvm1scripts/rvm-auto.sh . bundle exec rake assets:precompile
      01 /usr/share/rvm/rubies/ruby-2.7.3/lib/ruby/2.7.0/net/protocol.rb:66: warning: already initialized constant Net::ProtocRetryError
      01 /home/fromthepage/deployment/shared/bundle/ruby/2.7.0/gems/net-protocol-0.2.2/lib/net/protocol.rb:68: warning: previous definition of ProtocRetryError was here
      01 /usr/share/rvm/rubies/ruby-2.7.3/lib/ruby/2.7.0/net/protocol.rb:206: warning: already initialized constant Net::BufferedIO::BUFSIZE
      01 /home/fromthepage/deployment/shared/bundle/ruby/2.7.0/gems/net-protocol-0.2.2/lib/net/protocol.rb:214: warning: previous definition of BUFSIZE was here
      01 /usr/share/rvm/rubies/ruby-2.7.3/lib/ruby/2.7.0/net/protocol.rb:503: warning: already initialized constant Net::NetPrivate::Socket
      01 /home/fromthepage/deployment/shared/bundle/ruby/2.7.0/gems/net-protocol-0.2.2/lib/net/protocol.rb:541: warning: previous definition of Socket was here
      01 Yarn executable was not detected in the system.
      01 Download Yarn at https://yarnpkg.com/en/docs/install
      01 Yarn executable was not detected in the system.
      01 Download Yarn at https://yarnpkg.com/en/docs/install
      01 autoprefixer: /home/fromthepage/deployment/releases/20240830143628/app/assets/stylesheets/application.scss:3048:3: end value has mixed support, consider using flex-end instead
      01 I, [2024-08-30T14:36:58.435107 #3050286]  INFO -- : Writing /home/fromthepage/deployment/releases/20240830143628/public/assets/symbols-6ae233d7a47b6f3bbf93d346a70e5c978ef9c83c68a19dbe546e0e70790…
      01 I, [2024-08-30T14:36:58.435440 #3050286]  INFO -- : Writing /home/fromthepage/deployment/releases/20240830143628/public/assets/symbols-6ae233d7a47b6f3bbf93d346a70e5c978ef9c83c68a19dbe546e0e70790…
    ✔ 01 [email protected] 13.970s

saracarl avatar Aug 30 '24 14:08 saracarl