Awk: line 1: syntax error at or near , Could not find node 10.x, using 10

pls fix: sabundles

Project name is “willybot”
please fix

sprawlbotjs is also experiencing this issue.

Hey @insannityxd and @ShimaHaucksDeveloper, welcome to the Glitch forum!

For both of your projects, and yours @glewmie, the message you’re seeing isn’t the one folks were seeing earlier, although it’s very similar. This one is expected and harmless; it’s really a warning and not an error, which is why you won’t see the “Error” beacon in the Tools / Logs button. This is Glitch making sure you know that since you didn’t tell us which version of Node you wanted we’re choosing for you and will use the default version (currently 10.x).

If you want to make the message go away you’ll need to explicitly tell Glitch what version you do want to use, which you can accomplish by adding an engines stanza in your package.json file which would look something like this:

  "engines": {
    "node": "10.x"
  }

Put that anywhere in package.json (and set it off with the appropriate comma depending on where you put it) and the message should disappear.

Sorry for the bother!

project name: hyperbot666