Santoshraj2

Results 10 comments of Santoshraj2

When both the files .gitignore and .npmignore kept at the same level on root or subdirectory, as expected .npmignore is preferred. When both the files are at different level .gitignore...

@mrazauskas As we are trying to create the executable files in the bin folder , the executable files should be in bin folder and path should be the directory to...

@glen-84 I tried reproducing this bug with the steps mentioned, In attached screenshot you can see we are installing packageA from packageB with same command but nothing gets deleted. Can...

This has been tried on latest as well as given version, but its not reproducing.

I am able to reproduce in original mentioned version(8.9.0) but not in the latest.. closing.

The issue is in build-ideal-tree.js the buildDepStep() function is basically have code to check depsQueue if the queue has some dependency, it is recursively calling buildDepStep().. In this scenario the...

@mrazauskas Yes you are right ./path/to/program and path/to/program are same. so other examples looks fine to me.

> @Santoshraj2 Hm.. I was speaking about the two examples just under the one you have fixed. Also not sure if these examples is the problem. As far as I...

> @Santoshraj2 Please read the description of the issue and follow the steps provided there. Do you see warnings emitted? I clearly followed the steps, thats why we agreed that...