krumIO / krum-rancher-extensions

Collection of Developer and Platform focused extensions for SUSE Rancher
https://www.krum.io/
0 stars 1 forks source link

build: set node and yarn versions #2

Closed cjshearer closed 11 months ago

cjshearer commented 11 months ago

Previously, the node and yarn version were not locked down and upon attempting to install the dependencies on a new machine, it changed the dependency configuration in some way that caused running the project to fail.

This commit locks down a working node and yarn version, explicitly lists a required dev dependency, and provides repeatable instructions for project setup.

cjshearer commented 11 months ago

@grudra7714 I'm going to remove the zero-install yarn cache thing since it looks to have introduced an unforeseen issue and some unnecessary complexity.

EDIT: Done.