I downloaded local copy of npm package and extracted it on desktop.
Then I used npm install /directory/
to install it.
What I noticed is that when I remove desktop directory, app says it can't find installed module. After further investigation I noticed that package is in node_modules
but it has arrow next to it and it says "symbolic link" which I suppose is a link to desktop directory with this package.
How do I install it independently so that it is fully contained in node_modules allowing me to remove desktop copy?
package.lock
file in it, javascript code and ts type definitions. – Blubberhead