You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a new version of yarn: https://github.com/yarnpkg/berry
And it completely gets rid of node_modules, the dependencies are instead in zip files in.yarn/cache.
Right now that makes typescript not find any dependencies and say things like Cannot find module 'solid-js' or its corresponding type declarations..
It would be great if you could add support somehow.
It appears to wrap pnpify around tsserver which then emulates a node_modules folder or something.
Through my attempts to get vscode to use it, atom has also started using it:
USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND
daniel 37279 0.0 0.9 20959556 300720 ?? S 7:52PM 0:08.84 /Applications/Atom.app/Contents/Frameworks/Atom Helper (Renderer).app/Contents/MacOS/Atom Helper (Renderer) --no-deprecation [project_dir]/.yarn/sdks/typescript/lib/tsserver.js --locale en
But it doesn't work in vscode nor in atom :(
Since I don't want to start using vscode because it sucks it would be great if you could make it work with atom :)
The text was updated successfully, but these errors were encountered:
This issue has been marked as stale because it did not have any activity for the last 90 days or more. Remove the stale label or comment or this will be closed in 14 days
There's a new version of yarn: https://github.com/yarnpkg/berry
And it completely gets rid of
node_modules
, the dependencies are instead in zip files in.yarn/cache
.Right now that makes typescript not find any dependencies and say things like
Cannot find module 'solid-js' or its corresponding type declarations.
.It would be great if you could add support somehow.
This is the page describing how to use it with vscode: https://next.yarnpkg.com/getting-started/editor-sdks
It appears to wrap
pnpify
around tsserver which then emulates anode_modules
folder or something.Through my attempts to get vscode to use it, atom has also started using it:
But it doesn't work in vscode nor in atom :(
Since I don't want to start using vscode because it sucks it would be great if you could make it work with atom :)
The text was updated successfully, but these errors were encountered: