kotlin-frontend-plugin icon indicating copy to clipboard operation
kotlin-frontend-plugin copied to clipboard

Ability to generate package.json with no npm install

Open cy6erGn0m opened this issue 8 years ago • 1 comments

For libraries one would need to generate package.json but don't need to install modules (discussed in issue #8)

cy6erGn0m avatar May 03 '17 15:05 cy6erGn0m

BTW you can run npm-configure task and it doesn't trigger npm-install. However 0.0.23 plugin does run karma at build execution so it triggers npm install (because karma need to be downloaded somehow). Not sure it could be completely avoided.

cy6erGn0m avatar Nov 24 '17 13:11 cy6erGn0m