Sten Roger Sandvik
Sten Roger Sandvik
Reverse does not seem to work. Especially going from full forward to reverse.
Add restrictions on values. See how to do it in https://github.com/Microsoft/pxt-microbit/blob/master/libs/core/led.ts
Set NodeExtension.download default to true instead of false.
Rename NodeExtension.nodeModulesDir to workDir. This makes it consistent with other tasks which call the same concept a _"working directory"_.
Scope yarn and npm settings inside node closure. Like this: ``` node { version = 'x.x.x' download = true npm { version = 'x.x.x' workDir = ... } yarn {...
Implement a download cache for node and npm that can be shared. This cache should hold unpacked distributions of node and npm packages used globally in a structure like this:...
Define a node and npm dependency resolver that can both download node and npm packages. It will be used for NodeSetup, NpmSetup and YarnSetup.
This is not very robust since it depends on a previous npm. Download it directly from npm repository.
Hi everyone. I am posting this here as an issue since I have no idea where to post such a message :-) I started this project some time ago to...
See issue https://github.com/srs/gradle-node-plugin/issues/71