TracerBench / tracerbench-compare-action

Commit over Commit Performance Analysis Automation for Web Applications using Tracerbench
36 stars 4 forks source link

package.json is missing information #83

Open NullVoxPopuli opened 6 months ago

NullVoxPopuli commented 6 months ago

When installing via github reference:

    "@tracerbench/tracerbench-compare-action": "github:TracerBench/tracerbench-compare-action",

we get this error when trying to require

Error: Cannot find module '/home/nvp/Development/OpenSource/emberjs/glimmer-vm-3/node_modules/@tracerbench/tracerbench-compare-action/src/analyze.js'. Please verify that the package.json has a valid "main" entry
NullVoxPopuli commented 6 months ago

looks like the issue is that the analyze file is js

image

but the files are mjs image