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
All was working well but it looks like a dependancy may have updated because all of a sudden I am getting the below error. Unless its related to my node version (8.8.1) but everything was working well.
/devbox/nuxtkoa2/node_modules/braces/lib/braces.js:1
(function (exports, require, module, __filename, __dirname) { �
^
SyntaxError: Invalid or unexpected token
at createScript (vm.js:80:10)
at Object.runInThisContext (vm.js:139:10)
at Module._compile (module.js:576:28)
at Object.Module._extensions..js (module.js:623:10)
at Module.load (module.js:531:32)
at tryModuleLoad (module.js:494:12)
at Function.Module._load (module.js:486:3)
at Module.require (module.js:556:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/Users/gregord-hume/Desktop/devbox/nuxtkoa2/node_modules/braces/index.js:17:14)
The text was updated successfully, but these errors were encountered:
Hey, thanks for this!
All was working well but it looks like a dependancy may have updated because all of a sudden I am getting the below error. Unless its related to my node version (8.8.1) but everything was working well.
The text was updated successfully, but these errors were encountered: