jessegrosjean / foldingtext-for-atom

Outline editor with productivity features (No longer in development)
Other
40 stars 10 forks source link

foldingtext-for-atom 0.6.2 install fails on Windows 7 #56

Closed ghost closed 9 years ago

ghost commented 9 years ago

The install for 0.6.2 fails on Windows 7. The install was fine on OS X. This is in Atom version 0.211.0. The install fails as an update from 0.6.0, or after uninstalling FoldingText, or installing from the command line.

The output error shows the following:

npm ERR! Windows_NT 6.1.7601 npm ERR! argv "C:\Users\vince.pickett\AppData\Local\atom\app-0.211.0\resources\app\apm\bin\node.exe" "C:\Users\vince.pickett\AppData\Local\atom\app-0.211.0\resources\app\apm\nodemodules\npm\bin\npm-cli.js" "--globalconfig" "C:\Users\vince.pickett.atom.apm.apmrc" "--userconfig" "C:\Users\vince.pickett.atom.apmrc" "install" "C:\Users\vince.pickett\AppData\Local\Temp\d-115523-6828-iv6oi\package.tgz" "--target=0.22.0" "--arch=ia32" npm ERR! node v0.10.35 npm ERR! npm v2.5.1 npm ERR! path C:\Users\vince.pickett\AppData\Local\Temp\npm-6948-945a74fa\unpack-f09ab35d1676\spec\fixtures\outline [loo!]!@#$%^&*()-+.ftml npm ERR! code ENOENT npm ERR! errno 34

npm ERR! enoent ENOENT, open 'C:\Users\vince.pickett\AppData\Local\Temp\npm-6948-945a74fa\unpack-f09ab35d1676\spec\fixtures\outline [loo!]!@#$%^&_*()-+.ftml' npm ERR! enoent This is most likely not a problem with npm itself npm ERR! enoent and is related to npm not being able to find a file. npm ERR! enoent

Not sure if this matters but the dependency listing found here https://david-dm.org/foldingtext/foldingtext-for-atom shows the dependency "should" is out of date.

I don't have another windows box available to test to see if it's all Windows or just my setup. If I get an opportunity to I will.