Skip to content

Checking if node is executable #28

Closed
@conbrad

Description

@conbrad

The vimrc file checks if it can execute node js on line 42:

if !executable('node') || !executable('npm')

node is executed by issuing nodejs by default though, the check should be

if !executable('nodejs') || !executable('npm')

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions