You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yarn can be installed alright with 'npm i -g yarn', but yarn binary does not seem to be located.
$ npm i -g yarn
/home/zenny/.asdf/installs/nodejs/8.11.1/.npm/bin/yarn -> /home/zenny/.asdf/installs/nodejs/8.11.1/.npm/lib/node_modules/yarn/bin/yarn.js
/home/zenny/.asdf/installs/nodejs/8.11.1/.npm/bin/yarnpkg -> /home/zenny/.asdf/installs/nodejs/8.11.1/.npm/lib/node_modules/yarn/bin/yarn.js
+ [email protected]
updated 1 package in 3.805s
$ which yarn
$ echo $PATH
:/home/zenny/.asdf/shims:/home/zenny/.asdf/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
$ yarn install
The program 'yarn' is currently not installed. You can install it by typing:
sudo apt install cmdtest
$ /home/zenny/.asdf/installs/nodejs/8.11.1/.npm/bin/yarn install
yarn install v1.7.0
[1/4] Resolving packages...
[2/4] Fetching packages...
....
Thus the absolute path to yarn works. Any inputs appreciated.
Cheers,
The text was updated successfully, but these errors were encountered:
zenny
changed the title
yarn can't locate npm package under asdf-nodejs
[SOLVED] yarn can't locate npm package under asdf-nodejs
May 26, 2018
Hi,
yarn can be installed alright with 'npm i -g yarn', but yarn binary does not seem to be located.
Thus the absolute path to yarn works. Any inputs appreciated.
Cheers,
The text was updated successfully, but these errors were encountered: