cesium npm package: trouble with import (requirejs) in Meteor app

Good morning,

I am having trouble importing the cesium npm package into my Meteor 1.4 application.

What I did on the command line:
# meteor npm install --save cesium

What I added in my main.js:
import Cesium from 'cesium';

What I get in the browser console:
id.charAt() is not a function

The charAt() error seems to occur in requirejs which is a dependency of the cesium module.

Is there anyone who had the same problem, and/or a (preferrably easy) solution?

Thanks in advance,
Kristian

I have the same problem. I haven’t found a solution yet :frowning: