码迷,mamicode.com
首页 > 其他好文 > 详细

TypeError Identifier 'assert' has already been declared

时间:2019-02-13 12:57:39      阅读:582      评论:0      收藏:0      [点我收藏+]

标签:edit   sse   class   unbound   html   net   老师   main   type   

1、错误描述

 

> const assert=require(‘assert‘);
TypeError: Identifier ‘assert‘ has already been declared
    at repl:1:1
    at REPLServer.defaultEval (repl.js:262:27)
    at bound (domain.js:287:14)
    at REPLServer.runBound [as eval] (domain.js:300:12)
    at REPLServer.<anonymous> (repl.js:431:12)
    at emitOne (events.js:82:20)
    at REPLServer.emit (events.js:169:7)
    at REPLServer.Interface._onLine (readline.js:211:10)
    at REPLServer.Interface._line (readline.js:550:8)
    at REPLServer.Interface._ttyWrite (readline.js:827:14)
>

2、错误原因

     由错误提示可知assert标识符已经声明了

 

3、解决办法

     不能用关键字、标识符命名

再分享一下我老师大神的人工智能教程吧。零基础!通俗易懂!风趣幽默!还带黄段子!希望你也加入到我们人工智能的队伍中来!https://blog.csdn.net/jiangjunshow

TypeError Identifier 'assert' has already been declared

标签:edit   sse   class   unbound   html   net   老师   main   type   

原文地址:https://www.cnblogs.com/odejsjhshw/p/10368979.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!