You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR in ./src/test.ts
[2, 9]: ' should be "
[2, 30]: Missing semicolon
Those errors causing at my machine to compilation failure...
i guess the the solution is to replace ' by " in following code line:
require("phantomjs-polyfill");
The text was updated successfully, but these errors were encountered:
ERROR in ./src/test.ts
[2, 9]: ' should be "
[2, 30]: Missing semicolon
Those errors causing at my machine to compilation failure...
i guess the the solution is to replace ' by " in following code line:
require("phantomjs-polyfill");
The text was updated successfully, but these errors were encountered: