yo @mendix/widget is generating an AssertionError [ERR_Assetion]: Trying to copy from a source that does not exist

3
Hi ,When I execute the following command and enter the yo @mendix/widget TextBox to create a New custom widget , I am getting the error noted below: npm version – v6.14.5 Node.js  version- v10.16.3 any positive solutions are welcomed regards, Narendran J
asked
1 answers
3

Hi Narendran,

When you run the Pluggable Widget Generator command : npm install @mendix/generator-widget -g

it will install the latest version by default, but right now there is an issue in this. So for time being you can degrade the version like 8.9.0 .

Refer the below Github link :

https://github.com/mendix/widgets-resources/issues/285

Version Related :

https://www.npmjs.com/package/@mendix/generator-widget/v/8.9.0

 

answered