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
The pinned dependency 'typescript-eslint-parser' uses an outdated typescript version - this prevents the shrinkwrapping process --> please upgrade it to the recent version.
and upgrade the typescript devDependency as such:
"typescript": "^2.3.4",
The text was updated successfully, but these errors were encountered:
mobidev111
changed the title
Upgrade peer dependency typescript to recent version - prevents shrinkwrapping
Upgrade peer dependency typescript-eslint-parser to recent version - outdated depending typescript version prevents shrinkwrapping
Jun 22, 2017
I'm not familiar with the inner workings of the project - better be done by someone who can fix tests in case of problems due to the updated dependencies.
this updates all dependencies:
npm outdated
npm update --dev --save
and add to "typescript" dependency either caret ("^") or "2.x" if you see fit
On Jun 24, 2017 13:19, "mobidev111" ***@***.***> wrote:
I'm not familiar with the inner workings of the project - better be done
by someone who can fix tests in case of problems due to the updated
dependencies.
this updates all dependencies:
npm outdated
npm update
and add to "typescript" dependency either caret ("^") or "2.x" if you see
fit
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#170 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AACnmDirTKxnuEjDTg2x8FdyLNYIBNn_ks5sHPDHgaJpZM4OC4QL>
.
The pinned dependency 'typescript-eslint-parser' uses an outdated typescript version - this prevents the shrinkwrapping process --> please upgrade it to the recent version.
"typescript": "^2.3.4",
The text was updated successfully, but these errors were encountered: