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
{{ message }}
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.
/home/ubuntu/node_project/technovendors/brainfock/node_modules/babel-plugin-react-transform/lib/index.js:61
var wrapperFunctionTemplate = template('\n function WRAPPER_FUNCTION_ID(ID_PARAM) {\n return function(COMPONENT_PARAM) {\n return EXPRESSION;\n };\n }\n ');
^
TypeError: template is not a function
at exports.default (/home/ubuntu/node_project/technovendors/brainfock/node_modules/babel-plugin-react-transform/lib/index.js:61:33)
at Function.memoisePluginContainer (/home/ubuntu/node_project/technovendors/brainfock/node_modules/babel-core/lib/transformation/file/plugin-manager.js:77:23)
at PluginManager.add (/home/ubuntu/node_project/technovendors/brainfock/node_modules/babel-core/lib/transformation/file/plugin-manager.js:209:30)
at File.buildTransformers (/home/ubuntu/node_project/technovendors/brainfock/node_modules/babel-core/lib/transformation/file/index.js:237:21)
at new File (/home/ubuntu/node_project/technovendors/brainfock/node_modules/babel-core/lib/transformation/file/index.js:139:10)
at Pipeline.transform (/home/ubuntu/node_project/technovendors/brainfock/node_modules/babel-core/lib/transformation/pipeline.js:164:16)
at Object.transformFileSync (/home/ubuntu/node_project/technovendors/brainfock/node_modules/babel-core/lib/api/node.js:137:37)
at compile (/home/ubuntu/node_project/technovendors/brainfock/node_modules/babel-core/lib/api/register/node.js:132:20)
at normalLoader (/home/ubuntu/node_project/technovendors/brainfock/node_modules/babel-core/lib/api/register/node.js:199:14)
at Object.require.extensions.(anonymous function) [as .js] (/home/ubuntu/node_project/technovendors/brainfock/node_modules/babel-core/lib/api/register/node.js:216:7)
I am getting this..
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
/home/ubuntu/node_project/technovendors/brainfock/node_modules/babel-plugin-react-transform/lib/index.js:61
var wrapperFunctionTemplate = template('\n function WRAPPER_FUNCTION_ID(ID_PARAM) {\n return function(COMPONENT_PARAM) {\n return EXPRESSION;\n };\n }\n ');
^
TypeError: template is not a function
at exports.default (/home/ubuntu/node_project/technovendors/brainfock/node_modules/babel-plugin-react-transform/lib/index.js:61:33)
at Function.memoisePluginContainer (/home/ubuntu/node_project/technovendors/brainfock/node_modules/babel-core/lib/transformation/file/plugin-manager.js:77:23)
at PluginManager.add (/home/ubuntu/node_project/technovendors/brainfock/node_modules/babel-core/lib/transformation/file/plugin-manager.js:209:30)
at File.buildTransformers (/home/ubuntu/node_project/technovendors/brainfock/node_modules/babel-core/lib/transformation/file/index.js:237:21)
at new File (/home/ubuntu/node_project/technovendors/brainfock/node_modules/babel-core/lib/transformation/file/index.js:139:10)
at Pipeline.transform (/home/ubuntu/node_project/technovendors/brainfock/node_modules/babel-core/lib/transformation/pipeline.js:164:16)
at Object.transformFileSync (/home/ubuntu/node_project/technovendors/brainfock/node_modules/babel-core/lib/api/node.js:137:37)
at compile (/home/ubuntu/node_project/technovendors/brainfock/node_modules/babel-core/lib/api/register/node.js:132:20)
at normalLoader (/home/ubuntu/node_project/technovendors/brainfock/node_modules/babel-core/lib/api/register/node.js:199:14)
at Object.require.extensions.(anonymous function) [as .js] (/home/ubuntu/node_project/technovendors/brainfock/node_modules/babel-core/lib/api/register/node.js:216:7)
I am getting this..
The text was updated successfully, but these errors were encountered: