-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node-pre-gyp install --fallback-to-build #28
Comments
same here - i tried to create a new angular 2 cli project - when i do ng init, after scaffolding it installs some dependencies, than fails, and throws this error. I can't even get a basic angular2 CLI project going. I updated angular-cli, node and npm today. This happened after the update of the cli. |
I'm getting same issue as well. Any updates? |
+1 |
any update? |
Any Update >????? |
Any Upate??? |
node-pre-gyp ERR! Tried to download: https://node-zopfli.s3.amazonaws.com/Release/zopfli-v1.4.0-node-v46-win32-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v46 ABI) (falling back to source compile with node-gyp)
gyp ERR! configure error
gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
gyp ERR! stack at failNoPython (E:\Krushna\Angular2\AdminTemplate\ng2-admin\node_modules\node-gyp\lib\configure.js:449:14)
gyp ERR! stack at E:\Krushna\Angular2\AdminTemplate\ng2-admin\node_modules\node-gyp\lib\configure.js:404:11
gyp ERR! stack at FSReqWrap.oncomplete (fs.js:82:15)
gyp ERR! System Windows_NT 10.0.10240
gyp ERR! command "C:\Program Files\nodejs\node.exe" "E:\Krushna\Angular2\AdminTemplate\ng2-admin\node_modules\node-gyp\bin\node-gyp.js" "configure" "--fallback-to-build" "--module=E:\Krushna\Angular2\AdminTemplate\ng2-admin\node_modules\node-zopfli\lib\binding\node-v46-win32-x64\zopfli.node" "--module_name=zopfli" "--module_path=E:\Krushna\Angular2\AdminTemplate\ng2-admin\node_modules\node-zopfli\lib\binding\node-v46-win32-x64"
gyp ERR! cwd E:\Krushna\Angular2\AdminTemplate\ng2-admin\node_modules\node-zopfli
gyp ERR! node -v v4.4.7
gyp ERR! node-gyp -v v3.4.0
gyp ERR! not ok
node-pre-gyp ERR! build error
node-pre-gyp ERR! stack Error: Failed to execute 'C:\Program Files\nodejs\node.exe E:\Krushna\Angular2\AdminTemplate\ng2-admin\node_modules\node-gyp\bin\node-gyp.js configure --fallback-to-build --module=E:\Krushna\Angular2\AdminTemplate\ng2-admin\node_modules\node-zopfli\lib\binding\node-v46-win32-x64\zopfli.node --module_name=zopfli --module_path=E:\Krushna\Angular2\AdminTemplate\ng2-admin\node_modules\node-zopfli\lib\binding\node-v46-win32-x64' (1)
node-pre-gyp ERR! stack at ChildProcess. (E:\Krushna\Angular2\AdminTemplate\ng2-admin\node_modules\node-pre-gyp\lib\util\compile.js:83:29)
node-pre-gyp ERR! stack at emitTwo (events.js:87:13)
node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7)
node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:827:16)
node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
node-pre-gyp ERR! System Windows_NT 10.0.10240
node-pre-gyp ERR! command "C:\Program Files\nodejs\node.exe" "E:\Krushna\Angular2\AdminTemplate\ng2-admin\node_modules\node-pre-gyp\bin\node-pre-gyp" "install" "--fallback-to-build"
node-pre-gyp ERR! cwd E:\Krushna\Angular2\AdminTemplate\ng2-admin\node_modules\node-zopfli
node-pre-gyp ERR! node -v v4.4.7
node-pre-gyp ERR! node-pre-gyp -v v0.6.29
node-pre-gyp ERR! not ok
Failed to execute 'C:\Program Files\nodejs\node.exe E:\Krushna\Angular2\AdminTemplate\ng2-admin\node_modules\node-gyp\bin\node-gyp.js configure --fallback-to-build --module=E:\Krushna\Angular2\AdminTemplate\ng2-admin\node_modules\node-zopfli\lib\binding\node-v46-win32-x64\zopfli.node --module_name=zopfli --module_path=E:\Krushna\Angular2\AdminTemplate\ng2-admin\node_modules\node-zopfli\lib\binding\node-v46-win32-x64' (1)
npm WARN install:[email protected] [email protected] install:
node-pre-gyp install --fallback-to-build
npm WARN install:[email protected] Exit status 1
[email protected] E:\Krushna\Angular2\AdminTemplate\ng2-admin
+-- UNMET PEER DEPENDENCY @angular/[email protected]
+-- UNMET PEER DEPENDENCY @angular/[email protected]
+-- UNMET PEER DEPENDENCY @angular/[email protected]
+-- UNMET PEER DEPENDENCY @angular/[email protected]
`-- [email protected]
npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: [email protected]
npm WARN enoent ENOENT: no such file or directory, open 'E:\Krushna\Angular2\AdminTemplate\ng2-admin\node_modules\Ionicons\package.json'
npm WARN [email protected] requires a peer of @angular/[email protected] but none was installed.
npm WARN [email protected] requires a peer of @angular/[email protected] but none was installed.
npm WARN [email protected] requires a peer of @angular/[email protected] but none was installed.
npm WARN [email protected] requires a peer of @angular/[email protected] but none was installed.
The text was updated successfully, but these errors were encountered: