【发布时间】:2016-11-24 04:54:06
【问题描述】:
当尝试通过 npm 将我编译的 TypeScript 输出安装为本地包时,我收到以下错误消息:
$ npm install --save ../app/out
npm ERR! eisdir EISDIR: illegal operation on a directory, read
npm ERR! eisdir This is most likely not a problem with npm itself
npm ERR! eisdir and is related to npm not being able to find a package.json in
npm ERR! eisdir a package you are trying to install.
【问题讨论】:
标签: node.js typescript npm