atom / ide-typescript

TypeScript and Javascript language support for Atom-IDE
MIT License
368 stars 63 forks source link

Cannot find name process #141

Closed wolfy1339 closed 5 years ago

wolfy1339 commented 5 years ago

In a NodeJS module, TypeScript (from this package) complains that it cannot find the name process This issue is very very annoying. Is there anything to help fix this?

$ atom --version

Atom    : 1.35.0-nightly1
Electron: 2.0.14
Chrome  : 61.0.3163.100
Node    : 8.9.3
$ apm --version
apm  2.1.3
npm  6.2.0
node 8.9.3 x64
atom 1.35.0-nightly1
python 2.7.15
git 2.19.2.windows.1
visual studio 2015
$ apm list
Built-in Atom Packages (93)
├── atom-dark-syntax@0.29.1
├── atom-dark-ui@0.53.3
├── atom-light-syntax@0.29.1
├── atom-light-ui@0.46.3
├── base16-tomorrow-dark-theme@1.6.0
├── base16-tomorrow-light-theme@1.6.0
├── one-dark-ui@1.12.5
├── one-light-ui@1.12.5
├── one-dark-syntax@1.8.4
├── one-light-syntax@1.8.4
├── solarized-dark-syntax@1.3.0
├── solarized-light-syntax@1.3.0
├── about@1.9.1
├── archive-view@0.65.1
├── autocomplete-atom-api@0.10.7
├── autocomplete-css@0.17.5
├── autocomplete-html@0.8.8
├── autocomplete-plus@2.42.0
├── autocomplete-snippets@1.12.0
├── autoflow@0.29.4
├── autosave@0.24.6
├── background-tips@0.28.0
├── bookmarks@0.45.1
├── bracket-matcher@0.90.2
├── command-palette@0.43.5
├── dalek@0.2.2
├── deprecation-cop@0.56.9
├── dev-live-reload@0.48.1
├── encoding-selector@0.23.9
├── exception-reporting@0.43.1
├── find-and-replace@0.215.14
├── fuzzy-finder@1.8.2
├── github@0.23.0
├── git-diff@1.3.9
├── go-to-line@0.33.0
├── grammar-selector@0.50.1
├── image-view@0.63.1
├── incompatible-packages@0.27.3
├── keybinding-resolver@0.38.4
├── line-ending-selector@0.7.7
├── link@0.31.6
├── markdown-preview@0.159.25
├── metrics@1.6.2
├── notifications@0.70.5
├── open-on-github@1.3.1
├── package-generator@1.3.0
├── settings-view@0.257.2
├── snippets@1.4.0
├── spell-check@0.74.2
├── status-bar@1.8.15
├── styleguide@0.49.12
├── symbols-view@0.118.2
├── tabs@0.109.2
├── timecop@0.36.2
├── tree-view@0.224.5
├── update-package-dependencies@0.13.1
├── welcome@0.36.7
├── whitespace@0.37.7 (disabled)
├── wrap-guide@0.40.3
├── language-c@0.60.14
├── language-clojure@0.22.7
├── language-coffee-script@0.49.3
├── language-csharp@1.1.0
├── language-css@0.43.0
├── language-gfm@0.90.6
├── language-git@0.19.1
├── language-go@0.46.6
├── language-html@0.51.5
├── language-hyperlink@0.17.0
├── language-java@0.31.1
├── language-javascript@0.129.18
├── language-json@0.19.2
├── language-less@0.34.3
├── language-make@0.23.0
├── language-mustache@0.14.5
├── language-objective-c@0.15.1
├── language-perl@0.38.1
├── language-php@0.44.1
├── language-property-list@0.9.1
├── language-python@0.51.8
├── language-ruby@0.72.14
├── language-ruby-on-rails@0.25.3
├── language-rust-bundled@0.1.0
├── language-sass@0.62.0
├── language-shellscript@0.27.9
├── language-source@0.9.0
├── language-sql@0.25.10
├── language-text@0.7.4
├── language-todo@0.29.4
├── language-toml@0.18.2
├── language-typescript@0.4.11
├── language-xml@0.35.3
└── language-yaml@0.32.0

Community Packages (32)
├── atom-beautify@0.33.4 (disabled)
├── atom-discord@2.0.2
├── atom-easy-jsdoc@4.12.5
├── atom-html-preview@0.2.5 (disabled)
├── atom-ide-ui@0.13.0
├── atom-rst-preview-docutils@1.0.0 (disabled)
├── atom-ternjs@0.18.3 (disabled)
├── code-peek@1.4.21
├── dockerletion@0.2.0 (disabled)
├── editorconfig@2.2.2
├── file-icons@2.1.26
├── ide-css@0.3.2
├── ide-html@0.4.2
├── ide-json@0.2.1
├── ide-python@1.0.0 (disabled)
├── ide-typescript@0.7.9
├── ide-yaml@0.4.4 (disabled)
├── language-apache@1.8.0 (disabled)
├── language-batchfile@0.7.5 (disabled)
├── language-diff@0.7.0 (disabled)
├── language-docker@1.1.8 (disabled)
├── language-ignore@1.7.4
├── language-lua@0.9.11 (disabled)
├── language-restructuredtext@1.1.2 (disabled)
├── linter@2.2.0 (disabled)
├── linter-eslint@8.4.1
├── preview@0.19.0 (disabled)
├── react@0.18.0
├── react-es7-snippets@0.3.13 (disabled)
├── svg-preview@0.14.0 (disabled)
├── teletype@0.13.3 (disabled)
└── wakatime@7.0.7
damieng commented 5 years ago

We just switched over to a new language server a few minutes ago that should solve problems like these - make sure your ide-typescript is now 0.8.0 (published just a few minutes ago)

wolfy1339 commented 5 years ago

I can confirm it is indeed fixed


From: Damien Guard notifications@github.com Sent: Thursday, November 29, 2018 3:38:05 PM To: atom/ide-typescript Cc: wolfy1339; Author Subject: Re: [atom/ide-typescript] Cannot find name process (#141)

We just switched over to a new language server a few minutes ago that should solve problems like these - make sure your ide-typescript is now 0.8.0 (published just a few minutes ago)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/atom/ide-typescript/issues/141#issuecomment-442984534, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AEYfFbX_pQmte-bT2rzGGsijvXAkxrmOks5u0EWtgaJpZM4Y6bpK.

damieng commented 5 years ago

Great! Thanks for bearing with us on this - I noticed you just got spammed a whole lot of issue closures!