Open ljack opened 8 years ago
application.json NPM packages needs to strip extra spaces otherwise meteor-kitchen keeps trying to install the package everytime because it thinks it's not yet installed.
E.g.
"packages": { "npm": [ "phantomjs-prebuilt", "isomorphic-fetch ", "es6-promise" ] },
caused "npm install --save isomorphic-fetch" to run everytime meteor-kitchen cli executed.
It's actually PEBKAC but maybe at least a warning would be nice ;)
Wow! how didyou find that? 👍 will be fixed in 0.9.62
application.json NPM packages needs to strip extra spaces otherwise meteor-kitchen keeps trying to install the package everytime because it thinks it's not yet installed.
E.g.
caused "npm install --save isomorphic-fetch" to run everytime meteor-kitchen cli executed.
It's actually PEBKAC but maybe at least a warning would be nice ;)