Closed karkir0003 closed 10 months ago
Hello @karkir0003! Thank you for submitting the 🐞Bug Request Form. We appreciate your contribution. :wave:
We will look into it and provide a response as soon as possible.
To work on this bug request, you can follow these branch setup instructions:
Checkout the main branch:
git checkout nextjs
Pull the latest changes from the remote main branch:
git pull origin nextjs
Create a new branch specific to this bug request using the issue number:
git checkout -b bug-1077
Feel free to make the necessary changes in this branch and submit a pull request when you're ready.
Best regards, Deep Learning Playground (DLP) Team
Successfully merged in the dlp-cli repository. Therefore, this issue is done and will be closed.
Operating system
MacOS, Windows
Bug description
When we run
dlp-cli frontend install
on the most recent version ofdlp-cli
, there is an error that arises due topnpm
not being installed in order to setup the frontend. This seems to be due to thedlp-cli
usingyarn
to install the project when we migrated topnpm
as the dependency manager for the frontend.Fix:
dlp-cli
repo and look forcmd/frontend/install
folder and update that.go
file to enforce installation ofpnpm
prior to runningpnpm install
dlp-cli frontend install
works seamlessly after step 1goreleaser
to release a minor version upgrade to the CLI (for bothbrew
andscoop
)Steps to reproduce
dlp-cli frontend install
after having the Node V20/corresponding npm installed