Looks like mean stacks postinstall script is hardcoded with Unix style paths. In Unix ./somethig/or/another
signifies accessing the something
directory starting HERE (the meaning of .
).
I'd suggest submitting a bug on their GitHub page to start. Then you might be able to get away with editing the package.json
to have the post install script use Windows style paths. It would be something like node_modulesowerinower install
. I don't have windows so cannot say for certain.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…