Hello, I am trying make iron:router work with my meteor, as I install iron:router with meteor install iron:router and do
import { Router } from 'iron:router';
my system warns me
Unable to resolve some modules:
"iron:router" in /home/vinicius/Documents/cda/imports/startup/router.js (web.browser)
If you notice problems related to these missing modules, consider running:
meteor npm install --save iron:router
=> Started your app.
as I input this command I get the following error message
npm ERR! Unsupported URL Type: iron:router
how can I install iron router with es2015 modules.