You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loading up the package in Pulsar on my M1 MacBook Pro results in an error. Looks like there needs to be an arm64 build for zadeh, which has been also mentioned here:
Failed to activate the pulsar-ide-typescript-alpha package
At No native build was found for platform=darwin arch=arm64 runtime=electron abi=87 uv=1 armv=8 libc=glibc node=14.16.0 electron=12.2.3
loaded from: /Users/mark/.pulsar/packages/pulsar-ide-typescript-alpha/node_modules/zadeh
Error: No native build was found for platform=darwin arch=arm64 runtime=electron abi=87 uv=1 armv=8 libc=glibc node=14.16.0 electron=12.2.3
loaded from: /Users/mark/.pulsar/packages/pulsar-ide-typescript-alpha/node_modules/zadeh
at Function.load.resolve.load.path (/packages/pulsar-ide-typescript-alpha/node_modules/node-gyp-build/node-gyp-build.js:60:9)
at load (/packages/pulsar-ide-typescript-alpha/node_modules/node-gyp-build/node-gyp-build.js:22:30)
at /packages/pulsar-ide-typescript-alpha/node_modules/zadeh/index.js:1:2743)
at /packages/pulsar-ide-typescript-alpha/node_modules/zadeh/index.js:4:3)
at Module._compile (/app.asar/src/native-compile-cache.js:120:30)
at /app.asar/src/compile-cache.js:252:23)
at Module.load (internal/modules/cjs/loader.js:935:32)
at Module._load (internal/modules/cjs/loader.js:776:14)
at Function.f._load (electron/js2c/asar_bundle.js:5:12913)
at Function.o._load (electron/js2c/renderer_init.js:33:379)
at Module.require (internal/modules/cjs/loader.js:959:19)
at require (/app.asar/src/native-compile-cache.js:67:27)
at /packages/pulsar-ide-typescript-alpha/node_modules/@savetheclocktower/atom-languageclient/build/lib/adapters/autocomplete-adapter.js:41:17)
at /packages/pulsar-ide-typescript-alpha/node_modules/@savetheclocktower/atom-languageclient/build/lib/adapters/autocomplete-adapter.js:548:3)
at Module._compile (/app.asar/src/native-compile-cache.js:120:30)
at /app.asar/src/compile-cache.js:252:23)
at Module.load (internal/modules/cjs/loader.js:935:32)
at Module._load (internal/modules/cjs/loader.js:776:14)
at Function.f._load (electron/js2c/asar_bundle.js:5:12913)
at Function.o._load (electron/js2c/renderer_init.js:33:379)
at Module.require (internal/modules/cjs/loader.js:959:19)
at require (/app.asar/src/native-compile-cache.js:67:27)
at /packages/pulsar-ide-typescript-alpha/node_modules/@savetheclocktower/atom-languageclient/build/lib/auto-languageclient.js:45:45)
at /packages/pulsar-ide-typescript-alpha/node_modules/@savetheclocktower/atom-languageclient/build/lib/auto-languageclient.js:1243:3)
at Module._compile (/app.asar/src/native-compile-cache.js:120:30)
at /app.asar/src/compile-cache.js:252:23)
at Module.load (internal/modules/cjs/loader.js:935:32)
at Module._load (internal/modules/cjs/loader.js:776:14)
at Function.f._load (electron/js2c/asar_bundle.js:5:12913)
at Function.o._load (electron/js2c/renderer_init.js:33:379)
Yeah, until I figure out how to do so automatically — which might need to happen on the Pulsar side; we've discussed this a bit — something like the workaround described in this comment is probably your best bet.
So as of version 0.1.1 of this package, published just a few minutes ago, there should no longer be a dependency on zadeh. I was able to change my fork of atom-languageclient to remove its (minimal) dependency on zadeh in favor of identical functionality available through Pulsar's own fuzzy-matcher available at atom.ui.fuzzyMatcher.
If you update the package and still find that you (somehow) have to build zadeh, let me know, and I can reopen this issue.
Loading up the package in Pulsar on my M1 MacBook Pro results in an error. Looks like there needs to be an arm64 build for zadeh, which has been also mentioned here:
Versions
Pulsar: 1.114.2024021615 arm64
Electron: 12.2.3
OS: macOS 14.2.1
Thrown From: pulsar-ide-typescript-alpha package 0.0.16
Stack Trace
Failed to activate the pulsar-ide-typescript-alpha package
Commands
Non-Core Packages
Additional Information
The text was updated successfully, but these errors were encountered: