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
Output:
fs.js:839
return binding.lstat(pathModule._makeLong(path));
^
Error: ENOENT: no such file or directory, lstat '/proc/360/fd/pipe:[41660]'
at Error (native)
at Object.fs.lstatSync (fs.js:839:18)
at Object.realpathSync (fs.js:1443:21)
at toRealPath (module.js:112:13)
at Function.Module._findPath (module.js:152:20)
at Function.Module._resolveFilename (module.js:324:25)
at Function.Module._load (module.js:277:25)
at Function.Module.runMain (module.js:442:10)
at startup (node.js:136:18)
at node.js:966:3
The text was updated successfully, but these errors were encountered:
root@c8120adcacd0:/# node --version
v8.11.1
root@c8120adcacd0:/# node <(curl -sL https://code.jquery.com/jquery-1.11.1.min.js)
fs.js:646
return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
^
Error: ENOENT: no such file or directory, open '/proc/13/fd/pipe:[326169]'
at Object.fs.openSync (fs.js:646:18)
at Object.fs.readFileSync (fs.js:551:33)
at Object.Module._extensions..js (module.js:662:20)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
at Function.Module.runMain (module.js:693:10)
at startup (bootstrap_node.js:188:16)
at bootstrap_node.js:609:3
Repro steps in Docker:
docker run -it ubuntu:latest
apt-get update
apt-get -y install nodejs
nodejs <(curl -sL https://code.jquery.com/jquery-1.11.1.min.js)
The text was updated successfully, but these errors were encountered: