-
Notifications
You must be signed in to change notification settings - Fork 552
npm run build
error
#97
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
Comments
have you run
|
yup. npm start works, npm run watch works, but this one doesn't |
replacing
with
fixes it for me. looks like a problem with the plugin ? |
Will check later to see if there is a new version of something and broke this up |
I am on |
not on ububtu xenial with npm 3.5.2 and node 4.2.6. weird. |
try latest |
Hey guys, When I run:
And no My node version and npm version is:
Any thoughts? Thx |
do you have a typings folder? |
No, Should I? I only have a typings.json |
Yes, and for some reason it is not doing it for you. Perhaps because you have an old npm (you should install a later version, they are faster). You can generate the folder if you do $ ./node_modules/.bin/typings install But again, should do it for you. |
I exec the command U said and now it's working, the folder dist was created as expected. I guess that this problem is because I'm running node commands as sudo, I'll fix it and update npm. Thx for the support! |
I have run this code, it build the dist folder and eveything works fine. but there is nothing on browser when i open index.html . It shows loading , nothing on console as well ... |
answered by @Foxandxss $ npm install -g #lite-server That inside the dist folder. |
i'm closing this. |
from a clean clone, running this gets me
the webpack config looks good to me, but I've got like zero experience with it, so I'm kind of lost :)
The text was updated successfully, but these errors were encountered: