Created
September 14, 2016 14:20
-
-
Save optilude/8e4fefa5479a972a3c8877fa3c3e5c7d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
↪ meteor | |
[[[[[ ~/Build/JavaScript/simon/app ]]]]] | |
=> Started proxy. | |
=> Started MongoDB. | |
=> Meteor 1.4.1.1 is available. Update this project with 'meteor update'. | |
Warning: unable to resolve "es2015" in presets of /Users/maraspeli/Build/JavaScript/simon/app/.babelrc | |
Warning: unable to resolve "transform-class-properties" in plugins of /Users/maraspeli/Build/JavaScript/simon/app/.babelrc | |
Warning: unable to resolve "transform-decorators-legacy" in plugins of /Users/maraspeli/Build/JavaScript/simon/app/.babelrc | |
Unable to resolve some modules: | |
"react" in /Users/maraspeli/Build/JavaScript/simon/app/imports/simon/client/routes.jsx (web.browser) | |
"react-router" in /Users/maraspeli/Build/JavaScript/simon/app/imports/simon/client/routes.jsx (web.browser) | |
If you notice problems related to these missing modules, consider running: | |
meteor npm install --save react react-router | |
Unable to resolve some modules: | |
"lodash" in /Users/maraspeli/Build/JavaScript/simon/app/imports/simon/utils.js (os.osx.x86_64) | |
If you notice problems related to these missing modules, consider running: | |
meteor npm install --save lodash | |
=> Errors prevented startup: | |
While building for web.browser: | |
imports/simon/client/components/login.jsx:10:4: /imports/simon/client/components/login.jsx: Missing class properties transform. | |
imports/simon/client/components/users.jsx:10:4: /imports/simon/client/components/users.jsx: Missing class properties transform. | |
imports/simon/client/components/main.jsx:5:4: /imports/simon/client/components/main.jsx: Missing class properties transform. | |
imports/simon/client/components/home.jsx:6:4: /imports/simon/client/components/home.jsx: Missing class properties transform. | |
imports/simon/client/components/upload.jsx:30:4: /imports/simon/client/components/upload.jsx: Missing class properties transform. | |
imports/simon/client/components/forecast.jsx:18:4: /imports/simon/client/components/forecast.jsx: Missing class properties transform. | |
imports/simon/client/components/people.jsx:186:4: /imports/simon/client/components/people.jsx: Missing class properties transform. | |
imports/simon/client/components/projects.jsx:28:4: /imports/simon/client/components/projects.jsx: Missing class properties transform. | |
imports/simon/client/components/timeline.jsx:31:4: /imports/simon/client/components/timeline.jsx: Missing class properties transform. | |
imports/simon/client/components/utilization.jsx:16:4: /imports/simon/client/components/utilization.jsx: Missing class properties | |
transform. | |
=> Your application has errors. Waiting for file change. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment