Cannot find module 'cross-spawn'
Open
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
When trying to upgrade a Dojo 5 app to Dojo 6 after install `@dojo/cli-upgrade-app`, I run `dojo upgrade` and get the following error.
```
Nested error: Cannot find module 'cross-spawn'
```
I tried `npm install crosss-pawn` into my project, but that didn't work, I had to `npm i -g cross-spawn` and then the upgrade worked.
Windows 10
Node 11.8.0
NPM 6.13.0
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.