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
Make sure to fork this template and run yarn generate in the terminal.
Please make sure Mesh package versions under package.json matches yours.
2. A failing test has been provided
3. A local solution has been provided
4. A pull request is pending review
Currently getting an issue when trying to run mesh start after a mesh build. The build is successful, however after trying to run mesh start I get an SyntaxError: Cannot use 'import.meta' outside a module error.
To Reproduce Steps to reproduce the behavior:
I am currently using next.js along with grapqhl-mesh, and here are the following config files. I just run mesh build then mesh start and I receive the syntax error. tsconfig.json
Issue workflow progress
Progress of the issue based on the
Contributor Workflow
Github,
Stackblitz
or
CodeSandbox
Currently getting an issue when trying to run mesh start after a mesh build. The build is successful, however after trying to run
mesh start
I get anSyntaxError: Cannot use 'import.meta' outside a module
error.To Reproduce Steps to reproduce the behavior:
I am currently using next.js along with grapqhl-mesh, and here are the following config files. I just run
mesh build
thenmesh start
and I receive the syntax error.tsconfig.json
package.json
tsconfig.server.json
Expected behavior
What I expected was for the local server to start running on some port, and show the graphql explorer-esque web page.
Environment:
Additional context
The text was updated successfully, but these errors were encountered: