-
-
Notifications
You must be signed in to change notification settings - Fork 635
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
fresh setup - error #216
Comments
Hi @webreinvent! Please take a look at #141 (comment). |
it is not working on windows 10. Can you suggest anything else? |
Oh, if you are using Windows 10 could you please run the command |
Tried still same error. I really wanted to give this framework a try, seems like I need to switch back to sails |
On which version of |
it's v 2.15.1 |
As you can see on the website you don't fit the requirement version for
|
@webreinvent I would suggest you to follow installation docs http://adonisjs.com/docs/3.0/installation and make sure you have minimal required versions of |
upgraded to Node v4.4.4 & npm v3.10.5, create a new project. If I type "npm run dev" I am still getting same error but if I type "npm start", it seems working fine. Tried "adonis fix" but no success. Thanks for the support so far, at least I can try the framework with npm start. |
@webreinvent Replace I have fixed same in the repo too 😄 |
this seem working 👍 |
I am again facing similar issues after upgrading node and npm:
Error:
|
You just have to look into the error thrown by the node. For now you have to remove It is a issue with the Node.js |
on previous node version
|
It is never recommended to construct paths like this and you should always use the
|
@thetutlage I am very impressed with the support and the framework too. Let me know if I can contribute by any means, I own a web agency here in India, known as WebReinvent |
I am using node v6.5.0 and npm v3.10.3 on Macos 10.11.06 (El Capitán), I have removed "--harmony_proxies" from the dev script located in the project package.json and it works great |
i new user to adonis.js framework here is my route this is my controller
} and this is my nodejs information |
what's the |
npm version is "2.14.20" |
It needs to be 3 or greater |
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. |
I have done a fresh setup and when I run "npm run dev", i receive following error:
F:\node\adonis\aclApp>npm run dev
[nodemon] 1.9.2
[nodemon] to restart at any time, enter
rs
[nodemon] watching: F:\node\adonis\aclApp\app//* F:\node\adonis\aclApp\bootstrap//
F:\node\adonis\aclApp\config/*/ .env
While node in command prompt working fine[nodemon] starting
'node --harmony_proxies' server.js
''node' is not recognized as an internal or external command,
operable program or batch file.
[nodemon] app crashed - waiting for file changes before starting...
The text was updated successfully, but these errors were encountered: