Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

iotmani
Copy link

@iotmani iotmani commented Jan 24, 2020

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
Copy link

cveld commented Nov 26, 2020

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

@MkLHX
Copy link

MkLHX commented Jan 27, 2021

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.

None yet

4 participants