meteor / todos

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

fails on 1.3 #93

Closed interfaith closed 8 years ago

interfaith commented 8 years ago

stem-Product-Name:~/todos$ meteor npm install --save faker npm WARN package.json @ No repository field. faker@3.1.0 node_modules/faker stem-Product-Name:~/todos$ meteor [[[[[ ~/todos ]]]]]

=> Started proxy.
=> Started MongoDB.
=> Errors prevented startup:

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

=> Your application has errors. Waiting for file change.

stubailo commented 8 years ago

Did you run npm install in the app? autoprefixer is listed as an NPM dependency in package.json: https://github.com/meteor/todos/blob/master/package.json

interfaith commented 8 years ago

npm install --save was enough , the new normal for 1.3

stubailo commented 8 years ago

Yep!