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.

The system cannot find the path specified

See original GitHub issue

Given a folder structure like

my-app
├── README.md
├── node_modules
├── package.json
├── .gitignore
├── public
│   ├── favicon.ico
│   ├── index.html
│   └── manifest.json
└── src
    ├── App.css
    ├── App.js
    ├── App.test.js
    ├── index.css
    ├── index.js
    ├── logo.svg
    └── serviceWorker.js
    └── setupTests.js

When I cd into my-app, npm i -D ts-migrate and run npx ts-migrate-full src I am told that the system cannot find the path specified.

System:

  • OS: Windows 10 10.0.19042
  • CPU: (16) x64 AMD Ryzen 7 2700X Eight-Core Processor
  • Memory: 7.43 GB / 15.95 GB

Binaries:

  • Node: 12.18.3 - C:\Program Files\nodejs\node.EXE
  • Yarn: 1.22.4 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
  • npm: 6.14.8 - D:\Coding\github_work\fetchye\node_modules.bin\npm.CMD

npmGlobalPackages:

  • npm: 6.14.6

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
JamesSingletoncommented, Aug 27, 2020

We’d love to review a PR that improves support for Windows if you are interested in submitting one!

Cool, might try to tackle that this weekend, no promises though.

2reactions
lencionicommented, Aug 27, 2020

We’d love to review a PR that improves support for Windows if you are interested in submitting one!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix "The system cannot find the path specified." Error in ...
It seems this error occurs when you have invalid paths in your PATH environment variable e.g. directories which don't exist anymore. To find...
Read more >
11 Ways To Fix “The System Cannot Find The Path Specified ...
How to Fix the “System Cannot Find the Path Specified” Error · Check if the Path is Correct · Check Environment Variables ·...
Read more >
8 Useful Ways to Fix "The System Cannot Find the Path ...
The System Cannot Find the Path Specified; Fix 1. Run an Anti-Virus Scan; Fix 2. Verify Path; Fix 3. Recover Folders or Files;...
Read more >
What is the reason for the error message "System cannot find ...
System cannot find the path specified. When I open cmd directly in folder run , it works perfect. Why? The command prompt window...
Read more >
How to fix “The system cannot find the specified path” error
The Windows error “The system cannot find the specified path” usually occurs if you use an invalid path when downloading or saving, if...
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