-
Notifications
You must be signed in to change notification settings - Fork 626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gulp 3.9.1 Issues with Node 10 #2346
Comments
It turns out this is related to Dependency of Gulp 3.9.1 causes error in Node 10. I applied the fix as suggested in the link above to resolve. This appeared to have work but did get the following The web pages appear to be rendering correctly but I am unsure about the 15 vulnerabilities reported. |
I am experiencing a similar issue with node v10.15.1. The Website does not render correctly and the Visual Studio Task Runner Explorer reports that Gulpfile.js failed to load and the following information was in the output window: |
Did some investigation of the AppVeyor build server since this error message did not appear there - see #2351. The build server is using Node 8.15. Installing Node 8.15 solved this problem - installed https://nodejs.org/download/release/v8.15.0/node-v8.15.0-x64.msi. In order to ensure that Node 8.15 was being used instead of the Node 10 installed with VS2017 15.9.* the path to the Node 8.15 installation needs to added under the External Web Tools options. |
Did some future proofing to support Gulp 4 in PR #2352 which works in both Node 10 and Node 8.15. Removed knockout-bootstrap - including cause the integration test to fail intermittently. This needs to be researched further. |
I got everything to build after fixing #2344 and #2345 but the website did not render correctly.
There were no build errors. Finally spotted
indicating that not all the npm dependencies were being installed. Manually restoring resulted in
The text was updated successfully, but these errors were encountered: