|
|
|
|
|
by azornathogron
1214 days ago
|
|
Various packages rely on node_modules existing as a directory with a particular layout, some rely on being able to write into it. Some of the npm alternatives are built to store and manage dependencies in other ways (e.g., keep packages as zip files or other archives and get node to load direct from the zip), and these other mechanisms do not use a node_modules directory, hence compatibility problems. |
|
Once you've landed on a package manager that does use it, wouldn't you continue to use that?