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 file #491

Open
DumontP opened this issue Sep 15, 2022 · 1 comment
Open

Missing file #491

DumontP opened this issue Sep 15, 2022 · 1 comment

Comments

@DumontP
Copy link

DumontP commented Sep 15, 2022

Installed product versions

  • Visual Studio: 2022 Professional

Description

Cloning this project, there seem to be a missing file in the repos (WebCompiler\src\WebCompiler\Node\node_modules.7z)
I would like to understand and fix another and elusive error "WebCompiler error 0: The system cannot find the path specified"

Steps to recreate

Clone from GitHub, compile the solution.

Current behavior

error CS1566: Error reading resource 'WebCompiler.Node.node_modules.7z' -- 'Could not find file 'C:\Users\DumontP\source\repos\WebCompiler\WebCompiler\src\WebCompiler\Node\node_modules.7z'.'

Expected behavior

No error.

Comment

I'd like to understand how and why the extension launch and manage the node update script "WebCompiler\src\WebCompiler\Node\prepare.cmd" (which reference that missing ressource)

7z.exe x -y **node_modules**.7z
del /q node_modules.7z
@mcmcelro
Copy link

mcmcelro commented Jul 25, 2023

This confused me as well, so I did some investigation. The node_modules.7z file is created by running the script \WebCompiler\build\build.cmd.

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