0
當試圖通過npm
安裝我編譯打字稿輸出作爲本地包,我收到以下錯誤信息:NPM無法安裝本地包:EISDIR:在目錄上非法操作,讀
$ 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.