我正在使用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: 语法错误:单词意外(期待" in")
路径设置C:\Users\vladi\AppData\Roaming\npm;C:\Program Files\nodejs\
且路径正确
你有什么想法吗?
答案 0 :(得分:0)
解决方案:
$ curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - $ sudo apt-get install -y nodejs 然后我在〜/ .profile
中对我的PATH进行了一些更改PATH = “$ HOME / bin中:$ HOME /。本地/ bin中:在/ usr / bin中:$ PATH”
关闭bash,重新打开它并再次运行命令npm install -g browser-sync
有工作就像一个魅力