Closed paulussimanjuntak closed 2 months ago
Missing moment package
npm install moment
in src/tasks.js add this to the top of the line
const moment = require('moment');
Missing moment package npm install moment in src/tasks.js add this to the top of the line const moment = require('moment');
Fixed.
Missing moment package
npm install moment
in src/tasks.js add this to the top of the line
const moment = require('moment');