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

File missing in the 1.3.2 release #21

Closed
LinaKind opened this issue Feb 20, 2023 · 3 comments
Closed

File missing in the 1.3.2 release #21

LinaKind opened this issue Feb 20, 2023 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@LinaKind
Copy link

Unable to use the most recent release due to below error:

npm i tinyld@latest

npm ERR! code ENOENT
npm ERR! syscall chmod
npm ERR! path [...]/node_modules/tinyld/bin/tinyld-heavy.js
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, chmod '[...]/node_modules/tinyld/bin/tinyld-heavy.js'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

@kefniark
Copy link
Contributor

kefniark commented Feb 20, 2023

Ho thanks, indeed something looks wrong, it indeed looks like one of the /bin script was not renamed properly.

Just to know what version of npm are you using?
I just would like to reproduce the issue to be sure my fix works properly.

For me both npm & yarn have no trouble with it. They don't even show a warning

$ yarn add tinyld
yarn add v1.22.19
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
[5/5] Building fresh packages...
success Saved lockfile.
success Saved 1 new dependency.
info Direct dependencies
└─ tinyld@1.3.2
info All dependencies
└─ tinyld@1.3.2
Done in 44.73s.
$ npm i tinyld@latest

added 1 package, and audited 2 packages in 2s

found 0 vulnerabilities

@kefniark kefniark added the bug Something isn't working label Feb 20, 2023
@kefniark kefniark self-assigned this Feb 20, 2023
@kefniark
Copy link
Contributor

I published https://www.npmjs.com/package/tinyld/v/1.3.3
Let me know if it solve your problem

@LinaKind
Copy link
Author

That solves the problem. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants