svn commit: r450810 - head/www/yarn

Adam Weinberger adamw at adamw.org
Fri Sep 29 15:56:07 UTC 2017


> On 28 Sep, 2017, at 10:27, Adam Weinberger <adamw at adamw.org> wrote:
> 
>> On 28 Sep, 2017, at 10:21, Adam Weinberger <adamw at adamw.org> wrote:
>> 
>>> On 28 Sep, 2017, at 3:06, Luca Pizzamiglio <pizzamig at freebsd.org> wrote:
>>> 
>>> Author: pizzamig
>>> Date: Thu Sep 28 09:06:27 2017
>>> New Revision: 450810
>>> URL: https://svnweb.freebsd.org/changeset/ports/450810
>>> 
>>> Log:
>>> www/yarn: Updating to version 1.0.2
>>> 
>>> Adopting a more fine grained conflict type
>>> Fixing a Linux incompatibility
>>> 
>>> Approved by:	olivier (mentor)
>>> Differential Revision:	https://reviews.freebsd.org/D12516
>>> 
>>> Modified:
>>> head/www/yarn/Makefile
>>> head/www/yarn/distinfo
>> 
>> Hi Luca,
>> 
>> Yarn has stopped working for me with this release. This is in a poudriere jail with just yarn installed:
>> 
>> root at apnoea:/tmp # mkdir foo
>> root at apnoea:/tmp # cd foo
>> root at apnoea:/tmp/foo # yarn init
>> module.js:473
>>     throw err;
>>     ^
>> 
>> Error: Cannot find module '/tmp/lib/node_modules/yarn/bin/yarn.js'
>>   at Function.Module._resolveFilename (module.js:527:15)
>>   at Function.Module._load (module.js:453:25)
>>   at Function.Module.runMain (module.js:665:10)
>>   at startup (bootstrap_node.js:201:16)
>>   at bootstrap_node.js:626:3
> 
> Ah, the problem is that REINPLACE_CMD that got removed. It still needs to be there.
> 

Luca,

Are you planning on fixing this? yarn is currently broken. That REINPLACE_CMD needs to be added back in.

# Adam


-- 
Adam Weinberger
adamw at adamw.org
https://www.adamw.org



More information about the svn-ports-all mailing list