невозможно установить плагин jshint для vim на sierra - PullRequest
0 голосов
/ 19 октября 2018

Я пытался следовать этой инструкции:

https://github.com/walm/jshint.vim

Я установил патоген и клонировал репозиторий https://github.com/walm/jshint.vim в ~ / .vim / bundle Но когда я открываюjavascript файл с vim, и введите

:JSHint

Я получаю

E492: Not an editor command: JSHint

Может быть, причиной этого являются эти ошибки:

sudo npm install -g jshint

Iполучить следующее предупреждение:

PhantomJS not found on PATH
Download already available at /tmp/phantomjs/phantomjs-2.1.1-macosx.zip
Verified checksum of previously downloaded file
Extracting zip contents
Removing /usr/local/lib/node_modules/jshint/node_modules/phantomjs-prebuilt/lib/phantom
Copying extracted folder /tmp/phantomjs/phantomjs-2.1.1-macosx.zip-extract-1539960008063/phantomjs-2.1.1-macosx -> /usr/local/lib/node_modules/jshint/node_modules/phantomjs-prebuilt/lib/phantom
chmod failed: phantomjs was not successfully copied to /usr/local/lib/node_modules/jshint/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: phantomjs-prebuilt@2.1.16 (node_modules/jshint/node_modules/phantomjs-prebuilt):
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: phantomjs-prebuilt@2.1.16 install: `node install.js`
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
+ jshint@2.9.6
updated 1 package in 13.417s
...