This is a migrated thread and some comments may be shown as answers.

Unable to install CLI --- error about 32-bit node.js

1 Answer 66 Views
Command-Line Interface
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Denise
Top achievements
Rank 1
Denise asked on 16 Jun 2014, 08:24 PM
I am running windows 7.
I tried to install the appbulder cli via the npm command:   npm install -g appbuilder.
I got an error message:
"Install the 32 bit version of Node.js before installing Appbuilder CLI".

I had the 64-bit version of node, so I added the 32-bit version, and still got this error message.
I tried putting the 32-bit version first on the $PATH (and verified that "which node" got the right one), and still got this error message.

What am I missing?

thanks,

denise

1 Answer, 1 is accepted

Sort by
0
Denise
Top achievements
Rank 1
answered on 17 Jun 2014, 08:58 AM
...Figured it out.  32-bit Node was first on the path, but 64-bit npm was ahead of 32-bit npm.  Re-install to clean up got it working.
Tags
Command-Line Interface
Asked by
Denise
Top achievements
Rank 1
Answers by
Denise
Top achievements
Rank 1
Share this question
or