meteor / todos

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

Current version won't start (last commit 59f6621 on 27 Apr 2017) #251

Closed ofir-petrushka closed 6 years ago

ofir-petrushka commented 6 years ago

=> Meteor 1.4.4.4: An important security update for Meteor 1.4.x: https://forums.meteor.com/t/meteor-allow-deny-vulnerability-disclosure/39500

Unable to resolve some modules:

"babel-runtime/helpers/classCallCheck" in /Users/opetrushka/Code/ofir-petrushka/todos/imports/api/todos/todos.js (web.browser) "babel-runtime/helpers/possibleConstructorReturn" in /Users/opetrushka/Code/ofir-petrushka/todos/imports/api/todos/todos.js (web.browser) "babel-runtime/helpers/inherits" in /Users/opetrushka/Code/ofir-petrushka/todos/imports/api/todos/todos.js (web.browser) "faker" in /Users/opetrushka/Code/ofir-petrushka/todos/imports/api/todos/todos.js (web.browser)

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

meteor npm install --save babel-runtime faker

Unable to resolve some modules:

"babel-runtime/helpers/classCallCheck" in /Users/opetrushka/Code/ofir-petrushka/todos/imports/api/todos/todos.js (os.osx.x86_64) "babel-runtime/helpers/possibleConstructorReturn" in /Users/opetrushka/Code/ofir-petrushka/todos/imports/api/todos/todos.js (os.osx.x86_64) "babel-runtime/helpers/inherits" in /Users/opetrushka/Code/ofir-petrushka/todos/imports/api/todos/todos.js (os.osx.x86_64) "faker" in /Users/opetrushka/Code/ofir-petrushka/todos/imports/api/todos/todos.js (os.osx.x86_64)

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

meteor npm install --save babel-runtime faker

=> 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.

ofir-petrushka commented 6 years ago

nvm, should follow instructions meteor npm install