Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm package not in registry #2

Closed
selfagency opened this issue Feb 21, 2018 · 3 comments
Closed

npm package not in registry #2

selfagency opened this issue Feb 21, 2018 · 3 comments

Comments

@selfagency
Copy link

❯ yarn add deepset                                                                                                             2s 815ms
yarn add v1.3.2
warning ../../package.json: No license field
[1/4] 🔍  Resolving packages...
error Couldn't find package "deepset" on the "npm" registry.
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.

❯ npm search deepset                                                                                                            3s 37ms
NAME                      | DESCRIPTION          | AUTHOR          | DATE       | VERSION  | KEYWORDS
compute-erf               | Error function.      | =kgryte…        | 2015-08-01 | 3.0.3    | compute.io compute computation erf error f
compute-signum            | Signum function.     | =kgryte…        | 2015-06-20 | 2.0.0    | compute.io compute computation sign signum
compute-erfinv            | Inverse error…       | =kgryte…        | 2016-01-30 | 3.0.1    | compute.io compute computation statistics
compute-sqrt              | Computes an…         | =kgryte         | 2015-07-22 | 3.0.1    | compute.io compute computation mathematics
vue-deepset               | Deep set Vue.js…     | =vbranden       | 2018-01-28 | 0.6.3    | vue vue.js reactive deep set vuex model v-
compute-erfc              | Complementary error… | =kgryte…        | 2015-07-22 | 3.0.1    | compute.io compute computation statistics
compute-abs               | Computes an…         | =kgryte…        | 2015-07-16 | 3.0.0    | compute.io compute computation mathematics
compute-erfcinv           | Inverse…             | =kgryte…        | 2016-01-30 | 3.0.1    | compute.io compute computation erf error f
@lukeed
Copy link
Owner

lukeed commented Feb 21, 2018

Yes 😢 See here

I'm waiting for a response to my NPM ticket before finding a new name or publishing as a scoped package.

In the meantime you can (just as easily) do this:

$ yarn add lukeed/deepset
#=> pulls from github directly

@selfagency
Copy link
Author

thanks

@lukeed
Copy link
Owner

lukeed commented Feb 21, 2018

Now published as dset~!

@lukeed lukeed closed this as completed Feb 21, 2018
lukeed added a commit that referenced this issue Oct 25, 2023
* fix: TS .d.ts resolution (#1)

There are types at '/node_modules/dset/index.d.ts', but this result could not be resolved when respecting package.json "exports". The 'dset' library may need to update its package.json or typings.ts(7016)

* Update package.json (#2)

* Simplified package exports

* Updated back to original repo

* Update package.json

---------

Co-authored-by: Luke Edwards <luke.edwards05@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants