Replies: 0 comments 4 replies
-
What happens when you just run the file? With no package managers? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I started a terminal locally, as shown below. (Note that the path starts with lowercase.)
I wrote a simple code test as shown below.
When I start the script using

pnpm
andnpm
, I get two different results. I noticed that when I started it withpnpm
, the first line of information printed had an additional capitalized path compared to when I started it withnpm
.I tried debugging the code, but I couldn't see the implementation inside
rawMethods.cwd()
.If you have time, please take a look, thank you. @redyetidev
Beta Was this translation helpful? Give feedback.
All reactions