Jun 4, 2018

SOLVED erpnext Error: Cannot find module 'babel-core'


the error :
18:36:54 socketio.1       | listening on *: 9001
18:36:56 watch.1          | module.js:478
18:36:56 watch.1          |     throw err;
18:36:56 watch.1          |     ^
18:36:56 watch.1          | 
18:36:56 watch.1          | Error: Cannot find module 'babel-core'
18:36:56 watch.1          |     at Function.Module._resolveFilename (module.js:476:15)
18:36:56 watch.1          |     at Function.Module._load (module.js:424:25)
18:36:56 watch.1          |     at Module.require (module.js:504:17)
18:36:56 watch.1          |     at require (internal/module.js:20:19)
18:36:56 watch.1          |     at Object.<anonymous> (/home/frappe/frappe-bench/apps/frappe/frappe/build.js:4:15)
18:36:56 watch.1          |     at Module._compile (module.js:577:32)
18:36:56 watch.1          |     at Object.Module._extensions..js (module.js:586:10)
18:36:56 watch.1          |     at Module.load (module.js:494:32)
18:36:56 watch.1          |     at tryModuleLoad (module.js:453:12)

18:36:56 watch.1          |     at Function.Module._load (module.js:445:3)

solutions :

npm install babel-core less chokidar babel-preset-es2015 babel-preset-es2016 babel-preset-es2017 babel-preset-babili



.

the error :
18:36:54 socketio.1       | listening on *: 9001
18:36:56 watch.1          | module.js:478
18:36:56 watch.1          |     throw err;
18:36:56 watch.1          |     ^
18:36:56 watch.1          | 
18:36:56 watch.1          | Error: Cannot find module 'babel-core'
18:36:56 watch.1          |     at Function.Module._resolveFilename (module.js:476:15)
18:36:56 watch.1          |     at Function.Module._load (module.js:424:25)
18:36:56 watch.1          |     at Module.require (module.js:504:17)
18:36:56 watch.1          |     at require (internal/module.js:20:19)
18:36:56 watch.1          |     at Object.<anonymous> (/home/frappe/frappe-bench/apps/frappe/frappe/build.js:4:15)
18:36:56 watch.1          |     at Module._compile (module.js:577:32)
18:36:56 watch.1          |     at Object.Module._extensions..js (module.js:586:10)
18:36:56 watch.1          |     at Module.load (module.js:494:32)
18:36:56 watch.1          |     at tryModuleLoad (module.js:453:12)

18:36:56 watch.1          |     at Function.Module._load (module.js:445:3)

solutions :

npm install babel-core less chokidar babel-preset-es2015 babel-preset-es2016 babel-preset-es2017 babel-preset-babili


No comments:

Post a Comment