Nodejs浏览器同步安装问题

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Nodejs浏览器同步安装问题相关的知识,希望对你有一定的参考价值。

我正在使用Windows Ubuntu bash终端尝试为nodejs安装browser-sync并在命令之后

npm install -g browser-sync

我收到一条错误消息:

:not foundram Files / nodejs / npm:3:/ mnt / c / Program Files / nodejs / npm :: not foundram Files / nodejs / npm:5:/ mnt / c / Program Files / nodejs / npm:/ mnt / c / Program Files / nodejs / npm:6:/ mnt / c / Program Files / nodejs / npm:语法错误:word意外(期待“in”)

路径设置为C:\Users\vladi\AppData\Roaming\npm;C:\Program Files\nodejs\,路径正确

你有什么想法?

答案

方案:

$ curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - $ sudo apt-get install -y nodejs然后我在〜/ .profile中对我的PATH做了一些更改

PATH = “$ HOME / bin中:$ HOME /。当地/斌:在/ usr / bin中:$ PATH”

关闭bash,重新打开它并再次运行命令npm install -g browser-sync

它的工作就像一个魅力

以上是关于Nodejs浏览器同步安装问题的主要内容,如果未能解决你的问题,请参考以下文章

nodeJs的一些常识知识

ubuntu 怎么安装node

如何在CentOS 7服务器上安装NodeJS

如何在安卓手机上安装nodejs

NodejsBrowsersync同步浏览器测试

Nodejs 学习笔记 - 同步读写文件