ProgressNS / sidekick-feedback

This repository is for feedback regarding NativeScript Sidekick. Use the issues system here to submit feature requests or vote for existing ones.
45 stars 9 forks source link

Bundle Node with Sidekick #340

Closed NgxDev closed 5 years ago

NgxDev commented 5 years ago

Tell us about the problem

While using WSL (Windows Subsystem Linux), having Node installed on both the host OS (Windows) and on WSL can be very tricky. It usually results in npm not working properly.

Ideally, Sidekick should have the appropriate Node.js version bundled in and not require us to have Node.js installed on the host OS. As a nice side-effect, this would also make Sidekick independent of the host OS installed Node version, if any.

Which platform(s) does the issue occur on?

Windows

teobugslayer commented 5 years ago

We do not have immediate plans for implementing this feature. Part of the story behind NativeScript Sidekick is to help developers to configure their machines for the NativeScript CLI and the latter requires global Node.js installation.