[urgent] ecmascript package problem

I need to import npm package in my project (which was on version 1.2), so I had to migrate to 1.3 by installing ecmascript package (after updating meteor ), unfortunately I got this in my terminal, just when I run my app:

If you notice problems related to these missing modules, consider running:

meteor npm install --save jquery spin.js d3 datatables.net datatables.net-bs
datatables.net-buttons datatables.net-responsive moment
desandro-get-style-property eventie doc-ready desandro-matches-selector
wolfy87-eventemitter get-size fizzy-ui-utils outlayer switchery
=> Started your app.
=> App running at: http://localhost:3000/

and the first page of my application became :

       iron:router
Organize your Meteor application

Router.route(’/’, function () {
this.render(‘Home’, {
data: function () { return Items.findOne({_id: this.params._id}); }
});
});

Any idea what I should to do in this case ?

Have you created a package.json file for your project?
https://docs.npmjs.com/getting-started/using-a-package.json

You may also find this helpful

1 Like

I am facing the same issue. @kiko91 … were you able to figure out any solution?

You can’t import npm packages ? I need more details plz :wink: