通过命令提示符

时间:2016-07-06 01:39:32

标签: node.js cmd npm browser-sync

一点背景:我有一台Windows 10笔记本电脑,有8.3 GB的可用空间(6.3演出是python,所以2演出可用空间),所以我安装并将所有内容下载到外部硬盘上。不幸的是,我以前的外置硬盘驱动器在不到6个月的时间内就开始出现故障和物理分离,所以我一直在移动文件并将程序重新安装到我的新硬盘上。最近我加入了一个要求我下载Node JS并在其上安装browsersync的MOOC。

我安装了Node JS并测试了它并使用-version测试了npm,并且都安装了。我关闭并重新打开了cmd。但是,当我运行npm install -g browser-sync时,它给了我以下内容:cmd errors 第一个错误是由于输入错误,但第二个错误是真实错误。

以下是文字中的真实错误:

Microsoft Windows [Version 10.0.10240]
C:\Users\Bracklinn>npm install -g -browser-sync
npm ERR! addLocal Could not install C:\Users\Bracklinn
npm ERR! Windows_NT 10.0.10240
npm ERR! argv "D:\\Programs\\NodeJs\\node.exe" "D:\\Programs\\NodeJs\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "-browser-sync"
npm ERR! node v4.4.7
npm ERR! npm  v2.15.8
npm ERR! code EISDIR
npm ERR! errno -4068
npm ERR! syscall read
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.

npm ERR! Please include the following file with any support request:
npm ERR!     C:\Users\Bracklinn\npm-debug.log

我尝试卸载并重新安装,谷歌搜索了很多次,最后浪费了2个小时。我认为它与我的cmd有关,在我的电脑驱动器中,但node.js在我的硬盘上。所以我转过来寻求帮助。

提前致谢!

0 个答案:

没有答案