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 Apr 30, 2019. It is now read-only.
I've been trying to run tsd install a few times and ran into this
[ERR!] cwd : /home/noam/clients/root/node/umedia/node_modules/type-schema
[ERR!] os : Linux 3.16.0-38-generic
[ERR!] argv : "/usr/local/bin/node" "/usr/bin/tsd" "install"
[ERR!] node : v5.0.0
[ERR!] tsd : 0.6.4
[ERR!] Error: Cannot find module 'configstore'
[ERR!] CODE : MODULE_NOT_FOUND
[ERR!] Cannot find module 'configstore'
[ERR!] If you need help, you may report this error at:
https://github.com/DefinitelyTyped/tsd/issues
Going to the installation directory for tsd and running npm install --save configstore fixed the issue. I guess that means configstore ought to be a dependency listed in package.json and is missing?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've been trying to run
tsd install
a few times and ran into thisGoing to the installation directory for
tsd
and runningnpm install --save configstore
fixed the issue. I guess that meansconfigstore
ought to be a dependency listed inpackage.json
and is missing?The text was updated successfully, but these errors were encountered: