Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning about typings-history #5

Open
MartinJohns opened this issue Apr 12, 2016 · 1 comment
Open

Warning about typings-history #5

MartinJohns opened this issue Apr 12, 2016 · 1 comment

Comments

@MartinJohns
Copy link

When installing the react-router typings it will print this warning:

>npm run postinstall -s
typings WARN badlocation "github:andrew-w-ross/typings-history" is a mutable location and may change, consider specifying a commit hash

├─┬ react-router
│ └── history
├── react (ambient)
└── react-dom (ambient)

Content of my typings.json file:

{
  "name": "my-project-name",
  "version": false,
  "dependencies": {
    "react-router": "registry:npm/react-router#2.0.0+20160214194820"
  },
  "ambientDependencies": {
    "react": "registry:dt/react#0.14.0+20160319053454",
    "react-dom": "registry:dt/react-dom#0.14.0+20160316155526"
  }
}
@andrew-w-ross
Copy link
Owner

@MartinJohns I'll correct this on the weekend as I'll have some time. Sorry for the long response time.

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

No branches or pull requests

2 participants