yarn cache clean
error Incorrect integrity when fetching from the cache for "@ckeditor/ckeditor5-react". Cache has "sha512-uwJ89pOJnjlMgfluGJhxatt6zV5ZavuV7AaRvJpxzAU7SjoC3sNumohDRmI0KGDGoyCVPMJO9fgE3ijIb3gHlQ== sha1-YB2zfQgQ5SeWJ2yFzOmQfYgkY+A=" and remote has "sha512-i/6OdxJ3iOCU7eiZXS8KYhK645PEAMISs9eFz60c0AFXZX5NTMvNWM68ac/J5sfg+IQ9U6mJ3flSykbJVlf0kA==". Run
yarn cache clean
to fix the problem
I need to clean yarn cache on railway but I don't know how. Please help on this matter?10 Replies
Project ID:
N/A
try setting a service variable
NIXPACKS_NO_CACHE
to 1
trying it now!
it worked thanks!
now th problem is:
27.00 error @ckeditor/[email protected]: The engine "node" is incompatible with this module. Expected version ">=18.0.0". Got "16.20.2"
but locally i have @ckeditor/[email protected] installed
why on railways is trying to install 6.2.0? and do you know, if that's the case, how to revert it?
do you have
18
set in engines.node
I have "node": ">=14.19.1 <=18.x.x"
I'm going to try to change it to ">=18.0.0"
thanks!
just set it to
18
18.x.x or 18.0.0 or >= 18.x.x?
just
18
thanks! I have another problems now but I think it needs another post
sure, go ahead and open one