为了账号安全,请及时绑定邮箱和手机立即绑定

那位大神指条明路,求解!

http://img1.sycdn.imooc.com//5e1ac30f00011d8c04870476.jpg代码照抄的。

浏览器运行报错:

Failed to compile.

./src/components/goodslist.vue?vue&type=script&lang=js& (./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/goodslist.vue?vue&type=script&lang=js&) Module not found: Error: Can't resolve 'inspector' in 'E:\testcli\proj\src\components'

正在回答

2 回答

这是错误 Error: Can't resolve 'inspector' in 'E:\testcli\proj\src\components'

下图是对应的解决办法,你可以试试。
http://img1.sycdn.imooc.com//5e3571e600010ec009740510.jpg

0 回复 有任何疑惑可以回复我~

你没有你没有使用  inspector ,若要使用必须先安装,安装命令如下:

npm i inspector

使用Example

var inspector = require('inspector'); var inspect = inspector(9222, '127.0.0.1', 'about:blank', function () {    
inspect.Page.enable(function (error) {        
    if (error) throw error;         
    inspect.Page.once('loadEventFired', function (response) {                        
    // window.onload emitted at this time `timestamp`:            
        console.log(new Date(response.timestamp));        
    });    
});
});


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

那位大神指条明路,求解!

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信