-
Notifications
You must be signed in to change notification settings - Fork 182
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
node server throws error - alot of dependencies missing #4
Comments
cd server |
npm run build after the above gives these errors: ERROR in ./ ERROR in ./ ERROR in ./ ERROR in ./ |
It seems that alot of dependencies are missing after
npm install
.I have done the following:
git clone git@github.com:gustaYo/vue-chess.git
cd vue-chess
npm install
yes | cp -rf -- copy_in_node_modules/ node_modules/
node server
So I did
npm install --save-dev compress
Only to find that many more packages seem to be missing even after doing a proper
npm install
.The text was updated successfully, but these errors were encountered: