question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Application boilerplate installation error

See original GitHub issue

Hi 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/ : image

The steps to reproduce this error are detailed below:

  1. Executed npm init

  2. Executed npm install zombiebox

  3. Executed npm install zombiebox-platform-pc zombiebox-extension-cutejs

  4. Created config.js on root folder

  5. Executed npx zombiebox init zombiebox-spike

  6. Executed npx zombiebox run

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
mbeghecommented, Mar 4, 2020

I did actually needed to regenerate the boilerplate! But now it works! Thanks a lot.

1reaction
l1bbcsgcommented, Mar 4, 2020

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.

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found