How I Work Around The require(“../../../../../../../”) Problem In NodeJS 12 years ago
Isn't it possible to use private git repos to install packages? Why not just install packages from git instead of publishing to npm.
HN user
Isn't it possible to use private git repos to install packages? Why not just install packages from git instead of publishing to npm.
I have an example of React with websockets and level-db if you want to check it out.
Some of the levels in stream-adventure still need a connection since you need to install modules (if you don't have them already). Otherwise this was a great way to learn!