問題タブ [npm-run]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - NPM/React - リネーマーの使用
ジャンゴ 2.0、Node.js 8.11.4
次の形式の djanog プロジェクトがあります。
私のプロジェクト構造は次のようになります。
上記のテキストの名前を に変更しようとしていmain.3425.js
ますreactify-django.ui.js
。は3425
任意の数字または文字です。次のコードを試していますが、うまくいきません。私は何を間違っていますか?
コード:
"build-rename-js": "renamer --regex --find 'main\\.[^\\.]+\\.js' --replace 'reactify-django.ui.js' build/static/js/*.js",
reactjs - 'react' - npm start を実行すると、./src/index.js モジュールが見つかりません: 'C:\Users\...\src' エラーで 'react' を解決できません
実行後のreactJsで
npm 開始
それは与えます
./src/index.js モジュールが見つかりません:「C:\Users...\src」で「react」を解決できません
エラー。
これは私のpackage.jsです