Closed jkowalleck closed 4 months ago
in case the found package.json was invalid/insufficient, the process should traverse up and find the next one. this upwards traversal is to be stopped as soon as one of the following occurs:
package.json
node_modules
closes #1237 #778
oh, i have an addition, regarding yarn/pnp installs: we need also to stop traversing up, as soon as the base name ends with .zip
.zip
Thanks to @reey :+1:
in case the found
package.json
was invalid/insufficient, the process should traverse up and find the next one. this upwards traversal is to be stopped as soon as one of the following occurs:node_modules