Skip to content

How to use /dev branch? #380

Closed Answered by nobkd
tomByrer asked this question in Q&A
Discussion options

You must be logged in to vote

In short, there's no dev/edge release, so you'll have to install the dev version using git:

  1. Remove installed nuekit version from your system bun rm -g nuekit
  2. clone the repo git clone [email protected]:nuejs/nue
  3. cd nue
  4. switch to dev branch git switch dev
  5. bun install on project root
  6. bun link from packages/nuekit

In one line: bun rm -g nuekit; git clone [email protected]:nuejs/nue; cd nue; bun i; cd packages/nuekit; bun link

now you can use nue CLI globally.

I've written this down from memory, so maybe I missed a step. Good luck.


If you want to remove the dev version, use bun unlink in packages/nuekit


PS: if you are on windows, I think you'll have to rerun the link step each time, you pull fro…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by nobkd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants