@jsonforms/angular-test 2.4.0-alpha.2 not found

I checked out the latest 2.4.0-alpha.2 jsonforms release and I’m looking to run the latest angular-material example with the angular renderers redux dependency removed. I’m getting the following error on npm install

npm ERR! code E404
npm ERR! 404 Not Found: @jsonforms/angular-test@^2.4.0-alpha.2

Do I need to wait a bit to see an example?

[original thread by Johnny]

Hi @syntiro thanks for your interest in JSON Forms! I’m not exactly sure what steps you executed to get this error.

If you want to run our example app with the Angular Material renderers from within the JSON Forms repository you currently need to perfom the following steps:

git clone https://github.com/eclipsesource/jsonforms.git
cd jsonforms
npm ci
npm run init
npm run build
cd packages/angular-material
npm run dev

Note however that this example app is intended for JSON Forms developers only. It’s not particular pretty and contains a lot of scenarios and configurations which are not supported by the Angular renderers.

Instead I would recommend taking a look at our JSON Forms Angular Material Playground. There is an open PR which updates the playground to the Redux-less renderers. You’ll need to do additional modifications to get it running successfully, but this is all described within the PR.

I hope this helps. Let me know if you run into further problems :wink: