You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
and goes to nuxt.config.js and add theses lines:
modules: ['@nuxtjs/amp'],amp: {// Options}
And I try to run the project using:
yarn dev
Then I always get these fatal error messages:
#
# 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?
The text was updated successfully, but these errors were encountered:
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:
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?
The text was updated successfully, but these errors were encountered: