Node's nested node_modules approach is basically incompatible with Windows
1–10 of 62 posts
Re: Node's nested node_modules approach is basically incompatible with Windows
#2I would use this a lot, but many errors trying to apt-get install packages.
Re: Node's nested node_modules approach is basically incompatible with Windows
#3Re: Node's nested node_modules approach is basically incompatible with Windows
#4Re: Node's nested node_modules approach is basically incompatible with Windows
#5Was the recursive "every package include its dependencies" done just because it was easier? Or was it a conscious design choice.
But it's not a NodeJS problem it is a NPM problem.NodeJS has other problems though(the lack of governance by a dedicated foundation is the most important one,the obvious second one is nodejs dependency on what google does/doesnt do,since google maintains V8).
Re: Node's nested node_modules approach is basically incompatible with Windows
#6Re: Node's nested node_modules approach is basically incompatible with Windows
#7Was the recursive "every package include its dependencies" done just because it was easier? Or was it a conscious design choice.
I've been writing Python and Go for the last 12 months, and by comparison their module systems are absolute disasters.
Re: Node's nested node_modules approach is basically incompatible with Windows
#8Re: Node's nested node_modules approach is basically incompatible with Windows
#9Re: Node's nested node_modules approach is basically incompatible with Windows
#10What's the design reason for Windows tools to only have a max of 260 file path chars? If it's not the OS, but the tools he is using, why not use tools that work? Isn't this the tools bug?
Honestly, if he is doing web development, his life will be easier with a linux distro.