We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm submitting a ...
I'm running
What is the expected behavior? A clear and concise explanation of the expected behavior.
What is the current behavior? A clear and concise explanation of the current behavior.
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix) Other info if you wish.
2024-08-16T02:57:02.303304+00:00 heroku[worker.1]: State changed from crashed to starting 2024-08-16T02:57:04.563275+00:00 heroku[worker.1]: Starting process with command node src/index.js 2024-08-16T02:57:05.102688+00:00 heroku[worker.1]: Process exited with status 1 2024-08-16T02:57:05.066799+00:00 app[worker.1]: file:///app/src/index.js:28 2024-08-16T02:57:05.066824+00:00 app[worker.1]: import packageJson from "../package.json" assert { type: "json" }; 2024-08-16T02:57:05.066824+00:00 app[worker.1]: ^^^^^^ 2024-08-16T02:57:05.066825+00:00 app[worker.1]: 2024-08-16T02:57:05.066825+00:00 app[worker.1]: SyntaxError: Unexpected identifier 'assert' 2024-08-16T02:57:05.066825+00:00 app[worker.1]: at compileSourceTextModule (node:internal/modules/esm/utils:337:16) 2024-08-16T02:57:05.066826+00:00 app[worker.1]: at ModuleLoader.moduleStrategy (node:internal/modules/esm/translators:166:18) 2024-08-16T02:57:05.066826+00:00 app[worker.1]: at callTranslator (node:internal/modules/esm/loader:436:14) 2024-08-16T02:57:05.066826+00:00 app[worker.1]: at ModuleLoader.moduleProvider (node:internal/modules/esm/loader:442:30) 2024-08-16T02:57:05.066827+00:00 app[worker.1]: at async ModuleJob._link (node:internal/modules/esm/module_job:106:19) 2024-08-16T02:57:05.066827+00:00 app[worker.1]: 2024-08-16T02:57:05.066827+00:00 app[worker.1]: Node.js v22.6.0 2024-08-16T02:57:05.128579+00:00 heroku[worker.1]: State changed from starting to crashed
node src/index.js
The text was updated successfully, but these errors were encountered:
Will look into it ASAP.
Sorry, something went wrong.
how?
No branches or pull requests
I'm submitting a ...
I'm running
What is the expected behavior?
A clear and concise explanation of the expected behavior.
What is the current behavior?
A clear and concise explanation of the current behavior.
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix)
Other info if you wish.
2024-08-16T02:57:02.303304+00:00 heroku[worker.1]: State changed from crashed to starting
2024-08-16T02:57:04.563275+00:00 heroku[worker.1]: Starting process with command
node src/index.js
2024-08-16T02:57:05.102688+00:00 heroku[worker.1]: Process exited with status 1
2024-08-16T02:57:05.066799+00:00 app[worker.1]: file:///app/src/index.js:28
2024-08-16T02:57:05.066824+00:00 app[worker.1]: import packageJson from "../package.json" assert { type: "json" };
2024-08-16T02:57:05.066824+00:00 app[worker.1]: ^^^^^^
2024-08-16T02:57:05.066825+00:00 app[worker.1]:
2024-08-16T02:57:05.066825+00:00 app[worker.1]: SyntaxError: Unexpected identifier 'assert'
2024-08-16T02:57:05.066825+00:00 app[worker.1]: at compileSourceTextModule (node:internal/modules/esm/utils:337:16)
2024-08-16T02:57:05.066826+00:00 app[worker.1]: at ModuleLoader.moduleStrategy (node:internal/modules/esm/translators:166:18)
2024-08-16T02:57:05.066826+00:00 app[worker.1]: at callTranslator (node:internal/modules/esm/loader:436:14)
2024-08-16T02:57:05.066826+00:00 app[worker.1]: at ModuleLoader.moduleProvider (node:internal/modules/esm/loader:442:30)
2024-08-16T02:57:05.066827+00:00 app[worker.1]: at async ModuleJob._link (node:internal/modules/esm/module_job:106:19)
2024-08-16T02:57:05.066827+00:00 app[worker.1]:
2024-08-16T02:57:05.066827+00:00 app[worker.1]: Node.js v22.6.0
2024-08-16T02:57:05.128579+00:00 heroku[worker.1]: State changed from starting to crashed
The text was updated successfully, but these errors were encountered: