Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/meteor/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Meteor 创建包错误流星_Meteor_Atmosphere - Fatal编程技术网

Meteor 创建包错误流星

Meteor 创建包错误流星,meteor,atmosphere,Meteor,Atmosphere,我已经创建了一个新的流星包使用 meteor create --package name:app meteor publish --create 我把这个名字作为我的meteor帐户(我也登录了我的系统) 然后更改了一些代码,当我尝试使用 meteor create --package name:app meteor publish --create 从meteor包目录中 这是投掷错误 Only administrators can create top-level packages

我已经创建了一个新的流星包使用

meteor create --package name:app
meteor publish --create
我把这个名字作为我的meteor帐户(我也登录了我的系统)

然后更改了一些代码,当我尝试使用

meteor create --package name:app
meteor publish --create
从meteor包目录中

这是投掷错误

Only administrators can create top-level packages without an account prefix.
(To confirm that you wish to create a top-level package with no account
prefix, please run this command again with the --top-level option.)

Did you mean to create name:app instead?

这里有什么问题?

使用
发布版本
命令时出现相同错误?package.js包的名称是什么?你应该把“username:name”改成“name”,我想你应该把它改成“name”,这是不可能的,只有meteor团队才能创建这些包:)