bogon:~ paul$ curl https://install.meteor.com/ | sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 7786 0 7786 0 0 5938 0 --:--:-- 0:00:01 --:--:-- 5938
Downloading Meteor distribution
######################################################################## 100.0% Meteor 1.4.2.3 has been installed in your home directory (~/.meteor).
Writing a launcher script to /usr/local/bin/meteor for your convenience. To get started fast: $ meteor create ~/my_cool_app
$ cd ~/my_cool_app
$ meteor Or see the docs at: docs.meteor.com bogon:~ paul$ meteor create demo1
Created a new Meteor app in 'demo1'. To run your new app:
cd demo1
meteor npm install
meteor If you are new to Meteor, try some of the learning resources here:
https://www.meteor.com/learn meteor create --bare to create an empty app.
meteor create --full to create a scaffolded app. bogon:~ paul$ cd demo1
bogon:demo1 paul$ meteor
[[[[[ ~/demo1 ]]]]] => Started proxy.
=> Started MongoDB.
W20170131-08:51:58.282(8)? (STDERR) /Users/paul/demo1/.meteor/local/build/programs/server/boot.js:348
W20170131-08:51:58.345(8)? (STDERR) }).run();
W20170131-08:51:58.345(8)? (STDERR) ^
W20170131-08:51:58.346(8)? (STDERR)
W20170131-08:51:58.346(8)? (STDERR) Error: The babel-runtime npm package could not be found in your node_modules
W20170131-08:51:58.346(8)? (STDERR) directory. Please run the following command to install it:
W20170131-08:51:58.347(8)? (STDERR)
W20170131-08:51:58.347(8)? (STDERR) meteor npm install --save babel-runtime
W20170131-08:51:58.348(8)? (STDERR)
W20170131-08:51:58.348(8)? (STDERR) at meteorInstall.node_modules.meteor.babel-runtime.babel-runtime.js (packages/babel-runtime.js:37:9)
W20170131-08:51:58.349(8)? (STDERR) at fileEvaluate (packages/modules-runtime.js:181:9)
W20170131-08:51:58.349(8)? (STDERR) at require (packages/modules-runtime.js:106:16)
W20170131-08:51:58.349(8)? (STDERR) at packages/babel-runtime.js:139:15
W20170131-08:51:58.350(8)? (STDERR) at packages/babel-runtime.js:150:3
W20170131-08:51:58.350(8)? (STDERR) at /Users/paul/demo1/.meteor/local/build/programs/server/boot.js:295:34
W20170131-08:51:58.350(8)? (STDERR) at Array.forEach (native)
W20170131-08:51:58.351(8)? (STDERR) at Function._.each._.forEach (/Users/paul/.meteor/packages/meteor-tool/.1.4.2_3.1rd9djy++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/server-lib/node_modules/underscore/underscore.js:79:11)
W20170131-08:51:58.351(8)? (STDERR) at /Users/paul/demo1/.meteor/local/build/programs/server/boot.js:128:5
W20170131-08:51:58.352(8)? (STDERR) at /Users/paul/demo1/.meteor/local/build/programs/server/boot.js:344:5
=> Exited with code: 1
W20170131-08:51:59.357(8)? (STDERR) /Users/paul/demo1/.meteor/local/build/programs/server/boot.js:348
W20170131-08:51:59.358(8)? (STDERR) }).run();
W20170131-08:51:59.358(8)? (STDERR) ^
W20170131-08:51:59.358(8)? (STDERR)
W20170131-08:51:59.359(8)? (STDERR) Error: The babel-runtime npm package could not be found in your node_modules
W20170131-08:51:59.359(8)? (STDERR) directory. Please run the following command to install it:
W20170131-08:51:59.360(8)? (STDERR)
W20170131-08:51:59.360(8)? (STDERR) meteor npm install --save babel-runtime
W20170131-08:51:59.361(8)? (STDERR)
W20170131-08:51:59.362(8)? (STDERR) at meteorInstall.node_modules.meteor.babel-runtime.babel-runtime.js (packages/babel-runtime.js:37:9)
W20170131-08:51:59.362(8)? (STDERR) at fileEvaluate (packages/modules-runtime.js:181:9)
W20170131-08:51:59.362(8)? (STDERR) at require (packages/modules-runtime.js:106:16)
W20170131-08:51:59.363(8)? (STDERR) at packages/babel-runtime.js:139:15
W20170131-08:51:59.363(8)? (STDERR) at packages/babel-runtime.js:150:3
W20170131-08:51:59.364(8)? (STDERR) at /Users/paul/demo1/.meteor/local/build/programs/server/boot.js:295:34
W20170131-08:51:59.364(8)? (STDERR) at Array.forEach (native)
W20170131-08:51:59.364(8)? (STDERR) at Function._.each._.forEach (/Users/paul/.meteor/packages/meteor-tool/.1.4.2_3.1rd9djy++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/server-lib/node_modules/underscore/underscore.js:79:11)
W20170131-08:51:59.365(8)? (STDERR) at /Users/paul/demo1/.meteor/local/build/programs/server/boot.js:128:5
W20170131-08:51:59.365(8)? (STDERR) at /Users/paul/demo1/.meteor/local/build/programs/server/boot.js:344:5
=> Exited with code: 1
W20170131-08:52:00.369(8)? (STDERR) /Users/paul/demo1/.meteor/local/build/programs/server/boot.js:348
W20170131-08:52:00.370(8)? (STDERR) }).run();
W20170131-08:52:00.370(8)? (STDERR) ^
W20170131-08:52:00.370(8)? (STDERR)
W20170131-08:52:00.370(8)? (STDERR) Error: The babel-runtime npm package could not be found in your node_modules
W20170131-08:52:00.370(8)? (STDERR) directory. Please run the following command to install it:
W20170131-08:52:00.371(8)? (STDERR)
W20170131-08:52:00.371(8)? (STDERR) meteor npm install --save babel-runtime
W20170131-08:52:00.371(8)? (STDERR)
W20170131-08:52:00.371(8)? (STDERR) at meteorInstall.node_modules.meteor.babel-runtime.babel-runtime.js (packages/babel-runtime.js:37:9)
W20170131-08:52:00.371(8)? (STDERR) at fileEvaluate (packages/modules-runtime.js:181:9)
W20170131-08:52:00.372(8)? (STDERR) at require (packages/modules-runtime.js:106:16)
W20170131-08:52:00.372(8)? (STDERR) at packages/babel-runtime.js:139:15
W20170131-08:52:00.372(8)? (STDERR) at packages/babel-runtime.js:150:3
W20170131-08:52:00.373(8)? (STDERR) at /Users/paul/demo1/.meteor/local/build/programs/server/boot.js:295:34
W20170131-08:52:00.373(8)? (STDERR) at Array.forEach (native)
W20170131-08:52:00.374(8)? (STDERR) at Function._.each._.forEach (/Users/paul/.meteor/packages/meteor-tool/.1.4.2_3.1rd9djy++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/server-lib/node_modules/underscore/underscore.js:79:11)
W20170131-08:52:00.374(8)? (STDERR) at /Users/paul/demo1/.meteor/local/build/programs/server/boot.js:128:5
W20170131-08:52:00.374(8)? (STDERR) at /Users/paul/demo1/.meteor/local/build/programs/server/boot.js:344:5
=> Exited with code: 1
=> Your application is crashing. Waiting for file change.

求教啊。

安装meteor运行基本demo发生错误。 >> node.js

这个答案描述的挺清楚的:
http://www.goodpm.net/postreply/node.js/1010000008230180/安装meteor运行基本demo发生错误.html

安装meteor运行基本demo发生错误。的更多相关文章

  1. 如何解决nagios安装及运行在的常见错误?(转)

    一.安装nrpe的时候,提示:checking for SSL headers… configure: error: Cannot find ssl headers 解决方法如下: yum -y in ...

  2. 黄聪:visual studio 2017编译运行出现脚本发生错误等问题如何解决?

    升级VS2017后,编译运行程序会出现 /Community/Common7/IDE/PrivateAssemblies/plugin.vs.js 错误 先说VS2017-15.6.1跟旧版本IE的兼 ...

  3. win10下安装VS2005运行程序出现0x000007b错误的解决方法

    项目工程一运行就报错...真心坑... 方法如下: 1.安装DirectX 9.0c 形成原因是因为DirectX 9.0被损坏, 只需要安装即可. 如果有电脑管家的.在电脑管家里面搜索“Direct ...

  4. 在win7上安装visual c++ 2008 redistributable 发生错误error 1935

     方案一.原来服务"Windows Modules Installer"被禁用了, 启用该服务后, 问题就解决了.  方案二. 1.点开始——在运行框里输入regedit,按回车键 ...

  5. 【Mac】解决macos安装升级时报错安装所选更新时发生错误的问题

    1 系统更新macjave 更新一直失败: 2  解决方法为:重新启动Mac,并按住Command+R进入恢复模式,找到Terminal后输入csrutil disable,然后重启Mac,再次下载并 ...

  6. 安装oracle10g“程序异常终止。发生内部错误。请将以下文件提供给oracle技术支持部门

    发生情景:测试环境搭建的是windows 2008 r2 sp1系统 在安装Oracle 10g数据库时发生了错误,现在把解决问题的方法和原因分享给大家. *  安装出现的现象: 输入完密码后下一步时 ...

  7. phpMyAdmin:无法在发生错误时创建会话,请检查 PHP 或网站服务器日志,并正确配置 PHP 安装。

    一:错误提示 英文:Cannot start session without errors, please check errors given in your PHP and/or webserve ...

  8. mac osx App store 安装软件 发生错误

    app store 安装软件时发生错误 解决办法: 1. 进入如下目录: sh-3.2# cd Library/Application\ Support/App\ Store/ sh-3.2# pwd ...

  9. Error 25007.初始化合成时发生错误。安装程序无法使用 LoadLibraryShim() 加载合成。

    安装“Microsoft .NET Framework 2.exe”报错如下: c:\windows\microsoft.net\framework\...类似这种错误都因 .NET Framewor ...

随机推荐

  1. 算法 - 求一个数组的最长递减子序列(C++)

    //************************************************************************************************** ...

  2. Double 与 Float 的值的比較结果

    首先看geeksforgeeks上的两个程序: 程序1: #include<stdio.h> int main() { float x = 0.1; if (x == 0.1) print ...

  3. NOIP2017提高组 模拟赛15(总结)

    NOIP2017提高组 模拟赛15(总结) 第一题 讨厌整除的小明 [题目描述] 小明作为一个数学迷,总会出于数字的一些性质喜欢上某个数字,然而当他喜欢数字k的时候,却十分讨厌那些能够整除k而比k小的 ...

  4. inheritance in kentico

    Visual inheritance http://devnet.kentico.com/docs/7_0/devguide/index.html?visual_inheritance.htm The ...

  5. ORACLE里锁的几种模式

    0:none  1:null 空  2:Row-S 行共享(RS):共享表锁  3:Row-X 行专用(RX):用于行的修改  4:Share 共享锁(S):阻止其他DML操作  5:S/Row-X ...

  6. 93.快速搭建Web环境 Angularjs + Express3 + Bootstrap3

    转自:https://www.cnblogs.com/wawahaha/p/3946023.html 前言 Angularjs越用越顺手,不仅代码量比jQuery少很多,而且实现思路特别清晰,构建大型 ...

  7. Android ScrollView 滚动到顶部

    有时候使用ScrollView,里边控件比较多的时候,打开界面,会滑到底部,如果要设置滑动到顶部,一般有两种方法 1.使用fullScrol(),scrollView.fullScroll(Scrol ...

  8. 003.JMS概述

    1. 基本概念 JMS:Java Message Service, Java消息服务,是Java EE中的一个技术. JMS规范:JMS定义了Java中访问消息中间件的接口,并没有给予实现,实现JMS ...

  9. SpringBoot学习笔记(13)----使用Spring Session+redis实现一个简单的集群

    session集群的解决方案: 1.扩展指定server 利用Servlet容器提供的插件功能,自定义HttpSession的创建和管理策略,并通过配置的方式替换掉默认的策略.缺点:耦合Tomcat/ ...

  10. Js中遇到的坑点汇总

    一.Android 手机下输入框获取焦点时, 输入法挡住输入框的 bug 解决思路: 1.去掉overflow属性 2. Android 手机下, input 或 textarea 元素聚焦时, 主动 ...