WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-5914d4-4.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 = 97410 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: Vue perfect scrollbar dependency not found
Expected behavior Compile without errors
Actual behavior Compilation fails
Resources (screenshots, code snippets etc.) When running vue serve command, the project tries to be built and compiled but the following error appears:
This dependency was not found:
- vue-perfect-scrollbar in ./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./node_modules/mdbvue/src/components/Scrollbar.vue?vue&type=script&lang=js&
To install it, you can run: npm install --save vue-perfect-scrollbar
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Free
- Premium support: No
- Technology: MDB Vue
- MDB Version: 5.2.0
- Device: PC
- Browser: Chrome
- OS: Windows
- Provided sample code: No
- Provided link: No