Skip to content

Fatal error when running this module in typescript project #267

Open
@teles

Description

@teles

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions