Uncaught ReferenceError: vendor_ is not defined #980

Closed
opened 2025-08-09 17:18:25 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @IEvangelist on 2/26/2017

Issue

I'm not really sure why this is no longer working. It was originally entirely functional as I expected it to be. Today I went to run the application and then this started happening.

image

  • Angular2 Template
  • Microsoft Visual Studio Enterprise 2017 RC
    Version 15.0.26206.0 D15REL
    Microsoft .NET Framework
    Version 4.6.01586
  • node v6.9.5
  • npm v3.10.10
  • angular 2 v2.4.7
λ dotnet --info
.NET Command Line Tools (1.0.0-rc4-004771)

Product Information:
 Version:            1.0.0-rc4-004771
 Commit SHA-1 hash:  4228198f0e

Runtime Environment:
 OS Name:     Windows
 OS Version:  10.0.14393
 OS Platform: Windows
 RID:         win10-x64
 Base Path:   C:\Program Files\dotnet\sdk\1.0.0-rc4-004771

Last week while running the same code base, this all worked. Please let me know what else might be helpful in trying to fix this. Also, I did manually try executing the webpack --config webpack.config.vendor.js command to no avail.

Steps to Reproduce

dotnet new angular
dotnet restore
npm install
dotnet run

Open in Visual Studio, build and run. Open developer tools and look @ the console.

*Originally created by @IEvangelist on 2/26/2017* ## Issue I'm not really sure why this is no longer working. It was originally entirely functional as I expected it to be. Today I went to run the application and then this started happening. ![image](https://cloud.githubusercontent.com/assets/7679720/23343706/8a7658b4-fc35-11e6-9a78-2e8a6765c226.png) - Angular2 Template - Microsoft Visual Studio Enterprise 2017 RC Version 15.0.26206.0 D15REL Microsoft .NET Framework Version 4.6.01586 - node v6.9.5 - npm v3.10.10 - angular 2 v2.4.7 ``` λ dotnet --info .NET Command Line Tools (1.0.0-rc4-004771) Product Information: Version: 1.0.0-rc4-004771 Commit SHA-1 hash: 4228198f0e Runtime Environment: OS Name: Windows OS Version: 10.0.14393 OS Platform: Windows RID: win10-x64 Base Path: C:\Program Files\dotnet\sdk\1.0.0-rc4-004771 ``` Last week while running the same code base, this all worked. Please let me know what else might be helpful in trying to fix this. Also, I did manually try executing the `webpack --config webpack.config.vendor.js` command to no avail. ## Steps to Reproduce ``` dotnet new angular dotnet restore npm install dotnet run ``` Open in **Visual Studio**, build and run. Open developer tools and look @ the console.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#980
No description provided.