且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

流星OSX错误:SQLITE_CANTOPEN:无法打开数据库文件

更新时间:2023-11-25 15:11:40

该问题是由于权限所致.执行以下步骤.共享知识库的问题和答案.

The issue was due to permissions. Following steps worked. Sharing out problem and answer for KB.

$ sudo meteor create myapp

在"myapp"中创建了一个新的Meteor应用.

Created a new Meteor app in 'myapp'.

要运行新应用,请执行以下操作:

To run your new app:

cd myapp                                    
meteor                                      

如果您不熟悉Meteor,请在这里尝试一些学习资源: https://www.meteor.com/learn

If you are new to Meteor, try some of the learning resources here: https://www.meteor.com/learn