tensei
tensei copied to clipboard
`app.css` file is missing from the @tensei/mde build folder
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
- install the @tensei/mde package with
npm i @tensei/mde
- Register the plugin in the array of plugins
- 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