Error Properties Panel Extension Example

Hello folks,

image

I was downloaded from Properties Panel Extension Example and this error appears.

Please share a running / prototypical example that clearly shows what you’re trying to achieve, what is working and what is not.

Use our existing starter projects to quickly hack it or share your existing, partial solution on GitHub or via a CodeSandbox. Provide the necessary pointers that allow us to quickly understand where you got stuck.

This way we may be able to help you in a constructive manner.

Thanks :heart:

Hello @barmac, thanks for your attention.

After I read you post, I deleted the files properties-panel-extension and I reinstalled it and now the example it’s working.

Step by step of what i did and the example worked:
1º “git clone https://github.com/bpmn-io/bpmn-js-examples.git”;
2º Open in VSC the folder cloned;
cd properties-panel-extension
npm i
grunt auto-build

I had done the same step by step as above, the first time it didn’t work but now it works.

Thanks for your attention!