❌ Error: @mendix/pluggable-widgets-tools@^10.15.0
not found
Reason: Version 10.15.0 doesn’t exist on npm
Fix:
Open package.json
Change version to "@mendix/pluggable-widgets-tools": "^10.9.0"
Run npm install
use:npx @mendix/generator-widget@10.9.0 TextBox
Check available versions here:https://www.npmjs.com/package/@mendix/pluggable-widgets-tools
Hi Vijaybir Singh,
The version @mendix/generator-widget@10.9.0
does not exist, which is why you're getting the ETARGET
error.
Solution :
Use the latest available version:
npx @mendix/generator-widget@10.15.1 TextBox
You can check the available versions here:🔗 https://www.npmjs.com/package/@mendix/generator-widget?activeTab=versions
After generating the widget, if needed, update the @mendix/pluggable-widgets-tools
version in package.json
to match your Mendix Studio Pro version, and then run:
npm install