Topic: MDB JQUERY PRO GULP NOT Working
ankurpathak pro asked 5 years ago
When I run MDB JQUERY PRO GULP from my Terminal with command: gulp mdb-goI get error with below error message on my Terminal: fs.js:27const { Math, Object, Reflect } = primordials; ^
ReferenceError: primordials is not defined at fs.js:27:35 at req_ (/home/ankur/WebstormProjects/jquerytypescript/node_modules/natives/index.js:143:24) at Object.req [as require] (/home/ankur/WebstormProjects/jquerytypescript/node_modules/natives/index.js:55:10) at Object. (/home/ankur/WebstormProjects/jquerytypescript/node_modules/vinyl-fs/node_modules/graceful-fs/fs.js:1:37) at Module._compile (internal/modules/cjs/loader.js:759:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:770:10) at Module.load (internal/modules/cjs/loader.js:628:32) at Function.Module._load (internal/modules/cjs/loader.js:555:12) at Module.require (internal/modules/cjs/loader.js:666:19) at require (internal/modules/cjs/helpers.js:16:16)
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Opened
- ForumUser: Pro
- Premium support: No
- Technology: MDB jQuery
- MDB Version: 4.8.0
- Device: LENOVI IDEAPAD 500
- Browser: CHROME
- OS: UBUNTU
- Provided sample code: No
- Provided link: No
Bartłomiej Malanowski staff commented 5 years ago
Can you provide us with a step-by-step guide to recreate your issue?
jenny123 free commented 5 years ago
I have the same problem.
jenny123 free commented 5 years ago
i followed your installation guide here https://mdbootstrap.com/education/bootstrap/gulp-installation/
Marta Wierzbicka staff commented 5 years ago
Hi,
try to install
npm install gulp@4.0.2 -g
instead ofnpm install gulp@3.9.1 -g
and then go with the te steps of the tutorial. At the and run commandgulp mdb-go
.Best, Marta