Open TeliPace opened 5 months ago
@TeliPace I do have the same problem:
ruleset-development-cli new ruleset_tutorial -s oas
TypeError: Cannot set property crypto of #<Object> which has only a getter
Node.js v23.3.2, npm 10.9.0, macOS Sequoia 15.1.1
On running the
ruleset-development-cli new ruleset_tutorial
(or anything with thenew
command) I receive the errorTypeError: Cannot set property crypto of #<Object> which has only a getter
. All other commands appear to run without issue. The package was installed globally. Am I doing something wrong?Running Node.js v20.4.0 on Windows 10