Closed kevinold closed 9 years ago
The main issue is that both dependencies and devDependencies are arrays in package.json and thus prevents installing any additional modules via "npm --save" or "npm --save-dev"
@geekjuice ^^ any ideas on how we could fix so that these are objects?
Heh... that was probably a typo on my end I didn't test properly :sweat: ... I'll create an PR to fix this
I've just noticed that on the latest master (e29aa42d4ee3469ac073588530ebcfda42b5f197) the package.json generated does not have the quotes correct:
Notice how the entire line is quoted instead of quotes being around the key and then the value: