Skip to content

Fix error /usr/bin/env: ‘node -r esm’: No such file or directory#126

Open
iotmani wants to merge 1 commit into
localtunnel:masterfrom
iotmani:patch-1
Open

Fix error /usr/bin/env: ‘node -r esm’: No such file or directory#126
iotmani wants to merge 1 commit into
localtunnel:masterfrom
iotmani:patch-1

Conversation

@iotmani

@iotmani iotmani commented Jan 24, 2020

Copy link
Copy Markdown

env -S was needed to pass options in shebang lines as shown in the error below:
/usr/bin/env: ‘node -r esm’: No such file or directory
/usr/bin/env: use -[v]S to pass options in shebang lines

env -S was needed to pass options in shebang lines as shown in the error below:
/usr/bin/env: ‘node -r esm’: No such file or directory
/usr/bin/env: use -[v]S to pass options in shebang lines
@cveld

cveld commented Nov 26, 2020

Copy link
Copy Markdown

Please also run npm install esm@3 and commit package.json and package-lock.json.

@MkLHX

MkLHX commented Jan 27, 2021

Copy link
Copy Markdown

Hi could you please update and merge this PR
still waiting since one year #90

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants