Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content
Stack Overflow
  1. About
  2. For Teams
Loading…
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives
14,482 questions
Filter by
Sorted by
Tagged with
0votes
3answers
238views

I have an Angular 18 app and need to inject environment variable values from a .env file into my environment.ts file and environment.development.ts. I want the values available during development (ng ...
1vote
1answer
165views

I'm trying to use Prisma in my NestJS project. Prisma initializes correctly, but whenever I run any Prisma CLI command (e.g., npx prisma, npx prisma migrate dev, etc.), I get this error:Failed to ...
0votes
4answers
158views

Failed to load config file "F:\\Documents\\Desktop\\coding projects\\Shopify\\my-turborepo\\packages\\product-db" as a TypeScript/JavaScript module. Error: PrismaConfigEnvError: Missing ...
6votes
5answers
5kviews

I’m working on a Next.js + TypeScript project with a MySQL database using Prisma.I set up my configuration in prisma.config.ts like this:import { defineConfig, env } from "prisma/config";...
3votes
1answer
179views

What order should programs look at JAVA_HOME, JRE_HOME, JDK_HOME for locating a version of Java to execute Java programs?I want my program to find Java automatically using an environment variable, ...
Jason S's user avatar
0votes
0answers
29views

I have build.gradle setup with signingConfigs as below: SystemConfig90 { storeFile file(System.getenv("KEYSTORE_PATH_90")) //storeFile file('/Users/bhaskarrajaryal/...
2votes
1answer
53views

I have following server variable in phpunit.xml:<php> <server name="APP_DEBUG" value="false"/></php>Sometimes while developing, I want have APP_DEBUG ...
1vote
1answer
53views

I'm trying to configure the pybliometrics library on Windows for my thesis, but I'm running into a highly persistent configuration error that I cannot resolve. I have a clean installation of Python 3....
0votes
0answers
29views

I got a simple script on my serverimport osimport pprintpprint.pprint(dict(os.environ))When I connect to my server and run it manually,I got different results with when I run it throw Ctrl+Shift+...
0votes
0answers
81views

I can't figure out why this code outputs VAR= when it should output VAR=val.Any ideas?#!/usr/bin/env basharr=( "export VAR=val" "echo VAR=$VAR")for it in "${arr[...
2votes
1answer
62views

In .NET you sometimes need configuration keys with dots. For example in logging configuration. .NET itself creates a sample like this (Microsoft.AspNetCore):"Logging": { "LogLevel&...
0votes
0answers
73views

I have just finished working on a Flask web application that is using openai SDK.Locally everything works smoothly, but after uploading the project on PythonAnywhere, the environment variables from ....
0votes
0answers
66views

I am experimenting with Qt for WebAssembly and wrote a small application.When I build and run it from the console or directly inside Qt Creator, everything works fine.Now I’d like to use CLion as my ...
0votes
0answers
75views

I’m facing an issue with my React frontend (built with rsbuild) and my Node.js REST API.SetupFrontend: React (rsbuild)Backend: Node.js REST API (pm2)Server: Windows ServerProxy: Nginx (serves ...
0votes
1answer
68views

I'm trying to get started with NativeScript, but I'm getting these errors from ns doctor✖ Error executing command 'javac'. Make sure you have installed The Java Development Kit (JDK) and set ...

153050per page
1
2345
966

Hot Network Questions

more hot questions
Newest environment-variables questions feed

[8]ページ先頭

©2009-2025 Movatter.jp