You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: