Skip to content
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

Running it fails from command line #40

Open
rajma opened this issue Jun 26, 2019 · 1 comment
Open

Running it fails from command line #40

rajma opened this issue Jun 26, 2019 · 1 comment

Comments

@rajma
Copy link

rajma commented Jun 26, 2019

New to .Net. When I execute the instructions in README for build it works fine. Run in the project root directory fails with the complaint that it cannot find the project file.
Run in the project directory fails with missing module
Application startup exception: System.AggregateException: One or more errors occurred. (Webpack dev middleware failed because of an error while loading 'aspnet-webpack'. Error was: Error: Cannot find module 'aspnet-webpack'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object. (C:\Users\rajan\AppData\Local\Temp\ofl0j3la.nwd:83:19)
at webpack_require (C:\Users\rajan\AppData\Local\Temp\ofl0j3la.nwd:20:30)
at createWebpackDevServer (C:\Users\rajan\AppData\Local\Temp\ofl0j3la.nwd:62:26)
at C:\Users\rajan\AppData\Local\Temp\k2ntgyr3.s5v:114:19
at IncomingMessage. (C:\Users\rajan\AppData\Local\Temp\k2ntgyr3.s5v:133:38)
at emitNone (events.js:86:13)
Current directory is: C:\Users\rajan\github\oidc-debugger\OidcDebugger

In windows 10 dotnet 2.1.401

@felpel
Copy link

felpel commented Aug 14, 2019

@rajma I was able to run the project by doing npm install prior to dotnet run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants