PhantomJS颜色模块“无法找到变量:进程”

时间:2015-07-28 00:06:44

标签: node.js colors npm phantomjs

我使用以下方法安装了颜色模块:

npm install colors

我也将'colors.js-master'复制到我的桌面。 每当我尝试“需要”'颜色'或甚至指向桌面上的索引/颜色文件时,它都说:

ReferenceError: Can't find variable: process
:26

以下是我正在使用的当前代码,指向我桌面上的代码:

var colors = require('C:/Users/KidsRoom/Desktop/colors/lib/index');
console.log("test".yellow);

我还尝试使用以下方式全局安装颜色:

npm install -g colors

然后我尝试了:

var colors = require('colors');
console.log("test".yellow)

0 个答案:

没有答案