Upgrading fails from 6 to 7 when theme deps are involved
Open
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
The upgrade script fails if the following 2 deps are in the package.json file. They fail as there's no 7.x version of these deps.
- "@dojo/themes": "^6.0.0"
- "@dojo/cli-create-theme": "^6.0.0"
The `run` function that calls npm silently fails which makes troubling shooting this failure much hard than it should be.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.