faustjs icon indicating copy to clipboard operation
faustjs copied to clipboard

Faust npx creator using old versions of Faust and its dependencies

Open ChrisWiegman opened this issue 1 year ago • 2 comments

When running the Quick Start command from https://faustjs.org/tutorial/get-started-with-faust the dependencies installed are quite old. This ticket is to update this as much as possible so that folks are using the current version of Faust.

Image

The screenshot above shows a list of all the dependencies installed by the npx command.

ChrisWiegman avatar Mar 19 '24 18:03 ChrisWiegman

This happens due to main not being up to date with canary at the moment.

mindctrl avatar Mar 19 '24 19:03 mindctrl

we should reference the canary branch in our examples

theodesp avatar Mar 20 '24 15:03 theodesp

I've updated the faust.js org site to mention the canary branch.

theodesp avatar Jun 20 '24 15:06 theodesp