Cssnano: devServer in /site does not seem to start

Created on 14 Jan 2020  路  5Comments  路  Source: cssnano/cssnano

In the /site directory after running yarn install I tried yarn start but I'm getting the following error.

image

Also, the test suite in the root of the project seems to be failing.

image

All 5 comments

Feel free to send a PR with fix

@evilebottnawi I'm sorry! I would have made a PR but i don't the fix.

you need to run yarn run build:metadata from root first then run the start command from site

better run yarn run build:site

@anikethsaha Thanks ! :slightly_smiling_face: After i ran yarn run build:metadata I ran yarn run build:site from the root & i got this:
image

Also yarn start from the /site directory is not working.

image

I guess something to do with phenomic. Try tracing back the error

Was this page helpful?
0 / 5 - 0 ratings