Hi -
I have react app with ES6 and webpack
I installed chronosjs with npm "npm install chronosjs"
Added the line import * as chronosjs from "chronosjs"
without any other code I'm getting many errors such as
ERROR in ./~/chronosjs/src/courier/PostMessageCourier.js
Module not found: Error: Cannot resolve module 'Chronos.PostMessageUtilities' in /home/charlieh/dev/kreative-frontend/node_modules/chronosjs/src/courier
@ ./~/chronosjs/src/courier/PostMessageCourier.js 25:8-29:10
Can I consume Chronos or PostMessageCourier as node module?
Hi -
I have react app with ES6 and webpack
I installed chronosjs with npm
"npm install chronosjs"Added the line
import * as chronosjs from "chronosjs"without any other code I'm getting many errors such as
Can I consume Chronos or PostMessageCourier as node module?