Application boilerplate installation error
See original GitHub issueHi everyone,
I was trying to run the biolerplate provided by the package and I can’t seem to get it working.
Seems like some dependencies paths were changed on a new release. Below you can find the console error messages after trying to connect to http://localhost:1337/ :
The steps to reproduce this error are detailed below:
-
Executed
npm init
-
Executed
npm install zombiebox
-
Executed
npm install zombiebox-platform-pc zombiebox-extension-cutejs
-
Created
config.js
on root folder -
Executed
npx zombiebox init zombiebox-spike
-
Executed
npx zombiebox run
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Error while executing 'npm install' in aspnet boilerplate react ...
You have a dependency conflict (incorrect and possibly broken dependency), so try using --force , or run the command --legacy-peer-deps .
Read more >Error after npm start · Issue #1351 · react-boilerplate ... - GitHub
I would suggest: Abort the current process; Delete node_modules folder; install with yarn (just that command). Get yarn here if needed ...
Read more >Exception Handling - Articles Tutorials | AspNet Boilerplate
In a web application, exceptions are usually handled in MVC Controller ... NET Boilerplate handles this exception, logs it and shows the 'Error.cshtml'...
Read more >ERROR setting up boilerplate app using create-react-app
Creating a new React app in G:\My Drive\Coding\Projects\myfirstreactapp. Installing packages. This might take a couple of minutes.
Read more >Install and manage SDK templates - .NET - Microsoft Learn
Install template packages from other SDKs ; Try creating an app that targets .NET Core 3.1. · console --framework netcoreapp3.1 ; Install the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I did actually needed to regenerate the boilerplate! But now it works! Thanks a lot.
This was addressed in version
2.7.0
, the version was published to both github and npm and the issue should now be fixed. No need to regenerate boilerplate or change existing applications, the changes are contained within ZombieBox engine.