Scorecard Issue

I followed the guiding given to create & release a new node package.

node-red-dev validate confirms that the package shows an acceptable quality:

flows.nodered.org yet claims that there's an issue:

image

The package.json got the following entry:

{
[...],
  "engines": {
      "node": ">=12.0.0"
  }
}

Do you have any idea what's causing this remark?

A number of people have also reported issues with the scorecard, so you are not alone!

It's disappointing when your node is marked down despite having met the criteria, but I'm told that the scorecard is a 'work in progress' and these glitches will be eventually addressed.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.