Чтобы создать приложение vue.js на сервере Ubuntu, мне нужно инициализировать eslint, что я делаю со следующей строкой, а затем настраиваю ее там:
./node_modules/.bin/eslint --init
После настройки я получаю следующее:
Checking peerDependencies of eslint-config-eslint:recommended,plugin:vue/essential@latest
The config that you've selected requires the following dependencies:
eslint-plugin-vue@latest eslint-config-eslint:recommended,plugin:vue/essential@latest error@[object Object]
? Would you like to install them now with npm?
Что я нахожу действительно странным, так это error@[object Object]
, во всяком случае ... Я печатаю да и затем получаю следующую ошибку:
Installing eslint-plugin-vue@latest, eslint-config-eslint:recommended,plugin:vue/essential@latest, error@[object Object]
npm ERR! code EINVALIDTAGNAME
npm ERR! Invalid tag name "[object Object]": Tags may not have any characters that encodeURIComponent encodes.
Кто-нибудь может помочь?