tracerbench-compare-action icon indicating copy to clipboard operation
tracerbench-compare-action copied to clipboard

package.json is missing information

Open NullVoxPopuli opened this issue 2 years ago • 1 comments

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 avatar Dec 04 '23 22:12 NullVoxPopuli

looks like the issue is that the analyze file is js

image

but the files are mjs image

NullVoxPopuli avatar Dec 04 '23 22:12 NullVoxPopuli