You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Short description of the problem here.
I try to build kedro-viz locally and follow the contributing guide. I found that I am missing index.html because I didn't run build.
to fix the issue. Then I get stuck in another error and I am not able to resolve:
(kedro) Nok_Lam_Chan@ kedro-viz % make build
rm -rf build package/build package/dist package/kedro_viz/html pip-wheel-metadata package/kedro_viz.egg-info
npm run build
Hi @noklam , thanks for raising this issue. This mostly happens due to the conflicting node versions, stale package.lock.json and node_modules. We can add a NOTE in the CONTRIBUTING.md file like below -
Note
If you face any issues running make build, please note that we recommend you install Node v18, remove node_modules from the working directory and delete package-lock.json. Now try installing node dependencies using npm install and execute make build again.
Description
Short description of the problem here.
I try to build kedro-viz locally and follow the contributing guide. I found that I am missing index.html because I didn't run build.
Steps to Reproduce
make build
I need to run this first:
to fix the issue. Then I get stuck in another error and I am not able to resolve:
(kedro) Nok_Lam_Chan@ kedro-viz % make build
rm -rf build package/build package/dist package/kedro_viz/html pip-wheel-metadata package/kedro_viz.egg-info
npm run build
The text was updated successfully, but these errors were encountered: