Skip to content

global is not defined in Angular 6 #118

Closed
@DanielRose

Description

@DanielRose

I am using this in an Angular app. After upgrading to Angular 6, I get the following error:

sctransport.js:7 Uncaught ReferenceError: global is not defined
at Object../node_modules/socketcluster-client/lib/sctransport.js (sctransport.js:7)
at webpack_require (bootstrap:81)
at Object../node_modules/socketcluster-client/lib/scclientsocket.js (scclientsocket.js:6)
at webpack_require (bootstrap:81)
at Object../node_modules/socketcluster-client/index.js (index.js:1)
at webpack_require (bootstrap:81)
at Object../src/app/SocketClusterClient.ts (main.js:916)

The SocketClusterClient.ts is my code, and includes

import * as sc from 'socketcluster-client';

The reason is that Angular no longer includes shims for node globals. As a workaround I can manually shim it, but it would be better to solve this here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions