Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F124079759
yarn
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Jul 31, 07:58
Size
320 B
Mime Type
text/x-ruby
Expires
Sat, Aug 2, 07:58 (2 d)
Engine
blob
Format
Raw Data
Handle
27801503
Attached To
R5853 genocrunch-2.1
yarn
View Options
#!/usr/bin/env ruby
VENDOR_PATH
=
File
.
expand_path
(
'..'
,
__dir__
)
Dir
.
chdir
(
VENDOR_PATH
)
do
begin
exec
"yarnpkg
#{
ARGV
.
join
(
" "
)
}
"
rescue
Errno
::
ENOENT
$stderr
.
puts
"Yarn executable was not detected in the system."
$stderr
.
puts
"Download Yarn at https://yarnpkg.com/en/docs/install"
exit
1
end
end
Event Timeline
Log In to Comment