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 package.json at the root of the project can be cleaned up:
Old dependencies
ms-rest-js and ms-rest-azure (these packages are now namespaced under @azure)
Version mismatches between dependencies and devDependencies
dependencies: "typescript": "^3.1.1"
devDependencies: "typescript": "^2.7.2"
It's unclear why we have devDependencies in the root package.json as these dependencies are most likely going to be installed anyways when a developer forks and clones the project. Instead of devDependencies and dependencies, there should just be dependencies.
Versions
master
branchDescribe the bug
The
package.json
at the root of the project can be cleaned up:ms-rest-js
andms-rest-azure
(these packages are now namespaced under@azure
)"typescript": "^3.1.1"
"typescript": "^2.7.2"
Additional Context
Originally found in #925
[bug]
The text was updated successfully, but these errors were encountered: