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
Fix, to get it working. I use the latest node.js WIN10 (64):
install mime-types
change of web_server.js
//var mime = require('mime');
var mime=require('mime-types');
(I ran the simulated webdev by curiosity, otherwise cannot find a practical use :) )
The text was updated successfully, but these errors were encountered:
Fix, to get it working. I use the latest node.js WIN10 (64):
install mime-types
change of web_server.js
//var mime = require('mime');
var mime=require('mime-types');
(I ran the simulated webdev by curiosity, otherwise cannot find a practical use :) )
The text was updated successfully, but these errors were encountered: