Core: Failed at the [email protected] install script 'node-pre-gyp install --fallback-to-build llback-to-build'

Created on 3 Oct 2016  路  3Comments  路  Source: adonisjs/core

Hello @thetutlage,

Firstly, I need to tell you, I am super excited to use your framework. Cheers for you.

Next, Today i started installing your Adonisjs. And stuck during many instances but that resolved.. but this following issue seems related to framework compatibility.

After running adonis new adonis-hello

`npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Users\Admin\AppData\ Roaming\npm\node_modules\npm\bin\npm-cli.js" "install"
npm ERR! node v4.6.0
npm ERR! npm v3.10.7
npm ERR! code ELIFECYCLE

npm ERR! [email protected] install: node-pre-gyp install --fallback-to-build
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node-pre-gyp install --fa llback-to-build'.
`

Most helpful comment

fsevents has some issues on Windows. Can you try installing packages with a noop flag.

npm i --no-optional

All 3 comments

fsevents has some issues on Windows. Can you try installing packages with a noop flag.

npm i --no-optional

Thanks Bro!!

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

douglaszaltron picture douglaszaltron  路  3Comments

codingphasedotcom picture codingphasedotcom  路  3Comments

krunaldodiya picture krunaldodiya  路  3Comments

imperez picture imperez  路  4Comments

Extarys picture Extarys  路  4Comments