Skip to content
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.

Abort Trap 6 #4

Open
lawwantsin opened this issue Jul 11, 2020 · 2 comments
Open

Abort Trap 6 #4

lawwantsin opened this issue Jul 11, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@lawwantsin
Copy link

lawwantsin commented Jul 11, 2020

Describe the bug
I can't compile using this library at all. Always get an obtuse Abort trap 6 error.
Similar to this issue I suspect.
webpack-contrib/sass-loader#65

To Reproduce
Steps to reproduce the behavior:
Run the example in this repo.
deno run --unstable -A examples/compile.ts

Expected behavior
Compiles. Instead I get.
INFO load deno plugin "deno_sass" from local "~/Web/deno-sass/.deno_plugins/deno_sass_46a31ad88ea58f495e4eba92605824a4.dylib"
Abort trap: 6

Desktop (please complete the following information):

  • OS: OSX 13
  • Command Line
  • Version Master branch

Additional context
I just tried to compile example to make sure it was working as it's same error (never worked) in my main deno project.

@littledivy littledivy added the bug Something isn't working label Jul 11, 2020
@littledivy
Copy link
Owner

Thank you for opening the issue. I'll investigate more on this.

@littledivy
Copy link
Owner

sass/node-sass#586 seems like the issue why it is breaking. The example you are running has imports. @lawwantsin Can you trying compiling sass which does not use imports?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants