Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

README npm install command assumes a public module #309

Open
rrthomas opened this issue Feb 5, 2021 · 0 comments
Open

README npm install command assumes a public module #309

rrthomas opened this issue Feb 5, 2021 · 0 comments

Comments

@rrthomas
Copy link

rrthomas commented Feb 5, 2021

The install command output to README.md is:

npm install -g NAME_OF_MODULE

This doesn't work for me since the module I'm working on is unpublished.

I see there are various issues open about other aspects of using a private repository; perhaps this issues depends on those? Since in fact the project I'm working on is not in any repository, it's simplest just to do:

npm install -g`

in a git checkout. It would be nice if I could tell oclif-dev readme this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant