node.js - 在npm发布模块包之后运行runkit的测试,但是提示Use global instead,这个应该怎么解决
PHPz
PHPz 2017-04-17 15:35:22
0
1
699

不知道应该在哪里把window换成global并且保持原先的模块可用。

模块已经测试可以正常使用的,就是像在runkit上测试测试不了,强迫症感觉很难受- -

求大神指点迷津~

PHPz
PHPz

学习是最好的投资!

reply all(1)
大家讲道理

The top of the browser's scope is the window object.

The top of the

node environment scope is the global object.

Depending on whether you are running the code on node, try replacing window with global.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template