Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[BUG] npx fcy #7974

Open
2 tasks done
lorypelli opened this issue Dec 10, 2024 · 7 comments
Open
2 tasks done

[BUG] npx fcy #7974

lorypelli opened this issue Dec 10, 2024 · 7 comments
Labels
Bug thing that needs fixing Priority 2 secondary priority issue

Comments

@lorypelli
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

This issue exists in the latest npm version

  • I am using the latest npm

Current Behavior

using a specific version (1.1.17) fails while using latest doesn't fail

Expected Behavior

it should work...

Steps To Reproduce

try using npx fcy@1.1.17 and after that npx fcy@latest both on windows powershell

Environment

  • npm: 10.9.2
  • Node.js: 23.3.0
  • OS Name: Windows 11
  • System Model Name: HP Gaiming
  • npm config:
; node bin location = C:\Program Files\nodejs\node.exe
; node version = v23.3.0
; npm local prefix = D:\Progetti\server
; npm version = 10.9.2
; cwd = D:\Progetti\server
; HOME = C:\Users\<username>
; Run `npm config ls -l` to show all defaults.
@lorypelli lorypelli added Bug thing that needs fixing Needs Triage needs review for next steps labels Dec 10, 2024
@lorypelli
Copy link
Author

ehm...the problem seems to happen only in visual studio code built-in powershell terminal

PS D:\Progetti\server> npx fcy@latest
(node:16192) ExperimentalWarning: CommonJS module C:\Users\<username>\.bun\install\global\node_modules\npm\node_modules\debug\src\node.js is loading ES Module C:\Users\<username>\.bun\install\global\node_modules\npm\node_modules\supports-color\index.js using require().
Support for loading ES Module in require() is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
Do you want to use defaults options? [Y/n]:   ERROR   ExecaError: Command failed with exit code 1: "C:\Users\<username>\AppData\Local\Temp\server.exe"
PS D:\Progetti\server> npx fcy@1.1.17
(node:2432) ExperimentalWarning: CommonJS module C:\Users\<username>\.bun\install\global\node_modules\npm\node_modules\debug\src\node.js is loading ES Module C:\Users\<username>\.bun\install\global\node_modules\npm\node_modules\supports-color\index.js using require().
Support for loading ES Module in require() is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
"fcy" non è riconosciuto come comando interno o esterno,
 un programma eseguibile o un file batch.

@kchindam-infy
Copy link

@lorypelli We have gone through the issue u mention we are not able to see expected behaviour which u mentioned there is an issue from npx fcy@1.1.17.please provide valid information or steps to reproduce the issue. i have attached a file please go through it.
Screenshot 2024-12-11 at 12 05 51 AM

@lorypelli
Copy link
Author

@lorypelli We have gone through the issue u mention we are not able to see expected behaviour which u mentioned there is an issue from npx fcy@1.1.17.please provide valid information or steps to reproduce the issue. i have attached a file please go through it.
Screenshot 2024-12-11 at 12 05 51 AM

It happens with windows powershell and on visual studio code only

@lorypelli
Copy link
Author

You would need to use Windows to replicate

@kchindam-infy kchindam-infy added Priority 2 secondary priority issue and removed Needs Triage needs review for next steps labels Dec 13, 2024
@lorypelli
Copy link
Author

Any updates?

@lorypelli
Copy link
Author

lorypelli commented Dec 15, 2024

new version I just published seems to work, the other was removed, versioning is not important in this package so I keep only the latest one...

@lorypelli
Copy link
Author

any idea of why that happened?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Bug thing that needs fixing Priority 2 secondary priority issue
Projects
None yet
Development

No branches or pull requests

2 participants