浏览器打印错误:TypeError: Cannot read property 'parentNode' of undefined

时间:2023-02-09 20:37:06

思路:重新引入包

1、project.json文件,引入包删除(或

              "dependencies": {
                "angular-route": "~1.3",  //最后引入的包后面加入“,”,会导致grunt错误,项目还原最初状态
              },

                )

2、安装jquery#2.1.4

3、grunt init(报错,angular-animate版本未定义)

4、bower install angular-animate

5、angular:1.3.13(其他,查看引入包文件夹中,bower.json文件查看版本),完成后

6、grunt项目