You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Accents in the path are incorrectly interpreted, resulting in a file not found error ("Error: Cannot find module 'C:\apps\é´┐¢\test' " for a file located in C:\apps\té)
This also happens, of course, if the user's name contains accents and one tries to run scripts from somewhere under the home account.
(node-v0.6.3.msi)
The text was updated successfully, but these errors were encountered:
node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: Cannot find module 'E:\ed\node\test\simple\锟斤拷锟斤拷.js'
at Function._resolveFilename (module.js:334:11)
at Function._load (module.js:279:25)
at Array.0 (module.js:470:10)
at EventEmitter._tickCallback (node.js:192:40)
E:\ed\node\test\simple>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Accents in the path are incorrectly interpreted, resulting in a file not found error ("Error: Cannot find module 'C:\apps\é´┐¢\test' " for a file located in C:\apps\té)
This also happens, of course, if the user's name contains accents and one tries to run scripts from somewhere under the home account.
(node-v0.6.3.msi)
The text was updated successfully, but these errors were encountered: