ameerthehacker / blazepack

⚡ Blazing fast dev server powered by sandpack
GNU Lesser General Public License v3.0
234 stars 17 forks source link

No output #3

Closed mananchawla2005 closed 3 years ago

mananchawla2005 commented 3 years ago

Hi when I tried running blazepack inside a vue 3 project, localhost:3000 shows complete blank screen. Am i doing something wrong?

ameerthehacker commented 3 years ago

@mananchawla2005 can you please share the vue3 project repo if you can

sahilrajput03 commented 3 years ago

It happened with me too.., like completely blank screen when i used it with react boiler code as mentioned in docs with command:

npm i -g blazepack
blazepack start my-cra --template=react
# Tried using cmd and msys2 terminal on windows 8.1, any suggestion on how to make it work?

Can you tell your?

node -v
npm -v
npx -v
blazepack --version

mine is like this:

node -v : v14.15.4
npm -v : 7.5.2
npx -v : 7.5.2
blazepack --version: v0.0.15

If you prefer yarn do tell, or some other npm package manager do tell that please..!

My screen after running blazepack command:

image

What is the matter @ameerthehacker ?

ameerthehacker commented 3 years ago

@sahilrajput03 does this happen with other templates also, and did you had internet connection while trying this out?

sahilrajput03 commented 3 years ago

@sahilrajput03 does this happen with other templates also, and did you had internet connection while trying this out?

Internet is good for sure.., I am now gonna try other templates too.., wait a minute..

sahilrajput03 commented 3 years ago

for angular its like: image

So, I tried blazepack command from insdie the directory like so, but no good results.. :(

image

ameerthehacker commented 3 years ago

@sahilrajput03 I think I found the issue and will cut a release in sometime

sahilrajput03 commented 3 years ago

FYI: I noticed some download are happening in background when i try to reload the page(its done with preact template), i.e., blazepack start my-preact-app --template=preact. Check it here.

ameerthehacker commented 3 years ago

@sahilrajput03 I have fixed the issue, please try with the latest version

sahilrajput03 commented 3 years ago

@sahilrajput03 I have fixed the issue, please try with the latest version

image

Amazing!!! <3 <3 <3

sahilrajput03 commented 3 years ago

@mananchawla2005 , you can close this issue I guess!

ameerthehacker commented 3 years ago

@sahilrajput03 thanks for confirming and hopefully it will work for you also @mananchawla2005