I think it would be fun if we could create a symbolic link for Node.js built on your local via nodebrew link like npm link. Since the Release file in node repo does not have node_modules, we need to create a link to the binary you build and create a lib directory to support it in this feature.
draft:
$ cd node
$ make
$ nodebrew link out/Release/node
$ nodebrew use link
tell me your opinion implicitly please 👂
I think it would be fun if we could create a symbolic link for Node.js built on your local via
nodebrew linklikenpm link. Since the Release file in node repo does not have node_modules, we need to create a link to the binary you build and create a lib directory to support it in this feature.draft:
tell me your opinion implicitly please 👂