meteor / todos

The example app "Todos", written following the Meteor Guide
Other
535 stars 365 forks source link

Can't load npm module 'autoprefixer' #116

Closed shirk3y closed 8 years ago

shirk3y commented 8 years ago

Error occurs on branch 'react':

=> Errors prevented startup:

While minifying app stylesheet: error: Can't load npm module 'autoprefixer' from packages/minifier-postcss_plugin.js. Check your Npm.depends().

Emielangelaan commented 8 years ago

How did you solve your issue?

shirk3y commented 8 years ago

I'm not sure, but npm install autoprefixer should do the job

tmeasday commented 8 years ago

Hey, you need to meteor npm install before running: https://github.com/meteor/todos#running-the-app

fideo commented 8 years ago

It´s true this solved the problem meteor npm install Thanks