我在安装latex-sketch-plugin时遇到错误。我不知道如何安装这个插件,但我需要它来完成我的论文,因为我必须制作一些需要编写数学方程式的图表。基本上,我有节点包管理器
amar@admin:~$ npm -v
5.4.2
我使用git clone
将latex-sketch-plugin仓库克隆到草图插件文件夹中,即~/Library/Application Support/com.bohemiancoding.sketch3/Plugins
但是当我执行npm run watch
时,我收到以下错误
amar@admin:~$ npm run watch
npm ERR! path /Users/amar/package.json
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall open
npm ERR! enoent ENOENT: no such file or directory, open '/Users/amar/package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/amar/.npm/_logs/2017-11-08T04_14_49_190Z-debug.log
答案 0 :(得分:1)
错误消息显示无法找到/Users/amar/package.json。看起来你在/ Users / amar文件夹中运行了npm命令。请在您克隆项目的文件夹中运行,因此npm可以找到package.json