Stefano Bichicchi
Stefano Bichicchi
### Steps to reproduce in my main.js, I set `Vue.material.locale.dateFormat = 'dd/MM/yyyy'` ``` Vue.material = { ...Vue.material, locale: { ...Vue.material.locale, dateFormat: 'dd/MM/yyyy', firstDayOfAWeek: 1, days: ['Domenica', 'Lunedì', 'Martedì', 'Mercoledì', 'Giovedì',...
This is my request `/grants?page=1&limit=5` Result meta is ``` "meta": { "itemsPerPage": 5, "totalItems": 12, "currentPage": 1, "totalPages": 3, "sortBy": [ [ "role", "ASC" ], [ "grants.application", "ASC" ] ]...
``` javascript fs.js:27 const { Math, Object } = primordials; ^ ReferenceError: primordials is not defined at fs.js:27:26 at req_ (/usr/lib/node_modules/epg-prep/node_modules/natives/index.js:143:24) at Object.req [as require] (/usr/lib/node_modules/epg-prep/node_modules/natives/index.js:55:10) at Object. (/usr/lib/node_modules/epg-prep/node_modules/graceful-fs/fs.js:1:37) at...