suddi.github.io icon indicating copy to clipboard operation
suddi.github.io copied to clipboard

Not able to view the static web site

Open Beauclair opened this issue 6 years ago • 7 comments

After cloning the branch and push to my own repo, when I launch the page, all I can see is the black page. What could be the reason ?

Beauclair avatar Feb 06 '20 14:02 Beauclair

I have a same problem I installed npm but didn't work

image

image

@Beauclair @suddi

smkplus avatar Mar 28 '20 07:03 smkplus

@smkplus I don't have the solution yet

Beauclair avatar Mar 28 '20 13:03 Beauclair

@Beauclair @smkplus Did you got its solution!!

Gourav-raj avatar Feb 06 '21 19:02 Gourav-raj

Not yet @Gourav-raj

Beauclair avatar Feb 06 '21 19:02 Beauclair

Not yet @Gourav-raj

smkplus avatar Feb 07 '21 10:02 smkplus

https://github.com/justinshuck/justinshuck.github.io this guy has deployed but how i didn't get it @Beauclair @smkplus

Gourav-raj avatar Feb 07 '21 10:02 Gourav-raj

Hi @Beauclair @smkplus @Gourav-raj,

I just went through the codebase, it still works as expected for me.

I am utilizing the following versions of node, npm and nvm:

node v12.18.0
npm  v6.14.4
nvm  v0.35.3

I ran the following steps and the page rendered as expected at http://localhost:8080/:

$ npm install
$ npm run bundle
$ npm start

image

Could you please try with the versions of node and npm that I have suggested above.

suddi avatar Feb 10 '21 12:02 suddi