windows-dev-setup
Windows developer setup — VC++ Redistributable for native Node addons (npm test / electron:start)
Install / Use
npx skills add AK2083/DojoSphereInstalls into whichever agent you are using.
.clinerules
Cline rules
Quality Score
Category
Data & AnalyticsSupported Platforms
Skill content
View source on GitHubdescription: Windows developer setup — VC++ Redistributable for native Node addons (npm test / electron:start) alwaysApply: true
Windows — Visual C++ Redistributable
On Windows, npm install can succeed while npm test or npm run electron:start still fail because native .node addons cannot load.
When this applies
Suspect a missing VC++ runtime (not a broken lockfile) when you see:
Cannot find native binding/ERR_DLOPEN_FAILED(oxc-resolver,@electron-internal/extract-zip, …)Das angegebene Modul wurde nicht gefundenfor a.nodefile that exists undernode_modules- Electron stuck on
Downloading Electron binary..., thenElectron failed to install correctly/ missingnode_modules/electron/dist
Cause: Missing VCRUNTIME140.dll / MSVCP140.dll from the VC++ Redistributable x64. This is a dev machine requirement; end-user packaged Electron apps normally ship their own runtime.
What to do
- Tell the user to install VC_redist.x64.exe and reopen the terminal.
- Reinstall Electron so the binary download can finish:
Remove-Item -Recurse -Force node_modules\electron
npm install
Optional if still incomplete: node node_modules/electron/install.js
- Do not default to deleting
package-lock.json/ all ofnode_modulesfirst — only if problems remain after the Redistributable is installed.
Full write-up: CONTRIBUTING.md.
Related Skills
Chat2DB
28.1kChat2DB is a free, cross-platform, local-first database client and SQL workspace for developers, DBAs, analysts, and data teams. Connect to 40+ databases, manage data, edit and run SQL, and use your own AI model to generate, explain, and optimize queries.
dbx
18.1k20 MB lightweight cross-platform database client for 90+ databases, including MySQL, PostgreSQL, SQLite, Redis, MongoDB, DuckDB, SQL Server, and Dameng. Built-in AI, MCP Server, CLI, desktop and Docker.
tabularis
4.7kOpen-source desktop SQL workspace for PostgreSQL, MySQL/MariaDB, SQLite and 15+ more databases like DuckDB, ClickHouse, Redis and Firestore. Built-in MCP server for Claude, Cursor and Devin, SQL notebooks and visual EXPLAIN.
pyspark-etl-best-practices-cursorrules-prompt-file
40.7kCursor rules for PySpark ETL development with code style, joins, window functions, map operations, and Iceberg patterns.
Security Score
Audited on Invalid Date
