python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Does npm install have an equivalent to pip install --no-deps?
I'm more familiar with the Python ecosystem at this point and have a question about how I can do something with npm that I'm used to doing with pip.
Let's say I have a wheel for a particular Python pa...

Caleb Koch
Votes: 0
Answers: 1
Github - getting not found error when trying to publish package to npm
I'm trying to publish a new package to npm, public.
I have the following workflow:
# This workflow will run tests using node and then publish a package to GitHub
Packages when a release is created
#...
David Faizulaev
Votes: 0
Answers: 1
github action for npm publish fails
Goal
I have manually published an open source lib to registry.npmjs.org and I want future releases to be automatically published using GitHub Actions. I have no prior experience with GitHub actions.
W...
observer
Votes: 0
Answers: 1
Publishing npm private package to AWS CodeArtifact (private field set to true in package.json)
Context
I am attempting to publish a private package to AWS CodeArtifact and having difficulties.
The package.json file has its private field set to false to prevent accidental publishing to npmjs.com...

Igor Soloydenko
Votes: 0
Answers: 0