Open tommasosansone91 opened 5 years ago
I actually got term3 downloaded and installed by running powershell as administrator and here: npm install --global --production windows-build-tools@4.0.0
But in the end it crash when I try to activate it
Me too, I tried updating for Atom, arch linux repo, and got the same errors as Tommaso...
"/home/spongebob/.atom/.apmrc" "install" "https://www.atom.io/api/packages/term3/versions/0.22.1/tarball" "--runtime=electron" "--target=3.1.1" "--dist-url=https://atom.io/download/electron" "--arch=x64" "--global-style"
1981 verbose node v11.8.0
1982 verbose npm v6.7.0
1983 error code ELIFECYCLE
1984 error errno 1
1985 error ptyw.js@0.4.1 install: `node-gyp rebuild`
1985 error Exit status 1
1986 error Failed at the ptyw.js@0.4.1 install script.
1986 error This is probably not a problem with npm. There is likely additional logging output above.
1987 verbose exit [ 1, true ]
I've verified the npm cache, and ensured everything was current, and it still throws an error. Could this be a packaging problem, an incorrect/missing package installation file perhaps?! Digging a bit deeper there are these lines in the error logs that look onimous:
npm ERR! Failed at the ptyw.js@0.4.1 install script.
and,
npm WARN enoent ENOENT: no such file or directory, open '/tmp/apm-install-dir-119110-24792-1gjz76k.awv7/package.json'
Missing json file?
Just chiming in to confirm that the above data is still true for Arch Linux.
probably known by now, but in case its helpful, can't install on OS X either
Same problem in ubuntu 18.04.3 LTS (Bionic Beaver)
% atom --version
Atom : 1.42.0
Electron: 4.2.7
Chrome : 69.0.3497.128
Node : 10.11.0
% apm --version apm 2.4.3 npm 6.2.0 node 10.2.1 x64 atom 1.42.0 python 2.7.17 git 2.17.1
When I try to install term3 from settings>install, I get:
I followed this thread in order to solve the problem https://github.com/felixrieseberg/windows-build-tools/issues/152#issuecomment-443785591 (installed node.js, visual studio, net framework) but in the end I could not properly install windows build tools from powershell because I lacked "package.json". Anyone can help me?