question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Package with dash in its name fails to install with Yarn and NPM

See original GitHub issue

Describe the bug

This package: https://yarnpkg.com/en/package/@ember-data/-build-infra is sub dependency of ember-data package. When trying to install ember-data@3.11 or @ember-data/-build-infra package directly served by Verdaccio, Verdaccio will return 404 error.

To Reproduce

Make sure package is not already on local cache.

yarn add @ember-data/-build-infra or npm install @ember-data/-build-infra

Expected behavior

Package to be successfully installed.

Environment information

Verdaccio 4.2.0 Yarn v1.17.3 NPM v6.4.1

Screenshots

Seems like there is no tarball stored on disk at all.

Screenshot 2019-08-05 at 17 12 37

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:4
  • Comments:20 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
juanpicadocommented, Jan 3, 2020

Shipped on v4.4.1 powered by @DanielRuf

0reactions
lock[bot]commented, Apr 4, 2020

🤖This thread has been automatically locked 🔒 since there has not been any recent activity after it was closed. We lock tickets after 90 days with the idea to encourage you to open a ticket with new fresh data and to provide you better feedback 🤝and better visibility 👀. If you consider, you can attach this ticket 📨 to the new one as a reference for better context. Thanks for being a part of the Verdaccio community! 💘

Read more comments on GitHub >

github_iconTop Results From Across the Web

Couldn't find package "my-custom-package" on the "npm ...
I found the answer to my problem and the reason is that by removing the "-beta" from the version number, the version number...
Read more >
yarn add
Adding dependencies · yarn add package-name installs the package from the npm registry unless you have specified another one in your package. ·...
Read more >
rollup-plugin-postcss - npm
dashed class names will be transformed by replacing all the dashes to $ sign wrapped underlines, eg. -- => $__$; js protected names...
Read more >
jupyterlab-dash - PyPI
A JupyterLab extensions for rendering Plotly Dash apps. ... dependencies $ npm install # or yarn # Build JupyterLab extension $ npm run...
Read more >
Getting Started with ESLint - Pluggable JavaScript Linter
Note: npm init @eslint/config assumes you have a package.json file already. If you don't, make sure to run npm init or yarn init...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found