deno error lock file
I'm getting this wierd error while running my deno project
Solution:Jump to solution
@Brody Fixed the issue, just changed the version in deno.lock to v2 instead of v3
9 Replies
Project ID:
2bd78ea7-b768-4671-8d2a-e6e1fb2a4be2
likely your lock file was created by a much newer version of deno than what railway is using to build/run your app
I will look into this and circle back later
it's using the newest version, and take your time! No press
what version is railway using?
How do i see that?
will it may work if i delete the lock file from my repo?
you do need a deno lock file for deno to be detected in the first place
not exactly sure, will figure this out later too
Alright, take your time, I appreciate your help!
Solution
@Brody Fixed the issue, just changed the version in deno.lock to v2 instead of v3
ay perfect, glad you where able to solve it!