Ich verwende die folgende Umgebungsvariable in meiner Create-React-App: console.log(process.env.REACT_APP_API_URL) // http://localhost:5555 Es funktioniert, wenn ich npm starteine .envDatei lese : REACT_APP_API_URL=http://localhost:5555 Wie setze ich einen anderen Wert wie http://localhost:1234beim Ausführen von a npm run build? Das ist meine package.jsonDatei: { "name": "webapp", "version": "0.1.0", "private": true, "devDependencies": { "react-scripts": "0.9.0" …
Ich habe eine React-App erstellt von create-react-app. Nach dem Ausführen von npm start (das Startskript ist in package.json als "start": "react-scripts start" vorhanden) sagt die Konsole "Starten des Entwicklungsservers wie gewohnt" und startet den Browser. Aber danach tun sowohl die Konsole als auch der Browser absolut nichts auf unbestimmte Zeit. …
Heute bekam ich plötzlich Build-Fehler bei einem mit Typescript erstellten Projekt. In einer Datei, die (oder irgendetwas, auf das sie verweist) seit Wochen nicht mehr geändert wurde, bekam ich Folgendes: ./path/to/my/file.ts Line 0: Parsing error: Cannot read property 'name' of undefined Dieser Fehler trat zuerst auf unserem CI auf, konnte …
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.