Skip to content

app.css file is missing from the @tensei/mde build folder #317

@BayBreezy

Description

@BayBreezy

Bug report

app.css file is missing from the @tensei/mde build folder

Describe the bug

After installing the @tensei/mde package from npm and adding it to the array of plugins, the application fails to start due to the missing file. I checked the node_modules folder and can confirm that app.css is not in the build folder.

Steps to reproduce the behavior

  1. install the @tensei/mde package with npm i @tensei/mde
  2. Register the plugin in the array of plugins
  3. Start the app with npm run dev

Expected behavior

I expect the different links to the different parts of the application to be printed in the console.

Actual results

This error gets logged instead
Error: ENOENT: no such file or directory, stat 'C:\Users\behon\Desktop\tense-test\blogging-app\node_modules@tensei\mde\build\client\app.css'

A clear and concise description of what you expected to happen.

Screenshots

Not needed

Code snippets

Not needed

System

  • Node.js version: 16.17.1
  • NPM version: 8.15.0
  • Tensei version: ^0.11.5
  • Database: sqlite
  • Operating system: Windows 10 Pro

Additional context

N/A

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