Skip to content
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

How to install Node and NPM packages with Vite #39

Closed
anuzpandey opened this issue Jun 19, 2023 · 1 comment
Closed

How to install Node and NPM packages with Vite #39

anuzpandey opened this issue Jun 19, 2023 · 1 comment

Comments

@anuzpandey
Copy link

I am running Laravel 10 application. Everything is working I guess but I have an error "Vite manifest file is not found".
How do I install node and npm, and run npm scripts?

Thank you in advance.

@lombervid
Copy link

Adding this to Dockerfile worked for me:

RUN apk add --update nodejs npm

And then adding a script file to scripts folder to execute npm install as commented here:
#26 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants