Closed qianl15 closed 3 months ago
According to https://github.com/nodejs/node/issues/30810 We need to use #!/usr/bin/env -S node --no-warnings=ExperimentalWarning on Linux. Otherwise it hangs. This flag also works on other OS environments.
#!/usr/bin/env -S node --no-warnings=ExperimentalWarning
According to https://github.com/nodejs/node/issues/30810 We need to use
#!/usr/bin/env -S node --no-warnings=ExperimentalWarning
on Linux. Otherwise it hangs. This flag also works on other OS environments.