Failed to activate the ide-python package
Dieses Issue hat noch niemand übernommen.
Bewertung
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Anfängerfreundlichkeit
- 25/100
- Issue-Typ
- Bug
- Klarheit
- Muss geklärt werden
- Aktivitätsstatus
- Veraltet
- Tech-Stack
- javascript, react
- Bereich
- tooling
Rechercherichtung
Beginne mit dem gemeldeten require-Fehler in node_modules/react/index.js und verfolge den Stack durch @atom-ide-community/nuclide-commons-ui/Checkbox.js, nuclide-debugger-common/AutoGenLaunchAttachUiComponent.js und dist/main.js. Reproduziere die Aktivierung unter Atom 1.58.0 mit ide-python 1.9.7 und ermittle, warum react.production.min.js nicht gefunden werden kann; abgeschlossen ist die Aufgabe, wenn das Paket ohne diesen Fehler aktiviert wird.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Beschreibung
[Enter steps to reproduce:]
- ...
- ...
Atom: 1.58.0 x64
Electron: 9.4.4
OS: Microsoft Windows 11 Enterprise
Thrown From: ide-python package 1.9.7
Stack Trace
Failed to activate the ide-python package
At Cannot find module './cjs/react.production.min.js'
Require stack:
- C:\Users\rahju\.atom\packages\ide-python\node_modules\@atom-ide-community\nuclide-commons-ui\node_modules\react\index.js
- C:\Users\rahju\.atom\packages\ide-python\node_modules\@atom-ide-community\nuclide-commons-ui\Checkbox.js
- C:\Users\rahju\.atom\packages\ide-python\node_modules\@atom-ide-community\nuclide-debugger-common\AutoGenLaunchAttachUiComponent.js
- C:\Users\rahju\.atom\packages\ide-python\node_modules\@atom-ide-community\nuclide-debugger-common\AutoGenLaunchAttachProvider.js
- C:\Users\rahju\.atom\packages\ide-python\dist\debugger\main.js
- C:\Users\rahju\.atom\packages\ide-python\dist\main.js
- C:\Users\rahju\AppData\Local\atom\app-1.58.0\resources\app.asar\static\index.html
Error: Cannot find module './cjs/react.production.min.js'
Require stack:
- C:\Users\rahju\.atom\packages\ide-python\node_modules\@atom-ide-community\nuclide-commons-ui\node_modules\react\index.js
- C:\Users\rahju\.atom\packages\ide-python\node_modules\@atom-ide-community\nuclide-commons-ui\Checkbox.js
- C:\Users\rahju\.atom\packages\ide-python\node_modules\@atom-ide-community\nuclide-debugger-common\AutoGenLaunchAttachUiComponent.js
- C:\Users\rahju\.atom\packages\ide-python\node_modules\@atom-ide-community\nuclide-debugger-common\AutoGenLaunchAttachProvider.js
- C:\Users\rahju\.atom\packages\ide-python\dist\debugger\main.js
- C:\Users\rahju\.atom\packages\ide-python\dist\main.js
- C:\Users\rahju\AppData\Local\atom\app-1.58.0\resources\app.asar\static\index.html
at Module._resolveFilename (internal/modules/cjs/loader.js:797:17)
at o._resolveFilename (electron/js2c/renderer_init.js:43:689)
at Function.get_Module._resolveFilename (~/AppData/Local/atom/app-1.58.0/resources/app/static/<embedded>:11:157920)
at Module.require (/app.asar/static/index.js:61:43)
at require (~/AppData/Local/atom/app-1.58.0/resources/app/static/<embedded>:11:149207)
at /packages/ide-python/node_modules/react/index.js:4:20)
at /packages/ide-python/node_modules/react/index.js:9:3)
at Module.get_Module._compile (~/AppData/Local/atom/app-1.58.0/resources/app/static/<embedded>:11:149891)
at Object.value [as .js] (~/AppData/Local/atom/app-1.58.0/resources/app/static/<embedded>:11:153485)
at Module.load (internal/modules/cjs/loader.js:815:32)
at Module._load (internal/modules/cjs/loader.js:727:14)
at Function.Module._load (electron/js2c/asar.js:769:28)
at Module.require (/app.asar/static/index.js:72:46)
at require (~/AppData/Local/atom/app-1.58.0/resources/app/static/<embedded>:11:149207)
at /packages/ide-python/node_modules/@atom-ide-community/nuclide-commons-ui/Checkbox.js:8:37)
at /packages/ide-python/node_modules/@atom-ide-community/nuclide-commons-ui/Checkbox.js:126:3)
at Module.get_Module._compile (~/AppData/Local/atom/app-1.58.0/resources/app/static/<embedded>:11:149891)
at Object.value [as .js] (~/AppData/Local/atom/app-1.58.0/resources/app/static/<embedded>:11:153485)
at Module.load (internal/modules/cjs/loader.js:815:32)
at Module._load (internal/modules/cjs/loader.js:727:14)
at Function.Module._load (electron/js2c/asar.js:769:28)
at Module.require (/app.asar/static/index.js:72:46)
at require (~/AppData/Local/atom/app-1.58.0/resources/app/static/<embedded>:11:149207)
at /packages/ide-python/node_modules/@atom-ide-community/nuclide-debugger-common/AutoGenLaunchAttachUiComponent.js:14:17)
at /packages/ide-python/node_modules/@atom-ide-community/nuclide-debugger-common/AutoGenLaunchAttachUiComponent.js:519:3)
at Module.get_Module._compile (~/AppData/Local/atom/app-1.58.0/resources/app/static/<embedded>:11:149891)
at Object.value [as .js] (~/AppData/Local/atom/app-1.58.0/resources/app/static/<embedded>:11:153485)
at Module.load (internal/modules/cjs/loader.js:815:32)
at Module._load (internal/modules/cjs/loader.js:727:14)
at Function.Module._load (electron/js2c/asar.js:769:28)
Commands
Non-Core Packages
ide-python 1.9.7
teletype 0.13.4
- Vorherrschende Sprache
- JavaScript
- Sterne
- 238
- Forks
- 41
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Entwicklungsumgebung
Erste Schritte
- Lesen Sie das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreiben Sie ins Issue, dass Sie es übernehmen — das erspart doppelte Arbeit.
- Forken Sie das Repository und arbeiten Sie in einem Branch.
- Öffnen Sie einen Pull Request, der die Issue-Nummer nennt.
Mehr aus atom-community/ide-python
-
Schwierigkeit 4/5 3-5 Tage Anfängerfreundlichkeit 25/100
atom-community/ide-python#575 · 5 Reaktionen ·
-
Schwierigkeit 3/5 1-2 Tage Anfängerfreundlichkeit 25/100
atom-community/ide-python#570 · 2 Kommentare · 1 Reaktion ·
-
Schwierigkeit 3/5 1-2 Tage Anfängerfreundlichkeit 25/100
atom-community/ide-python#568 · 1 Kommentar ·
-
Schwierigkeit 4/5 3-5 Tage Anfängerfreundlichkeit 25/100
atom-community/ide-python#567 · 1 Kommentar ·
-
Schwierigkeit 4/5 3-5 Tage Anfängerfreundlichkeit 25/100
atom-community/ide-python#566 ·
Alle Issues in atom-community/ide-python
Ähnliche Issues
-
bug good first issue
Schwierigkeit 2/5 1-3 Stunden Anfängerfreundlichkeit 86/100
amponce/archive-movie-browser#354 ·
Maintainer antworten meist innerhalb von 1 Tag
-
Schwierigkeit 2/5 1-3 Stunden Anfängerfreundlichkeit 74/100
saayam-for-all/webapp#1870 ·
Maintainer antworten meist innerhalb von 1 Tag
-
Schwierigkeit 2/5 1-3 Stunden Anfängerfreundlichkeit 76/100
Imageomics/OpenCite#66 ·
Maintainer antworten meist innerhalb von 1 Tag
-
Schwierigkeit 2/5 1-3 Stunden Anfängerfreundlichkeit 64/100
chr15m/twiiit.com#20 ·
-
documentation
Schwierigkeit 2/5 1-3 Stunden Anfängerfreundlichkeit 88/100
antropos17/Aegis#629 ·
Maintainer antworten meist innerhalb von 4 Tagen