だから私はasp.netコアプロジェクトに取り組んでおり、gulp-injectパッケージを使用してスクリプトを挿入しようとしています。しかし、gulpfile.js で gulp-inject モジュールを使用しようとすると、タスク ランナー ウィンドウでこのエラーがスローされます。ここで何が欠けていますか?
package.json の gulp-inject
タスクランナーエラー
だから私はasp.netコアプロジェクトに取り組んでおり、gulp-injectパッケージを使用してスクリプトを挿入しようとしています。しかし、gulpfile.js で gulp-inject モジュールを使用しようとすると、タスク ランナー ウィンドウでこのエラーがスローされます。ここで何が欠けていますか?
package.json の gulp-inject
タスクランナーエラー
This is a known issue. You need to upgrade your version of NodeJS to v4.
To see your version, open a command prompt and run:
node --version
To upgrade, go to https://nodejs.org and find the downloads or look at How do I update node and npm on windows?
If you're using Visual Studio 2015, also check the version of NodeJS that it is using. Options > Projects and Solutions > External Web Tools shows the locations. From there either:
$(PATH)
to the top if it is already up-to-date.