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.
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.