Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed To Start App After Bootstap #22

Open
zgunz42 opened this issue Sep 22, 2020 · 2 comments
Open

Failed To Start App After Bootstap #22

zgunz42 opened this issue Sep 22, 2020 · 2 comments

Comments

@zgunz42
Copy link

zgunz42 commented Sep 22, 2020

I like your project and I try to running the project at the first time it look good but after visited the website I got not found response I try to read the log and I see that it failed to build front end and has node-sass not found and I think that the problem, then I try to install and keep failed on node-sass. On another project that uses node-sass like quasar install on my machine is working fine. I don't know why node-sass can't be installed on this project

@cstrempfer
Copy link

cstrempfer commented Dec 24, 2020

I had the same issue. After installing the node-sass version explicitly it worked.

$ npm uninstall node-sass
$ npm install --save-dev [email protected]
$ yarn bootstrap
$ yarn start-with-docker

I didn't investigate further what was the root cause.

@zgunz42
Copy link
Author

zgunz42 commented Dec 29, 2020

I had the same issue. After installing the node-sass version explicitly it worked.

$ npm uninstall node-sass
$ npm install --save-dev [email protected]
$ yarn bootstrap
$ yarn start-with-docker

I didn't investigate further what was the root cause.

I try install node-gyp that what I founded in stackoverflow but another error shown up, I think node-sass package need to replace with sass which use dart instead of python

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants