Skip to content

Instantly share code, notes, and snippets.

@wufe
Created November 2, 2016 12:38
Show Gist options
  • Save wufe/85f6d7e87fc3e760d12eda3802674646 to your computer and use it in GitHub Desktop.
Save wufe/85f6d7e87fc3e760d12eda3802674646 to your computer and use it in GitHub Desktop.
Cannot find name 'Promise'. - Typescript solution

First, install @types/core-js

npm install --save @types/core-js

Next, import the definition type into your code

/// <reference path="../node_modules/@types/core-js/index.d.ts" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment