WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-5c91f6-5c.MAI' (Errcode: 28 "No space left on device")]SELECT p.* FROM wp_mdb_forum_posts AS p LEFT JOIN wp_mdb_forum_posts AS q ON( q.Id = p.ParentId AND p.Id = q.AcceptedAnswerId ) WHERE p.PostTypeId = 2 AND p.ParentId = 119149 GROUP BY p.Id ORDER BY CASE WHEN q.Id IS NOT NULL THEN 1 ELSE 0 END DESC, p.UpvoteCount DESC, p.CreationDate ASC
Topic: MDB4 Vue Usage Issues
Hi,
I'm having issues using MDB4 Vue on my existing project.
In package.json, I've added:
"dependencies": { "mdbvue": "file:mdbvue-6.7.3.tgz" }
Then I ran npm i. The .tgz file exists in my project directory and I confirm it gets installed to the node_modules folder.
app.js has the CSS imports referenced in the install docs.
However, Imports are not working for some reason.
Expected behavior Imports should work.
Actual behavior Imports do not work.
Resources (screenshots, code snippets etc.)


FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
- Premium support: Yes
- Technology: MDB Vue
- MDB Version: MDB4 6.7.3
- Device: Desktop
- Browser: Google Chrome
- OS: Windows 10
- Provided sample code: No
- Provided link: No
Mikołaj Smoleński staff commented 4 years ago
Can you send the project (without node_modules) to m.smolenski@mdbootstrap.com?
Keep coding!