You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With new major version of Babel Core the gulpfile.babel.js return this error:
/Users/mantovanig/Documents/lab/pwa_test/gulpfile.babel.js:27
import path from 'path';
^^^^^^
SyntaxError: Unexpected token import
at Object.exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:513:28)
at loader (/Users/mantovanig/Documents/lab/pwa_test/node_modules/babel-register/lib/node.js:148:5)
at Object.require.extensions.(anonymous function) as .js
at Module.load (module.js:458:32)
at tryModuleLoad (module.js:417:12)
at Function.Module._load (module.js:409:3)
at Module.require (module.js:468:17)
at require (internal/module.js:20:19)
at Liftoff.handleArguments (/usr/local/lib/node_modules/gulp/bin/gulp.js:116:3)
With new major version of Babel Core the gulpfile.babel.js return this error:
To fix this read this issue on gulp.
The text was updated successfully, but these errors were encountered: