Opened 2 years ago

Closed 2 years ago

#64845 closed defect (fixed)

yarn @1.22.18: yarn not found

Reported by: jdgoettsch (Jeffrey Goettsch) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.7.2
Keywords: Cc: code@…, jambonrose (Andrew Pinkham), isomarcte@…, isomarcte (David Strawn)
Port: yarn

Description

yarn is not available after the latest update.

% which yarn
yarn not found

% sudo find /opt/local -name yarn
/opt/local/bin/yarn
/opt/local/libexec/yarn
/opt/local/var/macports/software/yarn
/opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/devel/yarn

% ls -l /opt/local/bin/yarn
lrwxr-xr-x  1 root  wheel  32 Mar 15 23:43 /opt/local/bin/yarn -> /opt/local/libexec/yarn/bin/yarn

% ls -l /opt/local/libexec/yarn/bin/yarn
ls: /opt/local/libexec/yarn/bin/yarn: No such file or directory

% ls -l /opt/local/libexec/yarn
lrwxr-xr-x  1 root  wheel  20 Mar 15 23:43 /opt/local/libexec/yarn -> yarnpkg-yarn-b3dce38

% sudo find /opt/local -name yarnpkg-yarn-b3dce38
<no output>

Change History (2)

comment:1 Changed 2 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: set to ryandesign
Status: newaccepted

Fixing in a moment.

comment:2 Changed 2 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: acceptedclosed

In 8de606c392730aa2e77d24f74201caa21e87166b/macports-ports (master):

yarn: Return to using the release download

Closes: #64845

Note: See TracTickets for help on using tickets.