}
private void launchNpmInstall(IProject projectHandle) throws InvocationTargetException, CoreException {
InstallLaunchShortcut launcher = new InstallLaunchShortcut();
IFile path = projectHandle.getFile(Constants.PACKAGE_JSON);
launcher.launchFile(path, ILaunchManager.DEBUG_MODE);
}
}