Skip to content

Errors. #1

@scottonanski

Description

@scottonanski

🚨 Build failed.

@parcel/core: Unexpected output file type .html in target "main"

codrops/MarqueeMenu/package.json:5:11
4 | "description": "",

5 | "main": "dist/index.html",
| ^^^^^^^^^^^^^^^^^ File extension must be .js, .mjs, or .cjs
6 | "scripts": {
7 | "start": "parcel src/index.html --open",

💡 The "main" field is meant for libraries. If you meant to output a .html file, either remove
the "main" field or choose a different target name.
📝 Learn more

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions