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
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
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
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: