Skip to content
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

Fatal error when running this module in typescript project #267

Open
teles opened this issue Oct 15, 2021 · 0 comments
Open

Fatal error when running this module in typescript project #267

teles opened this issue Oct 15, 2021 · 0 comments

Comments

@teles
Copy link

teles commented Oct 15, 2021

Hi, everybody ✋

I'm working on a project using:

The project is running as expected and we want to use the amp-module for this project.
But I tried sometimes to install this module and I always face some errors.

What I tried:

yarn add @nuxtjs/amp 
  1. and goes to nuxt.config.js and add theses lines:
modules: [
  '@nuxtjs/amp'
],

amp: {
  // Options
}
  1. And I try to run the project using:
yarn dev
  1. Then I always get these fatal error messages:

Captura de Tela 2021-10-15 às 16 12 51

#
# Fatal error in , line 0
# archived threads in combination with wasm not supported
#
#
#
#FailureMessage Object: 0x10a8fdba0
error Command failed with signal "SIGILL".
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

I have already used this module successfully in other projects

My question is: is there any support for using this module with Typescript projects? Am I doing something wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant