@surefire, thank you for this package. This line:
export npm_config_nodedir=/usr
in PKGBUILD
doesn't work well with machine where system's nodejs
(currently v13) isn't used, e.g by using nvm
(node version manager) in my case.
The error happens during rebuild of node-sass
(there is a conflict between system nodejs
's common.gypi
file and my current nodejs
version in LTS 12.x's common.gypi
). My fix is to comment this line in PKGBUILD
, then, it works well, because node-gyp
will detect the correct folder for configuration files. Maybe I could try to switch nvm
to use system's nodejs
before executing makepkg.
Pinned Comments
petercxy commented on 2021-08-13 10:51 (UTC) (edited on 2021-08-13 10:52 (UTC) by petercxy)
This package has been adopted and keeweb-connect support has been fixed. You might need to disable & re-enable the browser connector support in the app in order to update the native messaging configurations.