生成的收缩包装文件包含以下条目:
private void combo_categoryPopupMenuWillBecomeInvisible(javax.swing.event.PopupMenuEvent evt) {
String cat= jcomboCategory.getSelectedItem().toString();
try{
String sql ="select * from Inventory where CATEGORY='"+cat+"'";
pst=con.prepareStatement(sql);
rs=pst.executeQuery();
inventoryList.setModel(DbUtils.resultSetToTableModel(rs));
}catch(Exception e){
JOptionPane.showMessageDialog(null, e);
}finally{
try{
rs.close();
pst.close();
}
catch(Exception e){
}
}
// TODO add your handling code here:
}
在同一软件包上运行"fsevents": {
"dependencies": {
"rc": {}
}
}
时,此条目导致异常。
例外是无法读取未定义的属性“匹配” 。
环境:
npm install --no-optional
我已经考虑过从node -v : v8.9.4
npm -v : 6.2.0
文件中删除没有version
属性的条目。我觉得应该有一个更好,更轻松的解决方案。有什么想法吗?