DEV Community

Shailesh Waghole
Shailesh Waghole

Posted on

1 1

Getting Error .replace is not a Function

Liquid syntax error: Unknown tag 'PRODUCTNAME'

Top comments (4)

Collapse
 
patricnox profile image
PatricNox
var.toString().replace();
Collapse
 
shailesh6363 profile image
Shailesh Waghole • Edited

Same problem occur after changing this. I have attached screenshot.

Collapse
 
johnb21 profile image
Johnb21

There is an error in the attempted screenshot so let me ask you:

  1. Is your code base using typescript ? If so, what version
  2. Is your code base using node.js ? if so, what version?
Thread Thread
 
shailesh6363 profile image
Shailesh Waghole

Hello Johnb21
This code has node.js base and I have v10.19.0 version.

Neon image

Next.js applications: Set up a Neon project in seconds

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Get started →

👋 Kindness is contagious

Explore a trove of insights in this engaging article, celebrated within our welcoming DEV Community. Developers from every background are invited to join and enhance our shared wisdom.

A genuine "thank you" can truly uplift someone’s day. Feel free to express your gratitude in the comments below!

On DEV, our collective exchange of knowledge lightens the road ahead and strengthens our community bonds. Found something valuable here? A small thank you to the author can make a big difference.

Okay