Questions tagged [nodist]
11 questions
4
votes
3 answers
Updating NPM with Nodist
I'm unable to update npm, and get it to use with Nodist.
Whenever I try to update npm with the command
npm install -g npm
the following message comes right after executing it:
(node:5304) fs: re-evaluating native module sources is not supported.
…

Ahmad Baktash Hayeri
- 5,802
- 4
- 30
- 43
3
votes
1 answer
npm ERR! cb.apply is not a function in NPM Nodist
Environment:
1 - Windows 10
2 - Nodist
3 - Node : v14.8.0
4 - npm: 6.9.0
Trying to install npx globally or create react app using npm.
npm install -g npx
npm WARN npm npm does not support Node.js v14.8.0
npm WARN npm You should probably upgrade to a…

Inzmam ul Hassan
- 215
- 4
- 16
2
votes
3 answers
Sorry, there's a problem with nodist. When trying to initilise a new npm project
I am following the following guide from GitHub Here but when I enter npm init I keep getting the error:
Sorry, there's a problem with nodist. Couldn't resolve node version
spec %s: %s 11.13.0 Couldn't find any matching version
I have followed the…

grand2019
- 562
- 2
- 6
- 16
1
vote
1 answer
NPM still installs global modules into Nodist directory after uninstalling Nodist in Windows
I've used Nodist in the past to have multiple node versions on my workstation, but I no longer needed it, so I've uninstalled Nodist with chocolatey.
However, whenever I install global packages via npm i -g packagename, it still installs it under…

user19775050
- 11
- 1
1
vote
1 answer
Unable to update the version of node using nodist in windows 10
I'm trying to update the version of node.js using nodist 0.9.1.
When I hit the following command, it installs provided version of node.
node 10.14.0
Now, when I hit nodist, it shows
PS C:\Users\Mohit.Sharma> nodist
(x64)
10.14.0
10.16.0
>…

mohit sharma
- 620
- 8
- 23
1
vote
1 answer
How to get VSCode intellisense working for Javascript and Nodist on Windows?
I was suprised to find today that after following the directions for create-react-app in VSCode that intellisense isnot working as depicted in the article. I've followed similar instructions on a different machine and it worked and the only obvious…

jpierson
- 16,435
- 14
- 105
- 149
0
votes
1 answer
Angular 8 Angular-cli generates build instead of dist directory with ng build
I have checked out a dozen questions on Stackoverflow, but it is still not working.
I have the latest @angular/cli installed globally and also in my project. When I run ng version, this is the output:
Angular CLI: 8.3.23
Node: 10.15.3
OS: win32…

Andy Man
- 1
- 3
0
votes
1 answer
Error while installing angular-cli globally through cmd
I have been trying to install Angular CLI on my Windows system.
I am new to this, and have been following steps given in https://angular-templates.io/tutorials/about/learn-angular-from-scratch-step-by-step to setup my environment. Since I am using…

Ariba Siddiqui
- 35
- 8
0
votes
0 answers
Squarespace local development server install gets hung up in middle of installation
I have spent hours trying to fix this problem on my own but am getting nowhere and can't seem to see any other questions/solutions regarding my specific problem.
I successfully installed nodist via chocalatey via Powershell admin.
I used the…

J.S. Orris
- 4,653
- 12
- 49
- 89
0
votes
1 answer
Cannot install npm packages
Today I tried to install redux and I got bellow error
Having said that it's not only happening for redux.
C:\FE-Proj-Templates\webpack>npm i -D redux
npm WARN package.json ozone@1.0.0 No description
npm WARN package.json ozone@1.0.0 No repository…

Negin Basiri
- 1,305
- 2
- 26
- 47
-1
votes
2 answers
How to use Node from command line in VS Code with Nodist? (Windows 10)
I have Nodist installed on my Windows 10 computer, but VS Code is not letting me use node commands in the Terminal. Please help, nothing works and I need an answer.

Cool Scratcher
- 45
- 1
- 1
- 7