getcandy / hub

GetCandy v1 Hub built on Nuxt.js
30 stars 9 forks source link

Fix your install instructions #40

Closed vivekkhurana closed 3 years ago

vivekkhurana commented 3 years ago

Followed the install instructions to the t. But the app doesnt launch. The console is filled with message " WARN You did not set any plugins, parser, or stringifier. Right now, PostCSS does nothing. Pick plugins for your case on https://www.postcss.parts/ and use them in postcss.config.js."

This message is repeated uncountable times while running npm run dev . Even after the console says listening to localhost:3000, opening it in browser shows nothing. Infact browser is not able to connect to the app.

There is no firewall or anything as other nuxt.js apps work perfectly fine. Also, nothing in the api logs, infact there is no request that is received in API log.

Really the most pathetic Laravel project I have ever tried.

alecritson commented 3 years ago

Hi @vivekkhurana thanks for the feedback. I have managed to follow the instructions myself as they are and got the hub set up and it's all connecting. It might have been worth putting your environment set up in the issue such as node version etc so we can diagnose what's going on.

Although judging by the last sentence I would assume you've decided not to use GetCandy so i'll go ahead and close the issue :)

mwamodo commented 3 years ago

Hey @alecritson,

Do you need a postcss.config.js file? I am getting the same error trying to be described. I really like the api and would like to give the hub a try

node version v14.16.0

mwamodo commented 3 years ago

works fine with yarn, npm can be really weird sometimes