juliomrqz / statusfy

A Marvelous Open Source Status Page System
https://marquez.co/statusfy
Apache License 2.0
2.65k stars 199 forks source link

Issue when installing with npx #479

Open Byolock opened 4 years ago

Byolock commented 4 years ago

Bug report

Version

v.0.5.0

Steps to reproduce

Execute npx statusfy init

What is expected?

I guess it schould download the files and some depencies ? Never used npx untill now.

What is actually happening?

I get the following Error:

internal/modules/cjs/loader.js:583                                                                                                                                            
    throw err;
    ^

Error: Cannot find module '/root/.npm/_npx/157056/lib/node_modules/statusfy/node_modules/ejs/postinstall.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
    at Function.Module._load (internal/modules/cjs/loader.js:507:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:742:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)
npm ERR! code ELIFECYCLE                                                                                                                                                      
npm ERR! errno 1
npm ERR! ejs@2.7.4 postinstall: `node ./postinstall.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the ejs@2.7.4 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

Other relevant information

welcome[bot] commented 4 years ago

Thanks for opening this issue, a maintainer will get back to you shortly! Be sure to follow the issue template! 🤓

open-collective-bot[bot] commented 4 years ago

Hey @Byolock :wave:, Thank you for opening an issue.

Check out our OpenCollective and consider backing us. Help us to continue developing this Amazing Project, we will appreciate it :heart:.

You can contribute from $2 :nerd_face:, less than a cup of coffee :coffee: :smiley:

https://opencollective.com/statusfy

PS.: We offer priority support for all backers. Don't forget to add priority label when you start backing us :smile:

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

JoshuaSmeda commented 4 years ago

This is still a problem!

juliomrqz commented 4 years ago

@JoshuaSmeda I've been busy these days and I haven't been able to fix the issue. The project is completely Open Source, so if you are in a hurry, you can fix the bug yourself and send a Pull Request.

JoshuaSmeda commented 4 years ago

Thanks for the reply. I'm not familiar with the npm tool kit so I unfortunately won't be able to submit a fix. I'm using the docker container for now

On Wed, 26 Aug 2020, 22:22 Julio Marquez, notifications@github.com wrote:

@JoshuaSmeda https://github.com/JoshuaSmeda I've been busy these days and I haven't been able to fix the issue. The project is completely Open Source, so if you are in a hurry, you can fix the bug yourself and send a Pull Request.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/juliomrqz/statusfy/issues/479#issuecomment-681103444, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJRBWDQF5UB7MFAUGLMCMO3SCVVHTANCNFSM4KZREDFA .

zmunro commented 3 years ago

@JoshuaSmeda where is there a dockerfile for this?

JoshuaSmeda commented 3 years ago

It's in the repository @zmunro

https://github.com/juliomrqz/statusfy/blob/master/Dockerfile

zmunro commented 3 years ago

@JoshuaSmeda Oh jeeze, idk how I missed that. Thank you!

Pagefreak commented 3 years ago

This problem still exists.