ND Sire
ND Sire
@milaninfy I will take a look at your install doc recommendations. But it's NVM which does the install. It looks like `@npmcli/config/lib` was deleted in Node 19. Then it was...
Yes, this is the problem. It's looking for the config files under workspaces folder. When I fix the very first require, it works. But there's many more of them. The...
`const Config = require('../workspaces/config')` passes but this doesn't `const Config = require('@npmcli/config')` I am searching for that file scope @npmcli. Wherever it's set, needs tweaked.
The @ is a NodeJS featured called a scoped package. The directory must remain with @npmcli in it's name. So that config package will need moved back to the original...
If any company's are reading this, and struggling to get their legacy Node apps upgraded. I need some companies to pay me an annual fee to setup a break-box to...
Sure, I will try. But I am 99% sure the config files for Windows are missing. And they need to be put back. Because those files do all kinds of...
On a side note not related to the Node fix, I was going to just hop back onto Ubuntu to do some dev work for Node and work around this...
Well, see that's the chicken and egg problem. I couldn't even get npm to run on the command line to fix anything. That's the weakness with npm maintaining itself. I...
I am receiving a new error now with other version not related to this problem. There's problems either with the Node exe or npm calling the node exe. Exe access...
Hi @milaninfy, I followed you. Can you add some contact info to your Github profile so I can tweet you or something, instead of clogging up the ticket with my...