Prerequisites
Description
I tryed to install my extension manually but it fails with this message in the console:
failed to run terminals.startConnection: Unable to load one of the modules: ...../AppData/Roaming/Brackets-Electron/extensions/user/brackets-terminal-x/src/node/TerminalsDomain, reason: Error: A dynamic link library (DLL) initialization routine failed.
\\?\.....\AppData\Roaming\Brackets-Electron\extensions\user\brackets-terminal-x\node_modules\node-pty\build\Release\pty.node
do you have an idea?
I tryed to delete the .npmrc file or to add one like this but failed.
# Electron's version.
npm_config_target=1.6.2
# The architecture of Electron, can be ia32 or x64.
npm_config_arch=x64
npm_config_target_arch=x64
# Download headers for Electron.
npm_config_disturl=https://atom.io/download/electron
# Tell node-pre-gyp that we are building for Electron.
npm_config_runtime=electron
# Tell node-pre-gyp to build module from source code.
npm_config_build_from_source=true
Versions
Windows 10
1.9.4
Steps to Reproduce
- Clone https://github.com/ficristo/brackets-terminal-x/releases in the extensions folder
- Delete the
.npmrc file
- Run npm install (with the same node version of Brackets-Electron)
- Start Brackets
Expected behavior: [What you expected to happen]
My extensions should load
Actual behavior: [What actually happened]
An error is logged on the console
Prerequisites
Brackets-Electronspecific problem (did you test it with latest brackets build)?Description
I tryed to install my extension manually but it fails with this message in the console:
do you have an idea?
I tryed to delete the
.npmrcfile or to add one like this but failed.Versions
Windows 10
1.9.4
Steps to Reproduce
.npmrcfileExpected behavior: [What you expected to happen]
My extensions should load
Actual behavior: [What actually happened]
An error is logged on the console