Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Npm run setup on windows fails #31

Open
BaileyMillerSSI opened this issue Jul 5, 2017 · 1 comment
Open

Npm run setup on windows fails #31

BaileyMillerSSI opened this issue Jul 5, 2017 · 1 comment

Comments

@BaileyMillerSSI
Copy link

I cloned and ran the command and installed a few things and then hit typings install. Afterwards typings is not a recognized as an internal or external command

2017-07-05T14_36_57_767Z-debug-text.txt

@Rambou
Copy link

Rambou commented Apr 18, 2019

This happens because you don't have typings installed globally. Can you check this?

If this is the case, Typings is deprecated in favor of NPM @types. This means that in later versions of npm you don't need to install typings but rather do npm i @types/<name_of_type>. This seems to be a problem of electron though so for the moment follow instructions below.

To install typings you can: npm i -g typings

More information about this can be found here:
Typings Package

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants