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

Missing node_modules\webpack\bin\webpack.js #65

Open
ReBoRn8888 opened this issue Sep 25, 2020 · 1 comment
Open

Missing node_modules\webpack\bin\webpack.js #65

ReBoRn8888 opened this issue Sep 25, 2020 · 1 comment

Comments

@ReBoRn8888
Copy link

Please provide us with the following information:

This issue is for a: (mark with an x)

- [x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

git clone https://github.com/Azure-Samples/cognitive-services-personalizer-samples
cd samples/HttpRequestFeatures
  • Then I opened the sln file and tried to build the whole solution.
  • But something went wrong on line#31 in HttpRequestFeaturesExample.csproj.
  • I was told that some specific file was missing. I searched the project directory and I couldn't find it too.

Any log messages given by the failure

image

Severity	Code	Description	Project	File	Line	Suppression State
Error		Cannot find module 'D:\Microsoft\Learning\Azure\AzurePersonalizer\cognitive-services-personalizer-samples\samples\HttpRequestFeatures\node_modules\webpack\bin\webpack.js'	HttpRequestFeaturesExample	D:\Microsoft\Learning\Azure\AzurePersonalizer\cognitive-services-personalizer-samples\samples\HttpRequestFeatures\EXEC	1	
Error	MSB3073	The command "node node_modules/webpack/bin/webpack.js --config webpack.config.vendor.js" exited with code 1.	HttpRequestFeaturesExample	D:\Microsoft\Learning\Azure\AzurePersonalizer\cognitive-services-personalizer-samples\samples\HttpRequestFeatures\HttpRequestFeaturesExample.csproj	31	

Expected/desired behavior

I wonder where to find the file or how can I solve the problem.

OS and Version?

Windows 10.

Versions

image

Mention any other details that might be useful


Thanks! We'll be in touch soon.

@srnsh1999
Copy link

Been a while, but while trying to explore APS I came across the same issue. Was able to resolve it by doing:
npm install
via the terminal in the project folder cognitive-services-personalizer-samples\samples\HttpRequestFeatures

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