installing failed via npm install pjax on visual studio to umbraco solution #61
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I've just tried to install this within Visual Studio for an Umbraco Install and I get the following output:

No files or folders are added to the solution and re running the instal produces the same result.
was expecting the following folder to be added "/node_modules/pjax"
There is a open issue for updating the npm build to the latest functional version (0.2.2). Just need to wait for @MoOx to get to it as he's got the npm credentials.
@Ben-TangentDesign can you try with latest version? (0.2.2)
I get the error too:
npm ERR! Linux 3.19.0-25-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "pjax"
npm ERR! node v5.5.0
npm ERR! npm v3.8.1
npm ERR! No compatible version found: pjax
npm ERR! Valid install targets:
npm ERR! 0.2.2, 0.2.1, 0.2.0, 0.1.4, 0.1.3, 0.1.2, 0.1.1, 0.1.0
npm ERR!
@vrmontes you are not getting the same error.
What command did you enter to install pjax?
Hi, i used:
npm install pjax
On ubuntu 14.04
I fixed this. I messed up latest tag. Should be ok now.
Thanks