Topic: Module build failed: ReferenceError: Unknown plugin "transform-runtime"
guru93 free asked 6 years ago
Jakub Strebeyko staff answered 6 years ago
Hi there, guru
Let me make sure I got things right -- npm install <package-name> -save
is a NPM command used to install node modules and here it has been used to install Node Package Manager itself. It could be used to update a the manager, but using a `-save` flag means it gets included in the package.json
dependency listing, what is a rather uncommon practice. Is there something funky or specific you're trying to do?
I do not recognize the message in the error, but it surely has something to do with compilation by babel. And hey, the version on the page is outdated - check the newest, 4.4.0 version of MDB VUE on GitHub. The package there has a npm run start
/ yarn start
script that will have you covered for development and presentation.
With Friendly Regards,
Kuba
guru93 free commented 6 years ago
Thanks, Kuba it worked for meJakub Strebeyko staff commented 6 years ago
So happy! :) For everyone wondering, we now provide MDB Vue newest package through the official site. Cheers!FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- ForumUser: Free
- Premium support: No
- Technology: MDB Vue
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No