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

ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time #218

Open
TimaxHack opened this issue Mar 3, 2024 · 0 comments

Comments

@TimaxHack
Copy link

timax@timax-laptop:~/Code/Local-Deep/dev$ npm run local-migrate

> @deep-foundation/dev@0.0.21 local-migrate
> export NEXT_PUBLIC_ENGINES=0; export NEXT_PUBLIC_HIDEPATH=1; export npm_config_yes=true; export JWT_SECRET="{\"type\":\"HS256\",\"key\":\"3EK6FD+o0+c7tzBNVfjpMkNDi2yARAAKzQlk8O2IKoxQu4nF7EdAh8s3TwpHwrdWT6R\"}"; export MIGRATIONS_ID_TYPE_SQL=bigint; export MIGRATIONS_ID_TYPE_GQL=bigint; export MIGRATIONS_HASURA_PATH=localhost:8080; export MIGRATIONS_HASURA_SSL=0; export MIGRATIONS_HASURA_SECRET=myadminsecretkey; export NEXT_PUBLIC_DEEPLINKS_SERVER=http://localhost:3007; export NEXT_PUBLIC_GQL_PATH=localhost:3006/gql; export NEXT_PUBLIC_GQL_SSL=0 DEEPLINKS_HASURA_PATH=localhost:8080; export DEEPLINKS_HASURA_SSL=0; export MIGRATIONS_DEEPLINKS_APP_URL=http://host.docker.internal:3007 export MIGRATIONS_DEEPLINKS_URL=http://host.docker.internal:3006; cd packages/deeplinks && npm run migrate


> @deep-foundation/deeplinks@0.0.331 migrate
> npm run package:build && npx migrate@latest up --matches '*.js'


> @deep-foundation/deeplinks@0.0.331 package:build
> tsc --project tsconfig.json

ok
ok
(node:9831) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
  up : 1622421760256-types.js
  error : Error: Import error: http exception when calling webhook Response timeout POST host.docker.internal:3006/api/reserved
Error: Import error: http exception when calling webhook Response timeout POST host.docker.internal:3006/api/reserved
    at file:///home/timax/Code/Local-Deep/dev/packages/deeplinks/migrations/1622421760256-types.js:37:15
    at Generator.next (<anonymous>)
    at fulfilled (file:///home/timax/Code/Local-Deep/dev/packages/deeplinks/migrations/1622421760256-types.js:4:58)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
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