Skip to content

Cannot run zombiebox empty application #14

@viter7960

Description

@viter7960

Just followed the "get started" tutorial to create zombiebox application.
npm init
npm install zombiebox
npm install zombiebox-platform-pc zombiebox-extension-cutejs
npx zombiebox init $NAME

When I run "npx zombiebox run", I have following error :
Could not create Application instance, CLI commands that require it will not work: Error: Trying to add not an addon: [object Object] (cutejs)
Cannot execute this command without application

Here is my package.json file
{
"name": "zbexample",
"version": "1.0.0",
"description": "zombiebox project test`",
"main": "index.js",
"scripts": {
"test": "echo "Error: no test specified" && exit 1"
},
"author": "V",
"license": "ISC",
"dependencies": {
"zombiebox": "^2.7.5",
"zombiebox-extension-cutejs": "^1.2.1",
"zombiebox-platform-pc": "^2.3.5"
}
}

Any help ?
Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions