-
-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SyntaxError: Unexpected token #168
Comments
Seems the pre build bundle by PKG is not support with your system. Use nodejs and source code instead. |
I see, i will look for another strqtegy, I thought it could be a node version/pkg mismatch |
@teto Did you ever manage to get the derivation working? |
nope, I've been using NixOS/nixpkgs#84213 instead. My WIP derivation was
|
I attempted to compile the binary on my end with > [email protected]
> Fetching base Node.js binaries to PKG_CACHE_PATH
fetched-v10.17.0-linux-x64 [====================] 100%
fetched-v10.17.0-macos-x64 [====================] 100%
fetched-v10.17.0-win-x64 [====================] 100%
> Warning Failed to make bytecode node10-x64 for file /snapshot/markdown-preview.nvim/app/index.js error (write EPIPE) I also found this issue in the PKG repo that seems similar to ours. |
I took a stab at packaging this for NixOS: |
Hi,
I am trying to package this plugin for nixos. I don't know much about node and I believe it's not that well supported on nixos so don't hesitate to be verbose in your explanation.
:MarkdownPreview
fails withsome checkhealth
Might be related #118
The text was updated successfully, but these errors were encountered: