nodists / nodist

Natural node.js and npm version manager for windows.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use the `--scripts-prepend-node-path`

opened this issue · comments

It may be small issue but I'm new to this and don't know how to fix this. Please can some one let me know how to change this?

I'm using NPM and Node and receiving this output.

The node binary used for scripts is C:\Nodist\bin\node.exe but npm is using C:\Nodist\v-x64\8.12.0\node.exe itself. Use the --scripts-prepend-node-pathoption to include the path for the node binary npm was executed with.<br> C:\Nodist\bin\rc -> C:\Nodist\bin\node_modules\reaction-cli\dist\main.js<br> C:\Nodist\bin\reaction -> C:\Nodist\bin\node_modules\reaction-cli\dist\main.js<br> C:\Nodist\bin

So far I've ignored this message. It's annoying, but doesn't seem to cause any issues.

I take that back. I think a while ago, some CLI program I was using was reading the output of a Node/NPM command, and this message caused issues with that program. Not sure how/if I worked around it.

Hi blzaugg, yes , its better to ignore this , can't find any solution , thanks

I think it's worth keeping this open.