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'.
`
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.
Most helpful comment
fseventshas some issues on Windows. Can you try installing packages with a noop flag.