-
Notifications
You must be signed in to change notification settings - Fork 76
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
Failed to compile with 2 errors #2
Comments
I tried with the same version of my Node.js and npm, but it did not reproduce. |
I copied the whole error info below : ERROR Failed to compile with 1 errors 23:00:48 error in ./src/directive/modules/clipboard.js Module build failed: TypeError: Cannot read property 'type' of undefined @ ./src/directive/index.js 8:0-44
|
Please try the following procedure
Has your |
Now it works , tks a lot . |
This application uses heroku for PlantUML server. |
ERROR Failed to compile with 2 errors 09:44:01
one is in ./src/components/Editor.vue (Module build failed: TypeError: Cannot read property 'type' of undefined)
the next error in ./src/directive/modules/clipboard.js(Module build failed: TypeError: Cannot read property 'type' of undefined)
and the page look like this .
my node version is 9.4.0 and npm version is 5.6.0
The text was updated successfully, but these errors were encountered: