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
./node_modules/nativescript-socketio/angular/index.js
Module not found: Error: Can't resolve '../socketio' in '/Users/yahuiqin/workspace/nirvana/warrior/warriortrading.hermes.frontend/node_modules/nativescript-socketio/angular'
Has anyone ever had this problem? Need help.
The text was updated successfully, but these errors were encountered:
Fixed this issue by adding a file named socketio.js under the root.
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./socketio.android"));
//# sourceMappingURL=index.js.map
Error: Failed to compile.
./node_modules/nativescript-socketio/angular/index.js
Module not found: Error: Can't resolve '../socketio' in '/Users/yahuiqin/workspace/nirvana/warrior/warriortrading.hermes.frontend/node_modules/nativescript-socketio/angular'
Has anyone ever had this problem? Need help.
The text was updated successfully, but these errors were encountered: