question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Getting set up as a developer instructions, simply doesn't work on Windows 10 / MSYS

See original GitHub issue

At first I needed npm, which I installed using the Node.js binary installer today.

Now, make is available in the MSYS terminal but not on the Windows cmd.

Vise versa, npm is available in the Windows cmd but not the MSYS terminal.

So I copied the C:\msys64\usr\bin path to my Path env var in my computer’s settings, so that cmd would have access to make. But now, running make in this project’s directory gives:

C:\Users\fruit\OneDrive\Desktop\vscoq>make
npm install
/bin/bash: C:/Program Files/nodejs/npm: No such file or directory
make: *** [Makefile:8: node_modules] Error 127

I verified that yes, npm is indeed present at the printed out location that supposedly didn’t exist. Could it be because of the space char in “Program Files”?

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:15 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
artagnoncommented, Sep 3, 2022

No, npm install merely fetches the listed dependencies to node_modules. You’re free to modify the extension as you see fit.

On Sat, Sep 3, 2022, at 7:34 PM, Enjoys Math wrote:

Okay, so what does that do exactly? Will it put it into my VSCode instance as an extension?

I might want to modify this extension.

On Sat, Sep 3, 2022 at 10:32 AM Luna Tuna @.***> wrote:

Yo, that works or seems to be working!! Thank you ❤️

😄

On Sat, Sep 3, 2022 at 10:30 AM Ramkumar Ramachandra < @.***> wrote:

npm install.

On Sat, Sep 3, 2022, at 7:29 PM, Enjoys Math wrote:

Okay, it seems like this project is missing a node_modules directory. What are the new build instructions?

— Reply to this email directly, view it on GitHub < https://github.com/coq-community/vscoq/issues/307#issuecomment-1236168569>, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AAAJC2SIT2T7EOZ5DBMXHTTV4ODFZANCNFSM6AAAAAAQD7C7MU . You are receiving this because you are subscribed to this thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/coq-community/vscoq/issues/307#issuecomment-1236168846, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMIF5ZSIONLNMFLPOPVQ4TV4ODMTANCNFSM6AAAAAAQD7C7MU . You are receiving this because you authored the thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/coq-community/vscoq/issues/307#issuecomment-1236169325, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAJC2VTC7OI6V5N7N4EWOLV4ODZPANCNFSM6AAAAAAQD7C7MU. You are receiving this because you commented.Message ID: @.***>

2reactions
artagnoncommented, Sep 3, 2022

npm install.

On Sat, Sep 3, 2022, at 7:29 PM, Enjoys Math wrote:

Okay, it seems like this project is missing a node_modules directory. What are the new build instructions?

— Reply to this email directly, view it on GitHub https://github.com/coq-community/vscoq/issues/307#issuecomment-1236168569, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAJC2SIT2T7EOZ5DBMXHTTV4ODFZANCNFSM6AAAAAAQD7C7MU. You are receiving this because you are subscribed to this thread.Message ID: @.***>

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installation using MSYS2 and the MinGW Compilers
Launch the “MSYS MinGW 64-bit” option to use the MinGW 64bit toolchain, producing 64bit binaries that run on 64bit Windows systems. The “MSYS...
Read more >
Enable your device for development - Windows apps
You can go to the For developers settings page at any time to enable or disable Developer Mode. Simply enter for developers into...
Read more >
MSYS2-Installation
Note: if you are using 64-bit Windows, there is no reason to use 32-bit MSYS2. Well, to be honest, there is one reason:...
Read more >
How To Install MinGW 64 Bit Windows 7 10 11 C ... - YouTube
error that so many people have been getting ! MinGW w64 archive just in case you run into "file downloaded incorrectly" error: ...
Read more >
How to Install MinGW (GCC/G++) Compiler in Windows 10
In this video we will see How to Install MinGW (GCC/G++) Compiler in Windows 10. MinGW, a contraction of “Minimalist GNU for Windows”, ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found