| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-13 | fix(npm): show a progress bar when initializing the node_modules folder (#18136) | David Sherret | |
| Creating the node_modules folder when the packages are already downloaded can take a bit of time and not knowing what is going on can be confusing. It's better to show a progress bar. | |||
| 2022-11-06 | fix(npm): fix CJS resolution with local node_modules dir (#16547) | Bartek IwaĆczuk | |
| This commit fixes CJS resolution when there's a local "node_modules/" directory. Before this commit relative imports from CJS files where resolved relative to root directory of the package instead of relative to referrer file. | |||
