Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The command will hang up and mot exit #991

Closed
franck-lynn opened this issue Sep 3, 2021 · 2 comments
Closed

The command will hang up and mot exit #991

franck-lynn opened this issue Sep 3, 2021 · 2 comments

Comments

@franck-lynn
Copy link

  • Rollup Plugin Name: typescript
  • Rollup Plugin Version: 8.2.5
  • Rollup Version: 2.56.3
  • Operating System (or Browser): win10
  • Node Version: 16.8.0

Expected Behavior

Once configurate @rollup/plugin-typescript, and run

nmp run start

package.json

     "start": "rollup --config rollup.config.js"
}

and the process will hang up, the comman will not exit.

src/index.ts → dist/vue-rollup-component-template.esm.js...
created dist/vue-rollup-component-template.esm.js in 5.8s

it will press down ctrl + c , and the command quit.

Terminate batch job (Y/N)?
^C
PS F:

Actual Behavior

Additional Information

@htho
Copy link

htho commented Sep 3, 2021

Same here

  "devDependencies": {
    "@rollup/plugin-typescript": "^8.2.5",
    "rollup": "^2.56.3",
    "tslib": "^2.3.1",
    "typescript": "^4.4.2"
  },

node version: 14.17.3
os: windows 10

@shellscape
Copy link
Collaborator

Duplicate of #983, and you provided no reproduction. Please search issues before opening new ones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants