I've created a simple React web app and would like to publish it to NPM so that people find if easier to install (it's already published to Github).
However npm installs it by putting the whole project folder inside the node_modules folder. This of course isn't what I expected - all the project files need to be placed inside the folder from which the npm install xxx-yyy
command was invoked.
Is this possible and how?