-
Notifications
You must be signed in to change notification settings - Fork 164
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
Generated app not starting with node@7.6.0 and npm@5.0.3 #959
Comments
However, if I delete the |
@obaidott can you look into this while you're working on adding Node 8 to CI? |
My guess is that the way |
@matthewp this can be closed can't reproduce error. donejs add app + donejs develop works under node 7.6 even under node 8.1.2 |
Thanks. |
This is still an issue. I just tested with npm 5.0.3 & Node 8.1.2 and I got the same issues as what @marshallswain originally reported. |
Looks like others are having this same issue, related to It might be a quick easy fix to use Lines 29 to 34 in 85650e5
|
@chasenlehara why do i not get that error? maybe because using yarn right? |
Probably! The original issue makes it pretty clear that npm was being used. Please don’t leave comments saying issues are fixed if you haven’t reproduced the original issue and can confirm it was fixed. 😊 |
@chasenlehara i reproduced it i runned a donejs app a fresh one under node 7.6 and 8.1 but i am using docker that means i mount the project dir and then on startup use yarn :) |
This has been solved. It took making changes to both donejs/donejs and donejs/cli, but now neither step will create a |
@andrejewski so you mean
|
@frank-dspeed No, the fix for |
How often can you reproduce it?
After creating an application with
donejs add app pwa-test
, when I open the root directory and rundonejs develop
, I get the following error:I see that done-serve is in the package.json dependencies, but it's not getting installed into
node_modules/.bin
:Maybe this is an npm bug. I'm using
npm@5.0.3
withnode@7.6.0
.Steps to reproduce:
npm install -g npm donejs
donejs add app pwa-test
cd-pwa-test
donejs develop
Expected results:
The app should start without a problem.
Actual results:
The above error is thrown.
Environment:
The text was updated successfully, but these errors were encountered: