linux - path variable of yarn -
i have installed yarn in 16.04 lts version according tutorial tutorial
have added environment path well, termial not take yarn commands.
on typing yarn init, gives ::-
error: [errno 2] no such file or directory: 'init' same when type yarn global bin ::-
error: [errno 2] no such file or directory: 'global' i think because of path variable issue, can tell me else need add.
thanks
so found resolution problem . package called cmdtest installed in system, contained package called yarn. yarn conflicting yarnpkg, , when running yarn init or other yarn commands running yarn package argument, hance error. yarn --version , which yarn running correctly further convoluted issue. uninstalled cmdtest , installed yarn again fixed issue. more details issue can found in this bug report
Comments
Post a Comment