Closed kenneth-bolivar-castro closed 8 years ago
I installed a fresh Drupal 8 install. Installed PDB and PDB_NG2 and ran "npm install." All of the dependancies installed properly without errors. I deleted the "node_modules" and "typings" folder and ran "npm install" again and it installed all the dependancies properly again. I was unable to reproduce this issue.
@sainsley123 What version of node were you running when you tried reproduce this error?
@acha5066 My node version is 0.10.33.
@acha5066 You make a good point. I upgraded to the latest (4.5.0) LTS version. I tested it again with the steps above and it re-installed without errors. Maybe there should be some definition of a "supported" or "works with" node version. I would recommend using whatever the current LTS version of node is.
Sorry a bit late in testing this. Couldn't get the latest version 8.x-1.0-alpha4 to work with either 0.10.33 or 4.5.0 or 6.0.0 versions of node. It gives me the same errors as the OP. The 8.x-1.0-alpha3 version installs fine however.
Update... downloaded the latest dev version. Installs fine. Has been fixed already.
New version has been released, and some improvements beyond it have landed in the latest dev branch as well.
I'm closing this for now, if there are new install errors please open a new issue.
Right after I updated my source code, I removed "node_modules" and "typings" folder to execute a fresh installation, then I executed: "npm install" and it threw the following errors:
npm-debug.log.txt
I found, it downloaded a lot of dependencies, but it looks like we should tweak "postinstall" instructions,